Skip to content

Commit 284b707

Browse files
committed
version 0.8.9.33 (0.9-beta30)
1 parent 336101c commit 284b707

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

Changelog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2023-01-10 s-n-g
2+
* version 0.8.9.33 (0.9-beta30)
3+
* adding Remote Control Server
4+
* mpv volume will not go from zero to max when decreasing
5+
* all file read/write will be utf-8 encoded
6+
(python2 not affected)
7+
* fixing Windows lnk installation
8+
* editing gruvbox themes
9+
* updating docs, creating pyradio_server man page
10+
111
2022-12-09 s-n-g
212
* version 0.8.9.32 (0.9-beta29)
313
* Making it possible to disable the no themes start

README.html

+10
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,16 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
192192
<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></span></h2>
193193
<pre style="height: 200px;">
194194

195+
2023-01-10 s-n-g
196+
* version 0.8.9.33 (0.9-beta30)
197+
* adding Remote Control Server
198+
* mpv volume will not go from zero to max when decreasing
199+
* all file read/write will be utf-8 encoded
200+
(python2 not affected)
201+
* fixing Windows lnk installation
202+
* editing gruvbox themes
203+
* updating docs, creating pyradio_server man page
204+
195205
2022-12-09 s-n-g
196206
* version 0.8.9.32 (0.9-beta29)
197207
* Making it possible to disable the no themes start

pyradio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
" pyradio -- Console radio player. "
22

3-
version_info = (0, 8, 9, 32)
3+
version_info = (0, 8, 9, 33)
44

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

0 commit comments

Comments
 (0)