Skip to content

Commit 6a87894

Browse files
0.2.0 release
1 parent 0818e45 commit 6a87894

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

addon.xml

Lines changed: 9 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.1.0"
3+
version="0.2.0"
44
name="InputStream Helper"
55
provider-name="emilsvennesson">
66
<requires>
@@ -10,7 +10,14 @@
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.13 v0.1.0[CR]+ Initial release</news>
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
20+
</news>
1421
<platform>all</platform>
1522
<license>MIT License</license>
1623
<source>https://github.com/emilsvennesson/script.module.inputstreamhelper</source>

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1+
2017.09.29 v0.2.0
2+
+ Automatic Widevine CDM download on ARM devices
3+
+ Display Widevine EULA during installation procedure
4+
+ German translation (thanks to asciidisco)
5+
+ New, smaller and less ugly generic icon
6+
+ Better exception handling
7+
+ Code cleanup
8+
19
2017.09.13 v0.1.0
210
+ Initial release

0 commit comments

Comments
 (0)