Skip to content

Commit d53301b

Browse files
0.2.1 release
1 parent af220c8 commit d53301b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

addon.xml

Lines changed: 4 additions & 8 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.0"
3+
version="0.2.1"
44
name="InputStream Helper"
55
provider-name="emilsvennesson">
66
<requires>
@@ -10,13 +10,9 @@
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>2017.09.29 v0.2.0
14-
+ Automatic Widevine CDM download on ARM devices
15-
+ Display Widevine EULA during installation procedure
16-
+ German translation (thanks to asciidisco)
17-
+ New, smaller and less ugly generic icon
18-
+ Better exception handling
19-
+ Code cleanup
13+
<news>2017.10.15 v0.2.1
14+
+ Update German translation (thanks to asciidisco)
15+
+ Improve root permissions acquisition
2016
</news>
2117
<platform>all</platform>
2218
<license>MIT License</license>

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2017.10.15 v0.2.1
2+
+ Update German translation (thanks to asciidisco)
3+
+ Improve root permissions acquisition
4+
15
2017.09.29 v0.2.0
26
+ Automatic Widevine CDM download on ARM devices
37
+ Display Widevine EULA during installation procedure

0 commit comments

Comments
 (0)