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(-)