Skip to content

Version 0.9.3.11.5

Compare
Choose a tag to compare
@s-n-g s-n-g released this 27 Feb 11:58
· 1 commit to master since this release

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

Changelog

  • fixing the installation script
  • playlist format change: adding profile, buffering, http, volume
  • and referer fields (support for these fields not implemented yet)
  • referer files will be integrated to playlists
  • config option added to invert the mouse wheel action (#272)
  • fixing #276 : mouse support will always be on
    • if disabled, mouse keys will be ignored
    • toggling the config option does not require a program restart any more
  • fixing #277: installation fails when username contains a space character
  • removing not working stations from stations.csv
  • updating docs

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                                |   16 +-
 devel/build_install_pyradio.bat          |   22 +-
 devel/fix_pyradio_desktop_file           |   40 +-
 devel/pre-commit                         |   32 +
 devel/reg.py                             |   34 +-
 devel/unreg.py                           |    7 -
 docs/client.html                         |    2 +-
 docs/client.md                           |    2 +-
 docs/index.html                          |  156 ++++-
 docs/index.md                            |  105 ++-
 docs/packaging.html                      |    7 +-
 docs/packaging.md                        |   12 +
 docs/pyradio.1                           |  128 ++--
 pyproject.toml                           |    2 +-
 pyradio/__init__.py                      |    2 +-
 pyradio/browser.py                       |    7 +-
 pyradio/client.py                        |    2 +-
 pyradio/common.py                        |   52 +-
 pyradio/config                           |   23 +-
 pyradio/config.py                        |  311 +++++++--
 pyradio/config_window.py                 |   23 +-
 pyradio/edit.py                          |    5 +-
 pyradio/install.py                       |   49 +-
 pyradio/keyboard.py                      |    1 +
 pyradio/keyboard/classes.json            |    2 +-
 pyradio/log.py                           |   54 +-
 pyradio/main.py                          |  107 ++--
 pyradio/messages_system.py               |   15 +-
 pyradio/player.py                        |  174 +++--
 pyradio/radio.py                         | 1064 +++++++++++++++++++++++++++----
 pyradio/scripts/fix_pyradio_desktop_file |  327 ++++++++++
 pyradio/stations.csv                     |    4 +-
 pyradio/win.py                           |    4 +-
 33 files changed, 2328 insertions(+), 463 deletions(-)