Version 0.9.3.3
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.
Changelog
- adding a resource opener parameter for linux installations
- fixing issues #236 and #237
- fixing several minor bugs
Packagers notice
Please do read the updated Packager's Info!
Please refer to: https://github.com/coderholic/pyradio/blob/master/packaging.md
Changed files
.github/ISSUE_TEMPLATE/bug_report.md | 7 +-
Changelog | 6 +
README.md | 6 +-
docs/index.html | 11 +-
docs/index.md | 6 +-
docs/pyradio.1 | 35 +++-
docs/pyradio_rb.1 | 4 +-
docs/pyradio_rec.1 | 6 +-
pyproject.toml | 2 +-
pyradio/__init__.py | 2 +-
pyradio/browser.py | 33 +++-
pyradio/common.py | 19 ++-
pyradio/config | 12 ++
pyradio/config.py | 164 +++++++++++--------
pyradio/config_window.py | 16 +-
pyradio/edit.py | 429 +++++++++++++++++++++++++++++++++++++++++++++++++-
pyradio/html_help.py | 40 +++--
pyradio/install.py | 73 +++++++--
pyradio/main.py | 44 ++++--
pyradio/messages_system.py | 63 ++++++--
pyradio/player.py | 2 +-
pyradio/radio.py | 98 ++++++++++--
pyradio/win.py | 2 +-
pyradio/window_stack.py | 4 +-
pyradio/xdg.py | 9 +-
25 files changed, 919 insertions(+), 174 deletions(-)