Skip to content

Commit a931691

Browse files
committed
version 0.9.2.15 (BUG FIX)
1 parent fdff9a7 commit a931691

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

Changelog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2023-10-05 s-n-g
2+
* version 0.9.2.15 (BUG FIX)
3+
* fixing mplayer and vlc recording
4+
* mplayer buffering min changed to 250KB
5+
* fixing updateRecordingStatus not exiting when asked
6+
* buffer size cannot be 0
7+
18
2023-10-04 s-n-g
29
* version 0.9.2.14
310
* adding players buffering

README.html

+7
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,13 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
212212
<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>
213213
<pre style="height: 200px;">
214214

215+
2023-10-05 s-n-g
216+
* version 0.9.2.15 (BUG FIX)
217+
* fixing mplayer and vlc recording
218+
* mplayer buffering min changed to 250KB
219+
* fixing updateRecordingStatus not exiting when asked
220+
* buffer size cannot be 0
221+
215222
2023-10-04 s-n-g
216223
* version 0.9.2.14
217224
* adding players buffering

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyradio"
3-
version = "0.9.2.14"
3+
version = "0.9.2.15"
44
authors = [
55
{ name="Ben Dowling", email="[email protected]" },
66
{ name="Spiros Georgaras", email="[email protected]" },

pyradio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
" pyradio -- Console radio player. "
33

4-
version_info = (0, 9, 2, 14)
4+
version_info = (0, 9, 2, 15)
55

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

pyradio/install.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
''' This is PyRadio version this
1616
install.py was released for
1717
'''
18-
PyRadioInstallPyReleaseVersion = '0.9.2.14'
18+
PyRadioInstallPyReleaseVersion = '0.9.2.15'
1919

2020
import locale
2121
locale.setlocale(locale.LC_ALL, "")

0 commit comments

Comments
 (0)