Skip to content

Commit 7726c84

Browse files
asciidiscoemilsvennesson
authored andcommitted
0.2.2 release
Close #7
1 parent 7d58822 commit 7726c84

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

addon.xml

Lines changed: 3 additions & 4 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.1"
3+
version="0.2.2"
44
name="InputStream Helper"
55
provider-name="emilsvennesson">
66
<requires>
@@ -10,9 +10,8 @@
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.10.15 v0.2.1
14-
+ Update German translation (thanks to asciidisco)
15-
+ Improve root permissions acquisition
13+
<news>2017.11.05 v0.2.2
14+
+ Fixes for widevine download when using 64-bit Kodi
1615
</news>
1716
<platform>all</platform>
1817
<license>MIT License</license>

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2017.12.05 v0.2.2
2+
+ Fixes for widevine download when using 64-bit Kodi (thanks to gismo112 & asciidisco)
3+
14
2017.10.15 v0.2.1
25
+ Update German translation (thanks to asciidisco)
36
+ Improve root permissions acquisition

0 commit comments

Comments
 (0)