Skip to content

Commit 2446b07

Browse files
0.3.0 release
1 parent fb3bf99 commit 2446b07

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

addon.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon id="script.module.inputstreamhelper"
3-
version="0.2.4"
3+
version="0.3.0"
44
name="InputStream Helper"
55
provider-name="emilsvennesson">
66
<requires>
@@ -10,9 +10,11 @@
1010
<extension library="lib" point="xbmc.python.module"/>
1111
<extension point="xbmc.addon.metadata">
1212
<description lang="en_GB">A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback.</description>
13-
<news>2018.01.01 v0.2.4
14-
+ Fix ARM download on systems with sudo (OSMC etc)
15-
+ Actually bump version in addon.xml, unlike v0.2.3...
13+
<news>2018.01.29 v0.3.0
14+
+ Bug fix: module left xbmcaddon class in memory
15+
+ Keep Widevine CDM up-to-date with the latest version available (Kodi 18 and higher)
16+
+ Check for missing depending libraries by parsing the output from ldd
17+
+ Use older Widevine binaries on Kodi Krypton (fixes nss/nspr dependency issues)
1618
</news>
1719
<platform>all</platform>
1820
<license>MIT License</license>

changelog.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2018.01.29 v0.3.0
2+
+ Bug fix: module left xbmcaddon class in memory
3+
+ Keep Widevine CDM up-to-date with the latest version available (Kodi 18 and higher)
4+
+ Check for missing depending libraries by parsing the output from ldd
5+
+ Use older Widevine binaries on Kodi Krypton (fixes nss/nspr dependency issues)
6+
17
2018.01.01 v0.2.4
28
+ Fix ARM download on systems with sudo (OSMC etc)
39
+ Actually bump version in addon.xml, unlike v0.2.3...

0 commit comments

Comments
 (0)