Skip to content

Commit 94671ec

Browse files
0.3.1 release
1 parent be18e81 commit 94671ec

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

addon.xml

Lines changed: 2 additions & 2 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.3.0"
3+
version="0.3.1"
44
name="InputStream Helper"
55
provider-name="emilsvennesson">
66
<requires>
@@ -10,7 +10,7 @@
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.29 v0.3.0
13+
<news>2018.01.29 v0.3.1
1414
+ Bug fix: module left xbmcaddon class in memory
1515
+ Keep Widevine CDM up-to-date with the latest version available (Kodi 18 and higher)
1616
+ Check for missing depending libraries by parsing the output from ldd

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2018.01.29 v0.3.1
2+
+ check_inputstream() return fix
3+
14
2018.01.29 v0.3.0
25
+ Bug fix: module left xbmcaddon class in memory
36
+ Keep Widevine CDM up-to-date with the latest version available (Kodi 18 and higher)

0 commit comments

Comments
 (0)