Skip to content

Version 0.9.3.11.19

Latest
Compare
Choose a tag to compare
@s-n-g s-n-g released this 19 Sep 15:20

This is a BUG FIX release and a BETA release (0.9.3.12-beta19)

Changelog

  • fixing #303 - Crash on adding a station
  • updating build_install_pyradio so that it detects pipx even if it is not provided as a module (executable only)
  • updating pyproject.toml
  • renaming setup.py to seyup.py.legacy so that it does not interfere with the modern build chain but keeping a legacy way to build the package if needed
  • updating mpv windows download link

Notice

Users are strongly encouraged to open the players' config file and manually remove any duplicate profiles

Notice 2

If PyRadio fails to update from 0.9.3.11.16, please follow this guide

  1. Download https://raw.githubusercontent.com/coderholic/pyradio/refs/tags/0.9.3.11.15/pyradio/install.py and save it in your home folder
  2. Execute
python install.py -f

Packagers notice

Please do read the updated Packager's Info!

Please refer to: https://github.com/coderholic/pyradio/blob/master/docs/packaging.md

Changed files

 Changelog                   |  11 +++++
 MANIFEST.in                 |   5 +++
 devel/build_install_pyradio | 104 +++++++++++++++++++++++++++------------------
 docs/index.html             |  11 +++++
 pyproject.toml              |  17 +++++++-
 pyradio/__init__.py         |   2 +-
 pyradio/install.py          |   2 +-
 pyradio/radio.py            |   2 +-
 pyradio/win.py              |   2 +-
 setup.py                    |  40 -----------------
 setup.py.legacy             |  67 +++++++++++++++++++++++++++++
 11 files changed, 176 insertions(+), 87 deletions(-)