Skip to content

Commit 3ef9010

Browse files
mediaministeremilsvennesson
authored andcommitted
0.3.5 release
Close #67
1 parent 62baa42 commit 3ef9010

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

addon.xml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,21 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon id="script.module.inputstreamhelper"
3-
version="0.3.4"
3+
version="0.3.5"
44
name="InputStream Helper"
55
provider-name="emilsvennesson">
66
<requires>
77
<import addon="xbmc.python" version="2.25.0"/>
8-
<import addon="script.module.kodi-six" version="0.0.2"/>
8+
<import addon="script.module.kodi-six" version="0.0.4"/>
99
<import addon="script.module.requests" version="2.9.1"/>
1010
</requires>
1111
<extension library="lib" point="xbmc.python.module"/>
1212
<extension point="xbmc.addon.metadata">
1313
<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>
1414
<description lang="el_GR">Μία απλή μονάδα για το Kodi η οποία διευκολύνει την ζωή των προγραμματιστών οι οποίοι εξαρτώνται από τα πρόσθετσ InputStream και αναπαραγωγή τύπου DRM.</description>
15-
<news>2019.03.23 v0.3.4
16-
+ python2_3 compability (mediaminister, Rechi)
17-
+ Option to disable inputstreamhelper in settings.xml
18-
+ calculate disk space on the tmp folder (dawez)
19-
+ Support for Unicode paths in Windows (WallyCZ)
20-
+ Italian translation (pinoelefante)
21-
+ Dutch translation (dnicolaas)
22-
+ Greek translation (Twilight0)
23-
+ Russian translation (vlmaksime)
15+
<news>2019.08.15 v0.3.5
16+
+ Auto install inputstream.adaptive (mediaminister)
17+
+ Fix latest Widevine version detection (dagwieers)
18+
+ Check for Widevine updates on new release (mediaminister)
2419
</news>
2520
<platform>all</platform>
2621
<license>MIT License</license>

0 commit comments

Comments
 (0)