Version 0.8.9.7 (0.9-beta4)
Yet another beta release...
All that's left right now is the "RadioBrowser Configuration Window" and we are off for v. 0.9 :)
Changelog
- RadioBrowser: closing with "q" or "Escape"
- RadioBrowser: do not close if network fails
- RadioBrowser: added hidebroken to all queries
- RadioBrowser: if limit=0, disable result limit
- RadioBrowser: finalized config save / read function
- RadioBrowser: All Search Window movement keys (^N, ^P, ^Y) will add a new history item (if possible)
- RadioBrowser: ^B does not save history to file
- RadioBrowser: Better navigation in the Search Window
- Fixed a couple of python 2 crashes
- Updated docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 18 ++-
README.html | 13 +-
README.md | 17 ++-
devel/pre-commit | 24 ++++
pyradio.1 | 2 +-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 123 +++++++++++++-----
pyradio/config.py | 2 +-
pyradio/config_window.py | 2 +-
pyradio/edit.py | 2 +-
pyradio/player.py | 33 ++---
pyradio/radio.py | 198 +++++++++++++++++++----------
pyradio/simple_curses_widgets.py | 288 +++++++++++++++++++++++++++++++++++-------
pyradio/themes.py | 12 +-
pyradio/window_stack.py | 2 +
pyradio_rb.1 | 18 ++-
radio-browser.html | 29 ++---
radio-browser.md | 40 +++---
windows-mplayer.html | 4 +-
windows-mplayer.md | 4 +-
windows.html | 4 +-
windows.md | 4 +-
22 files changed, 606 insertions(+), 235 deletions(-)