Skip to content

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsvennesson committed Sep 29, 2017
1 parent 0818e45 commit 6a87894
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
11 changes: 9 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="script.module.inputstreamhelper"
version="0.1.0"
version="0.2.0"
name="InputStream Helper"
provider-name="emilsvennesson">
<requires>
Expand All @@ -10,7 +10,14 @@
<extension library="lib" point="xbmc.python.module"/>
<extension point="xbmc.addon.metadata">
<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>
<news>2017.09.13 v0.1.0[CR]+ Initial release</news>
<news>2017.09.29 v0.2.0
+ Automatic Widevine CDM download on ARM devices
+ Display Widevine EULA during installation procedure
+ German translation (thanks to asciidisco)
+ New, smaller and less ugly generic icon
+ Better exception handling
+ Code cleanup
</news>
<platform>all</platform>
<license>MIT License</license>
<source>https://github.com/emilsvennesson/script.module.inputstreamhelper</source>
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
2017.09.29 v0.2.0
+ Automatic Widevine CDM download on ARM devices
+ Display Widevine EULA during installation procedure
+ German translation (thanks to asciidisco)
+ New, smaller and less ugly generic icon
+ Better exception handling
+ Code cleanup

2017.09.13 v0.1.0
+ Initial release

0 comments on commit 6a87894

Please sign in to comment.