Skip to content

Commit

Permalink
0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsvennesson committed Oct 15, 2017
1 parent af220c8 commit d53301b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 4 additions & 8 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.2.0"
version="0.2.1"
name="InputStream Helper"
provider-name="emilsvennesson">
<requires>
Expand All @@ -10,13 +10,9 @@
<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.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>2017.10.15 v0.2.1
+ Update German translation (thanks to asciidisco)
+ Improve root permissions acquisition
</news>
<platform>all</platform>
<license>MIT License</license>
Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2017.10.15 v0.2.1
+ Update German translation (thanks to asciidisco)
+ Improve root permissions acquisition

2017.09.29 v0.2.0
+ Automatic Widevine CDM download on ARM devices
+ Display Widevine EULA during installation procedure
Expand Down

0 comments on commit d53301b

Please sign in to comment.