Skip to content

Commit

Permalink
v0.4.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister committed Mar 1, 2020
1 parent 685b786 commit b7385c7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ Please report any issues or bug reports on the [GitHub Issues](https://github.co
This module is licensed under the **The MIT License**. Please see the [LICENSE.txt](LICENSE.txt) file for details.

## Releases
## v0.4.4 (2020-03-01)
- Added option to restore a previously installed Widevine version (@horstle)
- Improve progress bar when extracting Widevine on ARM devices (@dagwieers)
- Improve Widevine library version detection (@dagwieers, @mediaminister)
- Improve InputStream Helper information (@dagwieers, @mediaminister)
- Increase download reliability for Chrome OS on ARM devices (@horstle, @RolfWojtech)
- Added Japanese, Korean, Croatian and Hungarian translations (@Thunderbird2086, @arvvoid, @frodo19)
- Updated existing translations (@dnicolaas, @Sopor, @tweimer, @horstle, @mediaminister)
- Various small bugfixes for Widevine installation on ARM devices (@dagwieers, @mediaminister, @Twilight0, @janhicken)

## v0.4.3 (2019-09-25)
- French translation (@brunoduc)
- Updated translations (@vlmaksime, @dagwieers, @pinoelefante, @horstle, @Twilight0, @emilsvennesson)
Expand Down
19 changes: 10 additions & 9 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.4.3" provider-name="emilsvennesson, dagwieers, mediaminister">
<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.4.4" provider-name="emilsvennesson, dagwieers, mediaminister">
<requires>
<import addon="xbmc.python" version="2.25.0"/>
<import addon="script.module.pysocks" version="1.6.8" optional="true"/>
Expand All @@ -20,14 +20,15 @@
<description lang="ru_RU">Простой модуль для Kodi, который облегчает жизнь разработчикам дополнений, с использованием InputStream дополнений и воспроизведения DRM контента.</description>
<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>
<news>
v0.4.3 (2019-09-25)
- French translation
- Updated translations
- Ensure Kodi 19 compatibility
- Configurable temporary download directory for devices with limited space
- Configurable Widevine CDM update frequency
- Fix add-on settings crashes when InputStream Adaptive is missing
- Improve unicode character support
v0.4.4 (2020-03-01)
- Added option to restore a previously installed Widevine version
- Improve progress bar when extracting Widevine on ARM devices
- Improve Widevine library version detection
- Improve InputStream Helper information
- Increase download reliability for Chrome OS on ARM devices
- Added Japanese, Korean, Croatian and Hungarian translations
- Updated existing translations
- Various small bugfixes for Widevine installation on ARM devices
</news>
<platform>all</platform>
<license>MIT</license>
Expand Down
1 change: 0 additions & 1 deletion resources/language/resource.language.de_de/strings.po
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,3 @@ msgstr "Anzahl Backups"
msgctxt "#30915"
msgid "Restore Widevine CDM library..."
msgstr "Widevine CDM Bibliothek wiederherstellen..."

0 comments on commit b7385c7

Please sign in to comment.