Version 0.8.9.22 (0.9-beta19)
Changelog
- themes can declare transparency hint
- theme auto update implemented
- themes updated (1 added)
- updating docs
Packagers notice
Please refer to: https://github.com/coderholic/pyradio/blob/master/README.md#packaging-pyradio
Changed files
Changelog | 7 ++
README.html | 42 +++++++-
README.md | 38 ++++++-
pyradio.1 | 43 ++++++--
pyradio/__init__.py | 2 +-
pyradio/config | 3 +
pyradio/config.py | 7 +-
pyradio/radio.py | 47 ++++++--
pyradio/themes.py | 120 ++++++++++++++-------
pyradio/themes/classic_by_obsdg.pyradio-theme | 6 ++
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 | 40 +++++++
pyradio/themes/pastel_based_by_sng.pyradio-theme | 6 ++
16 files changed, 320 insertions(+), 65 deletions(-)