Version 0.8.9.15 (0.9-beta12)
Yet another beta release... and a bug fix one too...
Changelog
- fixing "0" and "$" insertion on RadioBrowser search window
- macOS installation method updated to pip
- fixing a macOS RadioBrowser interface breakage
- Windows installation method updated to pip
- adding F7, F8, F9, F10 functionality for Windows
- updating docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 11 +-
README.html | 15 +-
README.md | 4 +-
build.html | 43 ++++-
build.md | 55 +++++-
devel/build_install_pyradio | 414 +++++++++++++++++++++++++------------------
devel/build_install_pyradio.bat | 213 +++++++++-------------
devel/delOldInstallation.py | 29 +++
pyradio.1 | 2 +-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 20 ++-
pyradio/config.py | 11 +-
pyradio/config_window.py | 2 +-
pyradio/install.py | 166 +++++++++++++++--
pyradio/main.py | 69 +++++++-
pyradio/ping.py | 3 +-
pyradio/radio.py | 168 +++++++++++++++---
pyradio/win.py | 410 ++++++++++++++++++++++++++++++++++++++++++
pyradio/win_del_old_inst.py | 133 ++++++++++++++
pyradio/window_stack.py | 55 +++---
pyradio_rb.1 | 2 +-
windows-mplayer.html | 36 +---
windows-mplayer.md | 49 +----
windows-mpv.html | 56 +-----
windows-mpv.md | 71 +-------
windows.html | 105 +++++++----
windows.md | 120 +++++++++----
27 files changed, 1621 insertions(+), 643 deletions(-)