Version 0.9.2.7
Changelog
- fixing a couple of install.py potential crashes
- fixing a theme download potential crash
- theme transparency will always be honored, in contrast to global (config transparency setting)
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 7 +
README.html | 23 +-
README.md | 18 +-
devel/build_install_pyradio | 3 +-
linux-pipx.html | 2 +-
linux-pipx.md | 2 +-
linux.html | 2 +-
linux.md | 2 +-
macos.html | 2 +-
macos.md | 2 +-
pyproject.toml | 2 +-
pyradio.1 | 16 +-
pyradio/__init__.py | 2 +-
pyradio/config.py | 10 +-
pyradio/config_window.py | 2 +-
pyradio/install.py | 11 +-
pyradio/main.py | 8 +-
pyradio/radio.py | 12 +-
pyradio/schedule.py | 65 ++++--
pyradio/schedule_win.py | 7 +-
pyradio/server.py | 249 +++++++++++++++++++--
pyradio/themes.py | 106 ++++-----
pyradio/themes/blue-by-boxer.pyradio-theme | 6 +-
pyradio/themes/catppuccin-frappe.pyradio-theme | 8 +-
pyradio/themes/catppuccin-latte.pyradio-theme | 8 +-
pyradio/themes/catppuccin-macchiato.pyradio-theme | 8 +-
pyradio/themes/catppuccin-mocha.pyradio-theme | 8 +-
pyradio/themes/classic_by_obsdg.pyradio-theme | 4 +-
pyradio/themes/cupcake_by_edunfelt.pyradio-theme | 6 +-
.../themes/fairyflossy_by_edunfelt.pyradio-theme | 6 +-
pyradio/themes/gruvbox_dark_by_sng.pyradio-theme | 6 +-
pyradio/themes/gruvbox_light_by_sng.pyradio-theme | 6 +-
pyradio/themes/minima_by_ben_chile.pyradio-theme | 6 +-
pyradio/themes/pastel_based_by_sng.pyradio-theme | 6 +-
34 files changed, 445 insertions(+), 186 deletions(-)