Skip to content

Commit e71e29f

Browse files
committed
bump version to 3.0.7+matrix.1
1 parent dc9a011 commit e71e29f

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

addon.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<addon id="plugin.audio.radio_de" name="Radio" provider-name="Tristan Fischer, enen92" version="3.0.6+matrix.1">
1+
<addon id="plugin.audio.radio_de" name="Radio" provider-name="Tristan Fischer, enen92" version="3.0.7+matrix.1">
22
<requires>
33
<import addon="xbmc.python" version="3.0.0" />
4-
<import addon="script.module.xbmcswift2" version="19.0.4" />
4+
<import addon="script.module.xbmcswift2" version="19.0.6" />
55
</requires>
66
<extension library="addon.py" point="xbmc.python.pluginsource">
77
<provides>audio</provides>
@@ -12,8 +12,11 @@
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>v3.0.6+matrix.1 (4/5/2021)
16-
[new] Also set the station name property on the final resolved item
15+
<news>v3.0.7+matrix.1 (3/10/2021)
16+
[new] New fanart without .de
17+
[new] Move art to the resources folder
18+
[fix] Fix playback and additions to the my_stations list if the stream url cannot be obtained
19+
[fix] hot reload of lists after addition/removal from the mystations table
1720
</news>
1821
<assets>
1922
<icon>resources/art/icon.png</icon>

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v3.0.7+matrix.1 (3/10/2021)
2+
- [new] New fanart without .de
3+
- [new] Move art to the resources folder
4+
- [fix] Fix playback and additions to the my_stations list if the stream url cannot be obtained
5+
- [fix] hot reload of lists after addition/removal from the mystations table
6+
17
v3.0.4+matrix.0 (27/9/2020)
28
- [new] Add stationname property
39

0 commit comments

Comments
 (0)