Skip to content

Version 0.8.9.32 (0.9-beta29)

Compare
Choose a tag to compare
@s-n-g s-n-g released this 09 Dec 15:44
· 397 commits to master since this release

This is a BUG FIX release

Changelog

  • Making it possible to disable the no themes start up notification
  • Fixing Config Window scrolling
  • Fixing ping for python2 and the BSDs (again)
  • Desktop Notification will stop when player is muted
  • RadioBrowser config will be centered on screen
  • RadioBrowser config will return to Config Window
  • Started working on remote controlling PyRadio

Packagers notice

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

Changed files

 Changelog                        |  11 +
 README.html                      |  25 +-
 README.md                        |  19 +-
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               |  99 +++++-
 pyradio/config.py                |  33 +-
 pyradio/config_window.py         |  45 ++-
 pyradio/log.py                   | 180 ++++++-----
 pyradio/ping.py                  |  33 +-
 pyradio/radio.py                 | 195 ++++++++----
 pyradio/simple_curses_widgets.py | 698 ++++++++++++++++++++++++++++++++++++------
 pyradio/window_stack.py          |   1 -
 12 files changed, 1060 insertions(+), 281 deletions(-)