Skip to content

Commit b7385c7

Browse files
committed
v0.4.4 release
1 parent 685b786 commit b7385c7

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,16 @@ Please report any issues or bug reports on the [GitHub Issues](https://github.co
6363
This module is licensed under the **The MIT License**. Please see the [LICENSE.txt](LICENSE.txt) file for details.
6464

6565
## Releases
66+
## v0.4.4 (2020-03-01)
67+
- Added option to restore a previously installed Widevine version (@horstle)
68+
- Improve progress bar when extracting Widevine on ARM devices (@dagwieers)
69+
- Improve Widevine library version detection (@dagwieers, @mediaminister)
70+
- Improve InputStream Helper information (@dagwieers, @mediaminister)
71+
- Increase download reliability for Chrome OS on ARM devices (@horstle, @RolfWojtech)
72+
- Added Japanese, Korean, Croatian and Hungarian translations (@Thunderbird2086, @arvvoid, @frodo19)
73+
- Updated existing translations (@dnicolaas, @Sopor, @tweimer, @horstle, @mediaminister)
74+
- Various small bugfixes for Widevine installation on ARM devices (@dagwieers, @mediaminister, @Twilight0, @janhicken)
75+
6676
## v0.4.3 (2019-09-25)
6777
- French translation (@brunoduc)
6878
- Updated translations (@vlmaksime, @dagwieers, @pinoelefante, @horstle, @Twilight0, @emilsvennesson)

addon.xml

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.4.3" provider-name="emilsvennesson, dagwieers, mediaminister">
2+
<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.4.4" provider-name="emilsvennesson, dagwieers, mediaminister">
33
<requires>
44
<import addon="xbmc.python" version="2.25.0"/>
55
<import addon="script.module.pysocks" version="1.6.8" optional="true"/>
@@ -20,14 +20,15 @@
2020
<description lang="ru_RU">Простой модуль для Kodi, который облегчает жизнь разработчикам дополнений, с использованием InputStream дополнений и воспроизведения DRM контента.</description>
2121
<description lang="fr_FR">Un simple module Kodi qui simplifie la vie des développeurs de modules complémentaires en s’appuyant sur des modules complémentaires basés sur InputStream et sur la lecture de DRM.</description>
2222
<news>
23-
v0.4.3 (2019-09-25)
24-
- French translation
25-
- Updated translations
26-
- Ensure Kodi 19 compatibility
27-
- Configurable temporary download directory for devices with limited space
28-
- Configurable Widevine CDM update frequency
29-
- Fix add-on settings crashes when InputStream Adaptive is missing
30-
- Improve unicode character support
23+
v0.4.4 (2020-03-01)
24+
- Added option to restore a previously installed Widevine version
25+
- Improve progress bar when extracting Widevine on ARM devices
26+
- Improve Widevine library version detection
27+
- Improve InputStream Helper information
28+
- Increase download reliability for Chrome OS on ARM devices
29+
- Added Japanese, Korean, Croatian and Hungarian translations
30+
- Updated existing translations
31+
- Various small bugfixes for Widevine installation on ARM devices
3132
</news>
3233
<platform>all</platform>
3334
<license>MIT</license>

resources/language/resource.language.de_de/strings.po

-1
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,3 @@ msgstr "Anzahl Backups"
328328
msgctxt "#30915"
329329
msgid "Restore Widevine CDM library..."
330330
msgstr "Widevine CDM Bibliothek wiederherstellen..."
331-

0 commit comments

Comments
 (0)