Skip to content

Version 0.8.9.21 (0.9-beta18)

Compare
Choose a tag to compare
@s-n-g s-n-g released this 26 Jun 13:20
· 579 commits to master since this release

Changelog

  • Theme Selection window partly rewritten
  • Converting themes to using CSS colors
  • Themes updated and new themes added
  • Updated docs

Packagers notice

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

Changed files

 Changelog                                          |   9 +-
 README.html                                        | 117 +++++-
 README.md                                          | 118 +++++-
 pyradio.1                                          |  85 +++-
 pyradio/__init__.py                                |   2 +-
 pyradio/browser.py                                 |   4 +
 pyradio/common.py                                  |  27 ++
 pyradio/config.py                                  |  32 +-
 pyradio/config_window.py                           |  70 ++--
 pyradio/main.py                                    |  12 +
 pyradio/radio.py                                   | 220 ++++++++++-
 pyradio/simple_curses_widgets.py                   |   4 +-
 pyradio/themes.py                                  | 427 ++++++++++-----------
 pyradio/themes/brown_by_sng.pyradio-theme          |   8 -
 pyradio/themes/classic_by_obsdg.pyradio-theme      |  34 ++
 pyradio/themes/cupcake_by_edunfelt.pyradio-theme   |  34 ++
 .../themes/fairyflossy_by_edunfelt.pyradio-theme   |  34 ++
 pyradio/themes/gruvbox_dark_by_sng.pyradio-theme   |  33 ++
 pyradio/themes/gruvbox_light_by_sng.pyradio-theme  |  34 ++
 pyradio/themes/pastel_based_by_sng.pyradio-theme   |  63 +++
 pyradio/themes/pink_by_sng.pyradio-theme           |   8 -
 pyradio/themes/purple_by_sng.pyradio-theme         |   8 -
 22 files changed, 1035 insertions(+), 348 deletions(-)
``