Skip to content

Version 0.8.9.18 (0.9-beta15)

Compare
Choose a tag to compare
@s-n-g s-n-g released this 18 May 13:01
· 621 commits to master since this release

Yet another beta release

Changelog

  • changing shortcut w and ^W to e and ^E on the RadioBrowser Search Window
  • implementing global functions
  • fixing a couple of bugs and crashes
  • updating docs

Packagers notice

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

Changed files

 Changelog                        |  17 +-
 README.html                      |  61 ++++-
 README.md                        |  20 +-
 devel/build_install_pyradio      |  10 +-
 devel/pre-commit                 |   4 +-
 pyradio.1                        |  31 ++-
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               |  83 ++++--
 pyradio/config_window.py         | 118 +++++++--
 pyradio/edit.py                  |  31 ++-
 pyradio/radio.py                 | 538 +++++++++++++++++++++++++--------------
 pyradio/simple_curses_widgets.py | 114 ++++++++-
 pyradio/themes.py                |  12 +
 pyradio/window_stack.py          |   3 -
 pyradio_rb.1                     |   8 +-
 radio-browser.html               |   6 +-
 radio-browser.md                 |   6 +-
 17 files changed, 786 insertions(+), 278 deletions(-)