Skip to content

Version 0.8.9.9 (0.9-beta6)

Compare
Choose a tag to compare
@s-n-g s-n-g released this 31 Aug 10:23
· 658 commits to master since this release

Yet another beta release...

Changelog

  • Search history navigation will work with normal keys in addition to Control-key combinations (when a line editor does not have the focus)
  • When navigating to a new search term, in the RadioBrowser Search Window, the two main check boxes will always get the focus (makes it easier to navigate using normal keys)
  • Docs Updated

Packagers notice

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

Changed files

 Changelog                        |  10 ++
 README.html                      |   2 +-
 README.md                        |   8 +-
 devel/build_install_pyradio      |   4 +-
 devel/pre-commit                 |   8 +-
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               | 342 +++++++++++++++++++++++++++++++++---------
 pyradio/install.py               |  29 ++--
 pyradio/radio.py                 |  20 ++-
 pyradio/simple_curses_widgets.py | 140 ++++++++++++++---
 pyradio/window_stack.py          |   9 +-
 pyradio_rb.1                     |   4 +
 radio-browser.html               |   1 +
 radio-browser.md                 |   2 +
 14 files changed, 471 insertions(+), 110 deletions(-)