Skip to content

Commit 30f8581

Browse files
committed
version 0.8.9.24 (0.9-beta21)
1 parent 04a9fdc commit 30f8581

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed

Changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2022-08-12 s-n-g
2+
* version 0.8.9.24 (0.9-beta21)
3+
* fixing several theme issues (exchanging cursors background color
4+
and making borders visible for theme.sh themes, when border
5+
color is equal to background color)
6+
* fixing a crash when requests fails to download a base16 theme
7+
* transparency changes will now be consistent with theme transparency
8+
* updating docs, including info on theme-sh-pyradio repo
9+
110
2022-08-03 s-n-g
211
* version 0.8.9.23 (0.9-beta20)
312
* pyradio can now sync with themes created by base16, pywal and theme.sh

README.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,15 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
174174
<h2 id="changelog">Changelog <span style="padding-left: 10px;"><sup style="font-size: 50%"><a href="#" title="Go to top of the page">Top</a></sup></style></h2>
175175
<pre style="height: 200px;">
176176

177+
2022-08-12 s-n-g
178+
* version 0.8.9.24 (0.9-beta21)
179+
* fixing several theme issues (exchanging cursors background color
180+
and making borders visible for theme.sh themes, when border
181+
color is equal to background color)
182+
* fixing a crash when requests fails to download a base16 theme
183+
* transparency changes will now be consistent with theme transparency
184+
* updating docs, including info on theme-sh-pyradio repo
185+
177186
2022-08-03 s-n-g
178187
* version 0.8.9.23 (0.9-beta20)
179188
* pyradio can now sync with themes created by base16, pywal and theme.sh

pyradio/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" pyradio -- Console radio player. "
22

3-
version_info = (0, 8, 9, 23)
3+
version_info = (0, 8, 9, 24)
44

55
# Set it to True if new stations have been
66
# added to the package's stations.csv

0 commit comments

Comments
 (0)