Skip to content

Version 0.9.2.5

Compare
Choose a tag to compare
@s-n-g s-n-g released this 07 Apr 15:10
· 266 commits to master since this release

Changelog

  • Desktop Notifications will display the image provided by the station (jpg or png).
  • adding config option "Use station icon"
  • adding a fourth optional column for pyradio playlists. This column will define a station icon url.
  • adding CJK chars support for Group Headers
  • fixing a potential crash when randomly playing stations.
  • trying to limit duplicate Desktop Notifications.
  • adding a system theme: blue_by_boxer
  • updating docs

Packagers notice

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

Changed files

 Changelog                        |  13 +++
 README.html                      |  19 +++-
 README.md                        |   8 +-
 desktop-notification.html        |   3 +-
 desktop-notification.md          |   4 +-
 pyproject.toml                   |   2 +-
 pyradio.1                        |  30 +++++-
 pyradio/__init__.py              |   2 +-
 pyradio/browser.py               |  18 ++--
 pyradio/cjkwrap.py               |  52 +++++++++++
 pyradio/common.py                |  10 +-
 pyradio/config                   |   8 ++
 pyradio/config.py                |  87 ++++++++++++------
 pyradio/config_window.py         |   6 +-
 pyradio/edit.py                  | 169 ++++++++++++++++++++--------------
 pyradio/log.py                   |  44 +++++++--
 pyradio/radio.py                 | 192 +++++++++++++++++++++++++++++++++------
 pyradio/simple_curses_widgets.py |  19 ++--
 pyradio/window_stack.py          |   6 ++
 19 files changed, 536 insertions(+), 156 deletions(-)