Skip to content

Commit 36599f5

Browse files
committed
version 0.9.3.11.18 - 0.9.3.12-beta18
1 parent da03bb1 commit 36599f5

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2025-09-12 s-n-g
2+
* version 0.9.3.11.18 - 0.9.3.12-beta18
3+
* both mpv and mplayer will honor the profile set by config
4+
* using \m to change the default player will actually keep the new value
5+
16
2025-09-09 s-n-g
27
* version 0.9.3.11.17 - 0.9.3.12-beta17
38
* adding playlist validation (CSV and M3U)

docs/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ <h2 id="requirements">Requirements <span style="padding-left: 10px;"><sup style=
196196
<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>
197197
<pre style="height: 200px;">
198198

199+
2025-09-12 s-n-g
200+
* version 0.9.3.11.18 - 0.9.3.12-beta18
201+
* both mpv and mplayer will honor the profile set by config
202+
* using \m to change the default player will actually keep the new value
203+
199204
2025-09-09 s-n-g
200205
* version 0.9.3.11.17 - 0.9.3.12-beta17
201206
* adding playlist validation (CSV and M3U)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyradio"
3-
version = "0.9.3.11.17"
3+
version = "0.9.3.11.18"
44
authors = [
55
{ name="Ben Dowling", email="ben.m.dowling@gmail.com" },
66
{ name="Spiros Georgaras", email="sng@hellug.gr" },

pyradio/__init__.py

Lines changed: 1 addition & 1 deletion
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, 3, 11, 17)
4+
version_info = (0, 9, 3, 11, 18)
55

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

pyradio/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
''' This is PyRadio version this
1818
install.py was released for
1919
'''
20-
PyRadioInstallPyReleaseVersion = '0.9.3.11.17'
20+
PyRadioInstallPyReleaseVersion = '0.9.3.11.18'
2121

2222
locale.setlocale(locale.LC_ALL, "")
2323

0 commit comments

Comments
 (0)