diff --git a/Changelog b/Changelog index 4be4355d..24f45969 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,12 @@ +2022-08-12 s-n-g + * version 0.8.9.24 (0.9-beta21) + * fixing several theme issues (exchanging cursors background color + and making borders visible for theme.sh themes, when border + color is equal to background color) + * fixing a crash when requests fails to download a base16 theme + * transparency changes will now be consistent with theme transparency + * updating docs, including info on theme-sh-pyradio repo + 2022-08-03 s-n-g * version 0.8.9.23 (0.9-beta20) * pyradio can now sync with themes created by base16, pywal and theme.sh diff --git a/README.html b/README.html index 6861e981..3469bfab 100644 --- a/README.html +++ b/README.html @@ -174,6 +174,15 @@
+2022-08-12 s-n-g + * version 0.8.9.24 (0.9-beta21) + * fixing several theme issues (exchanging cursors background color + and making borders visible for theme.sh themes, when border + color is equal to background color) + * fixing a crash when requests fails to download a base16 theme + * transparency changes will now be consistent with theme transparency + * updating docs, including info on theme-sh-pyradio repo + 2022-08-03 s-n-g * version 0.8.9.23 (0.9-beta20) * pyradio can now sync with themes created by base16, pywal and theme.sh diff --git a/pyradio/__init__.py b/pyradio/__init__.py index bd5789cb..9126566a 100644 --- a/pyradio/__init__.py +++ b/pyradio/__init__.py @@ -1,6 +1,6 @@ " pyradio -- Console radio player. " -version_info = (0, 8, 9, 23) +version_info = (0, 8, 9, 24) # Set it to True if new stations have been # added to the package's stations.csv