Releases: coderholic/pyradio
Version 0.8.9.28 (0.9-beta25)
Changelog
- adding play next/previous station to global functions
- fixing Connection Type window colors
- fixing line editor blobal function handler
- fixing a couple of stations history bugs
- fixing station listing for CJL characters
- updating docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 9 ++
README.html | 44 +++++--
README.md | 23 ++--
build.html | 1 +
devel/pre-commit | 2 +
pyradio.1 | 16 ++-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 52 ++-------
pyradio/config.py | 16 +--
pyradio/edit.py | 28 ++---
pyradio/log.py | 15 ++-
pyradio/main.py | 28 +++--
pyradio/player.py | 1 +
pyradio/radio.py | 244 ++++++++++++++++++++++++++++-----------
pyradio/simple_curses_widgets.py | 21 ++--
radio-browser.html | 1 +
windows-mplayer.html | 1 +
windows-mpv.html | 1 +
windows.html | 3 +-
19 files changed, 331 insertions(+), 177 deletions(-)
Version 0.8.9.27 (0.9-beta24)
Changelog
- Implementing Stations History as per #161
- Station encoding will be checked before used
- Fixing several crashes
- Fixing several Python 2 errors
- Fixing station paste to playlist
- Fixing RadioBrowser columns when CJK characters are present, on Windows
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
README.html | 17 +++
README.md | 12 ++
pyradio.1 | 16 ++-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 164 ++++++++++++++++++++++--
pyradio/config | 10 ++
pyradio/config.py | 139 ++++++++++++++++----
pyradio/config_window.py | 8 +-
pyradio/install.py | 2 +-
pyradio/log.py | 109 +++++++++++++++-
pyradio/main.py | 28 ++--
pyradio/radio.py | 326 ++++++++++++++++++++++++++++++++++-------------
pyradio/themes.py | 61 ++++-----
14 files changed, 717 insertions(+), 187 deletions(-)
Version 0.8.9.26 (0.9-beta23)
Changelog
- adding calculated messages windows color
- adding "Calculated Color" config option
- Windows installation will try to install 7-Zip, if not already installed
- updating docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
build.html | 20 +-
devel/pre-commit | 19 +-
pyradio.1 | 104 ++++++-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 16 +-
pyradio/config.py | 167 ++++++++++-
pyradio/config_window.py | 214 ++++++++------
pyradio/edit.py | 28 +-
pyradio/player.py | 51 +++-
pyradio/radio.py | 281 +++++++++++++++++--
pyradio/themes.py | 308 +++++++++++++++++----
pyradio/themes/classic_by_obsdg.pyradio-theme | 7 +-
pyradio/themes/cupcake_by_edunfelt.pyradio-theme | 7 +-
.../themes/fairyflossy_by_edunfelt.pyradio-theme | 7 +-
pyradio/themes/gruvbox_dark_by_sng.pyradio-theme | 7 +-
pyradio/themes/gruvbox_light_by_sng.pyradio-theme | 8 +-
pyradio/themes/minima_by_ben_chile.pyradio-theme | 7 +-
pyradio/themes/pastel_based_by_sng.pyradio-theme | 7 +-
pyradio/win.py | 45 ++-
radio-browser.html | 60 ++--
windows-mplayer.html | 10 +-
windows-mpv.html | 10 +-
windows.html | 36 +--
windows.md | 6 +-
27 files changed, 1359 insertions(+), 379 deletions(-)
Version 0.8.9.25 (0.9-beta22)
This is a BUG FIX release...
Changelog
- fixing global shorcuts inside RadioBrowser search window (as per #164)
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 5 +++++
README.html | 5 +++++
pyradio/__init__.py | 2 +-
pyradio/browser.py | 60 ++++++++++++++++++++++++++++++++++++++++++++++-------
pyradio/radio.py | 10 +++++----
5 files changed, 70 insertions(+), 12 deletions(-)
Version 0.8.9.24 (0.9-beta21)
Changelog
- fixing several theme issues (exchanging cursors background color and making borders visible for theme.sh themes, when border color is equal to background color)
- fixing a crash when requests fails to download a base16 theme
- transparency changes will now be consistent with theme transparency
- updating docs, including info on theme-sh-pyradio repo
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 9 ++++
README.html | 39 ++++++++++----
README.md | 123 +++++++++++++++++++++++--------------------
pyradio.1 | 17 +++++-
pyradio/__init__.py | 2 +-
pyradio/config.py | 75 ++++++++++++++++++---------
pyradio/main.py | 34 ++++++++++++
pyradio/radio.py | 2 -
pyradio/themes.py | 146 ++++++++++++++++++++++++++++++++++++++++++++++++++--
9 files changed, 348 insertions(+), 99 deletions(-)
Version 0.8.9.23 (0.9-beta20)
Changelog
- pyradio can now sync with themes created by base16, pywal and theme.sh
- if session is locked, the theme selection window will not be available
- if session is locked, do not create / download (watched) theme; wait for main instance to do it instead, then just load it
- docs updated
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 8 +
README.html | 47 +-
README.md | 47 ++
build.html | 6 +-
devel/pre-commit | 6 +-
pyradio.1 | 63 ++-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 6 +-
pyradio/config.py | 649 ++++++++++++++++++++++-
pyradio/install.py | 4 +-
pyradio/main.py | 28 +-
pyradio/ping.py | 2 +-
pyradio/radio.py | 180 +++++--
pyradio/themes.py | 119 +++--
pyradio/themes/pastel_based_by_sng.pyradio-theme | 29 -
radio-browser.html | 6 +-
windows-mplayer.html | 6 +-
windows-mpv.html | 6 +-
windows.html | 6 +-
19 files changed, 1071 insertions(+), 149 deletions(-)
Version 0.8.9.22 (0.9-beta19)
Changelog
- themes can declare transparency hint
- theme auto update implemented
- themes updated (1 added)
- updating docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 7 ++
README.html | 42 +++++++-
README.md | 38 ++++++-
pyradio.1 | 43 ++++++--
pyradio/__init__.py | 2 +-
pyradio/config | 3 +
pyradio/config.py | 7 +-
pyradio/radio.py | 47 ++++++--
pyradio/themes.py | 120 ++++++++++++++-------
pyradio/themes/classic_by_obsdg.pyradio-theme | 6 ++
pyradio/themes/cupcake_by_edunfelt.pyradio-theme | 6 ++
.../themes/fairyflossy_by_edunfelt.pyradio-theme | 6 ++
pyradio/themes/gruvbox_dark_by_sng.pyradio-theme | 6 ++
pyradio/themes/gruvbox_light_by_sng.pyradio-theme | 6 ++
pyradio/themes/minima_by_ben_chile.pyradio-theme | 40 +++++++
pyradio/themes/pastel_based_by_sng.pyradio-theme | 6 ++
16 files changed, 320 insertions(+), 65 deletions(-)
Version 0.8.9.21 (0.9-beta18)
Changelog
- Theme Selection window partly rewritten
- Converting themes to using CSS colors
- Themes updated and new themes added
- Updated docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 9 +-
README.html | 117 +++++-
README.md | 118 +++++-
pyradio.1 | 85 +++-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 4 +
pyradio/common.py | 27 ++
pyradio/config.py | 32 +-
pyradio/config_window.py | 70 ++--
pyradio/main.py | 12 +
pyradio/radio.py | 220 ++++++++++-
pyradio/simple_curses_widgets.py | 4 +-
pyradio/themes.py | 427 ++++++++++-----------
pyradio/themes/brown_by_sng.pyradio-theme | 8 -
pyradio/themes/classic_by_obsdg.pyradio-theme | 34 ++
pyradio/themes/cupcake_by_edunfelt.pyradio-theme | 34 ++
.../themes/fairyflossy_by_edunfelt.pyradio-theme | 34 ++
pyradio/themes/gruvbox_dark_by_sng.pyradio-theme | 33 ++
pyradio/themes/gruvbox_light_by_sng.pyradio-theme | 34 ++
pyradio/themes/pastel_based_by_sng.pyradio-theme | 63 +++
pyradio/themes/pink_by_sng.pyradio-theme | 8 -
pyradio/themes/purple_by_sng.pyradio-theme | 8 -
22 files changed, 1035 insertions(+), 348 deletions(-)
``
Version 0.8.9.20 (0.9-beta17)
Yet another beta and BUG FIX release
Changelog
- going back to history will ask to save a modified playlist
- fixing #157 (python2 only)
- other minor changes
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 8 +-
README.html | 8 +-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 24 ++---
pyradio/config_window.py | 32 +++----
pyradio/edit.py | 32 +++++--
pyradio/install.py | 2 +-
pyradio/radio.py | 199 +++++++++++++++++----------------------
pyradio/simple_curses_widgets.py | 6 +-
pyradio/themes.py | 12 +--
pyradio/window_stack.py | 46 ++++-----
11 files changed, 188 insertions(+), 183 deletions(-)
Version 0.8.9.19 (0.9-beta16)
Yet another beta and BUG FIX release
Changelog
- version 0.8.9.19 (0.9-beta16)
- fixing main window global shortcuts
- fixing RadioBrowser Search Window global shortcuts
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 5 +++++
README.html | 5 +++++
pyradio/__init__.py | 2 +-
pyradio/radio.py | 7 +++++++
4 files changed, 18 insertions(+), 1 deletion(-)