Skip to content

Version 0.9.0

Choose a tag to compare

@s-n-g s-n-g released this 28 Jan 11:27
· 597 commits to master since this release

Changelog

  • finalizing Radio Browser service (adding config search term navigation), closing #93 and partially closing #80
  • adding search function to all stations/playlists lists
  • when terminal cannot change colors, always ask to not display the warning message
  • window title will not be resetted randomly
  • fixing python2 config dirty indication

Packagers notice

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

Changed files

 Changelog                        |  12 +
 README.html                      |  12 +
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               | 458 ++++++++++++++++++++++++++++++++++-----
 pyradio/config.py                |   5 +-
 pyradio/config_window.py         |   9 +-
 pyradio/log.py                   |   3 +-
 pyradio/radio.py                 |  65 +++---
 pyradio/simple_curses_widgets.py |   2 -
 pyradio_rb.1                     |   8 +-
 radio-browser.html               |   5 +-
 radio-browser.md                 |   5 +-
 12 files changed, 484 insertions(+), 102 deletions(-)