Skip to content

Version 0.9.2.10

Compare
Choose a tag to compare
@s-n-g s-n-g released this 14 Jun 12:26
· 322 commits to master since this release

This is yet another BUG FIX release

Windows users who have updated to verion 0.9.2.9 (which was broken for them), should:

  • download install.py and execute python install.py -f
  • or download the ZIP file, extract it and execute devel\build_install_pyradio.bat

Please keep in mind that the main focus of development is Recording Stations for the MPV media player.
More info at: https://github.com/coderholic/pyradio/blob/master/recording.md

Changelog

  • all PyRadio threads will terminate when Alt-F4 or the close button is used to close the program
  • adding a message about dateutil module missing
  • fixing a Windows error that has made PyRadio unusable on Windows

Packagers notice

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

Changed files

 Changelog                        |  8 ++++++++
 README.html                      |  8 ++++++++
 pyproject.toml                   |  2 +-
 pyradio/__init__.py              |  2 +-
 pyradio/config.py                |  2 +-
 pyradio/install.py               |  2 +-
 pyradio/radio.py                 | 42 +++++++++++++++++++++++++++++++++++++---
 pyradio/simple_curses_widgets.py | 30 +++++++++++++++++++++++++++-
 8 files changed, 88 insertions(+), 8 deletions(-)