Skip to content

Version 0.8.9.11 (0.9-beta8)

Compare
Choose a tag to compare
@s-n-g s-n-g released this 25 Jan 22:07
· 624 commits to master since this release

Yet another beta release...

Changelog

  • Fixing (#147): Cannot type "t" in RadioBrowser Search window
  • Trying to fix install.py crash
  • Adding MPV support on Windows

Packagers notice

Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio

Changed files

 Changelog                        |   6 ++
 README.html                      |  10 ++-
 README.md                        |   4 +-
 devel/build_install_pyradio.bat  |  33 ++++----
 devel/pre-commit                 |   4 +-
 pyradio/__init__.py              |   2 +-
 pyradio/config.py                |  17 ++--
 pyradio/install.py               | 151 +++++++++++++++++++++++++--------
 pyradio/player.py                | 191 +++++++++++++++++++++++++++++-------------
 pyradio/radio.py                 |   9 +-
 pyradio/simple_curses_widgets.py |   3 +
 windows-mpv.html                 | 104 +++++++++++++++++++++++
 windows-mpv.md                   | 100 ++++++++++++++++++++++
 windows.html                     |  33 ++++++--
 windows.md                       |  43 ++++++++--
 15 files changed, 573 insertions(+), 137 deletions(-)