Skip to content

Commit 3c6bf72

Browse files
authored
Prepare for v0.5.10 release (#517)
1 parent aaa9d08 commit 3c6bf72

File tree

2 files changed

+15
-38
lines changed

2 files changed

+15
-38
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,13 @@ Please report any issues or bug reports on the [GitHub Issues](https://github.co
9191
This module is licensed under the **The MIT License**. Please see the [LICENSE.txt](LICENSE.txt) file for details.
9292

9393
## Releases
94+
### v0.5.10 (2022-04-18)
95+
- Fix automatic submission of release (@mediaminister)
96+
- Update German translation (@tweimer)
97+
- Fix update_frequency setting (@horstle)
98+
- Fix install_from (@horstle)
99+
- Improve/Fix Widevine extraction from Chrome OS images (@horstle)
100+
94101
### v0.5.9 (2022-03-22)
95102
- Update Croatian translation (@dsardelic, @muzena)
96103
- Replace deprecated LooseVersion (@mediaminister, @MarkusVolk)

addon.xml

Lines changed: 8 additions & 38 deletions
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.5.9" provider-name="emilsvennesson, dagwieers, mediaminister, horstle">
2+
<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.5.10" provider-name="emilsvennesson, dagwieers, mediaminister, horstle">
33
<requires>
44
<!--py3 compliant-->
55
<import addon="xbmc.python" version="2.25.0"/>
@@ -25,48 +25,18 @@
2525
<description lang="hr_HR">Jednostavan Kodi modul koji olakšava razvijanje dodataka koji se temelje na InputStream dodatku i reprodukciji DRM zaštićenog sadržaja.</description>
2626
<description lang="ru_RU">Простой модуль для Kodi, который облегчает жизнь разработчикам дополнений, с использованием InputStream дополнений и воспроизведения DRM контента.</description>
2727
<news>
28+
v0.5.10 (2022-04-18)
29+
- Fix automatic submission of release
30+
- Update German translation
31+
- Fix update_frequency setting
32+
- Fix install_from
33+
- Improve/Fix Widevine extraction from Chrome OS images
34+
2835
v0.5.9 (2022-03-22)
2936
- Update Croatian translation
3037
- Replace deprecated LooseVersion
3138
- Fix http_get decode error
3239
- Option to install Widevine from specified source
33-
34-
v0.5.8 (2021-09-09)
35-
- Simplify Widevine CDM installation on ARM hardware
36-
- Update Chrome OS ARM hardware id's
37-
- Update Japanese and Korean translations
38-
39-
v0.5.7 (2021-07-02)
40-
- Further improve Widevine CDM installation on ARM hardware
41-
42-
v0.5.6 (2021-06-24)
43-
- Improve Widevine CDM installation on ARM hardware
44-
- Postpone Widevine CDM updates when user rejects
45-
46-
v0.5.5 (2021-06-02)
47-
- Improve Widevine CDM installation on ARM hardware
48-
49-
v0.5.4 (2021-05-27)
50-
- Fix Widevine CDM installation on ARM hardware
51-
52-
v0.5.3 (2021-05-10)
53-
- Temporary fix for Widevine CDM installation on ARM hardware
54-
- Fix Widevine CDM installation on 32-bit Linux
55-
56-
v0.5.2 (2020-12-13)
57-
- Update Chrome OS ARM hardware id's
58-
59-
v0.5.1 (2020-10-02)
60-
- Fix incorrect ARM HWIDs: PHASER and PHASER360
61-
- Added Hebrew translations
62-
- Updated Dutch, Japanese and Korean translations
63-
64-
v0.5.0 (2020-06-25)
65-
- Extract Widevine CDM directly from Chrome OS, minimizing disk space usage and eliminating the need for root access
66-
- Improve progress dialog while extracting Widevine CDM on ARM devices
67-
- Support resuming interrupted downloads on unreliable internet connections
68-
- Reshape InputStream Helper information dialog
69-
- Updated Dutch, English, French, German, Greek, Hungarian, Romanian, Russian, Spanish and Swedish translations
7040
</news>
7141
<platform>all</platform>
7242
<license>MIT</license>

0 commit comments

Comments
 (0)