Skip to content

Commit 1524cce

Browse files
committed
- version 0.9.3.11.19 - 0.9.3.12-beta19
- fixing #303 - Crash on adding a station - updating mpv windows download link
1 parent 0679dba commit 1524cce

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,17 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
196196
<h2 id="changelog">Changelog <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></span></h2>
197197
<pre style="height: 200px;">
198198

199+
2025-09-19 s-n-g
200+
* version 0.9.3.11.19 - 0.9.3.12-beta19
201+
* fixing #303 - Crash on adding a station
202+
* updating build_install_pyradio so that it detects pipx even if it
203+
is not provided as a module (executable only)
204+
* updating pyproject.toml
205+
* renaming setup.py to seyup.py.legacy so that it does not interfere
206+
with the modern build chain but keeping a legacy way to build the
207+
package if needed
208+
* updating mpv windows download link
209+
199210
2025-09-12 s-n-g
200211
* version 0.9.3.11.18 - 0.9.3.12-beta18
201212
* both mpv and mplayer will honor the profile set by config

pyradio/radio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9901,7 +9901,7 @@ def keypress(self, char):
99019901
check_localized(char, (kbkey['append'], )):
99029902
self._station_editor.append = True
99039903
self._station_editor.show()
9904-
self._station_editor.item = ['', '', '', '', '', '0@128', '', '', '']
9904+
self._station_editor.item = ['', '', '', '', '', '0@128', '', '', '', '']
99059905
self.ws.operation_mode = self.ws.ADD_STATION_MODE
99069906

99079907
elif char == kbkey['paste'] or \

setup.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)