Skip to content

Commit d6b622d

Browse files
committed
Version bump to 2.4.2
1 parent 45eb1ce commit d6b622d

2 files changed

Lines changed: 10 additions & 3 deletions

File tree

addon.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<addon id="plugin.audio.radio_de" name="Radio" provider-name="Tristan Fischer, enen92" version="2.4.1">
1+
<addon id="plugin.audio.radio_de" name="Radio" provider-name="Tristan Fischer, enen92" version="2.4.2">
22
<requires>
33
<import addon="xbmc.python" version="2.14.0" />
44
<import addon="script.module.xbmcswift2" version="2.5.0" />
@@ -12,8 +12,10 @@
1212
<source>https://github.com/XBMC-Addons/plugin.audio.radio_de</source>
1313
<forum>https://forum.kodi.tv/showthread.php?tid=119362</forum>
1414
<license>GPL-2.0-only</license>
15-
<news>v2.4.1 (31/12/2019)
16-
[fix] Custom radio tracks
15+
<news>v2.4.2 (9/2/2020)
16+
[add] sort methods for categories
17+
[add] setting to prefer http connections over https if http streams are available
18+
[fix] use sys.version_info[0] for compatibility with python2.6
1719
</news>
1820
<summary lang="be">Access &gt;7000 radio broadcasts</summary>
1921
<summary lang="ca">accedeix a mes de 7000 emissores de radio</summary>

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v2.4.2 (9/2/2020)
2+
- [add] sort methods for categories
3+
- [add] setting to prefer http connections over https if http streams are available
4+
- [fix] use sys.version_info[0] for compatibility with python2.6
5+
16
v2.4.1 (31/12/2019)
27
- [fix] Custom radio tracks
38

0 commit comments

Comments
 (0)