Skip to content

Version 0.9.3.4

Compare
Choose a tag to compare
@s-n-g s-n-g released this 23 Apr 08:27
· 20 commits to master since this release

This is yet another BUG FIX release

Please refer to Release 0.9.3 to get an understanding of the changes being made in the 0.9.3.x series.

Version 0.9.3.3 may fail to update

If you try to update from version 0.9.3.3, you may find that the update script does not work.

This is a known bug, fixed in subsequent releases.

To update your 0.9.3.3 installation, open a terminal and execute:

rm install.py
curl -L \
    https://raw.githubusercontent.com/coderholic/pyradio/master/pyradio/install.py \
    -o install.py

Finally, execute:

python3 install.py -U -f

Changelog

  • adding --no-video command line parameter for vlc
  • removing more python 2 code
  • updating macOS installation instructions (based on Ventura)
  • fixing #239 - Pyradio doesn't remember warning message was already shown
  • fixing loading saved and default config options in Config Window, Recording Dir is excluded from change
  • updating docs

Packagers notice

Please do read the updated Packager's Info!

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

Changed files

 Changelog                   |  10 ++++++
 README.md                   |  21 +++++++++++
 devel/build_install_pyradio |  46 ++++++------------------
 devel/pre-commit            |  85 ++++++++++++++++++++++++++++++++++++++------
 devel/update_win_players    |  56 +++++++++++++++++++----------
 docs/index.html             |  10 ++++++
 docs/macos.html             |  77 ++++++++++++++++++++--------------------
 docs/macos.md               | 114 +++++++++++++++++++++++++++++------------------------------
 pyproject.toml              |   2 +-
 pyradio/__init__.py         |   2 +-
 pyradio/config.py           |  15 ++++++++
 pyradio/config_window.py    |  35 ++++++++++++++----
 pyradio/install.py          |   2 +-
 pyradio/main.py             |  16 +++++++++
 pyradio/player.py           |  20 +++++------
 pyradio/win.py              |   2 +-
 16 files changed, 330 insertions(+), 183 deletions(-)