Skip to content

Commit 60e6c1a

Browse files
Prepare for v0.8.2 release (#614)
1 parent 1d88c91 commit 60e6c1a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

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

9292
## Releases
93+
### v0.8.2 (2025-09-25)
94+
- Fix Widevine CDM installation on 32-bit Windows (@mediaminister)
95+
9396
### v0.8.1 (2025-09-22)
9497
- Fix Widevine CDM installation on ARM hardware (@mediaminister)
9598

addon.xml

Lines changed: 4 additions & 1 deletion
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.8.1" provider-name="emilsvennesson, dagwieers, mediaminister, horstle">
2+
<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.8.2" provider-name="emilsvennesson, dagwieers, mediaminister, horstle">
33
<requires>
44
<!--py3 compliant-->
55
<import addon="xbmc.python" version="3.0.0"/>
@@ -27,6 +27,9 @@
2727
<description lang="ru_RU">Простой модуль для Kodi, который облегчает жизнь разработчикам дополнений, с использованием InputStream дополнений и воспроизведения DRM контента.</description>
2828
<description lang="sv_SE">En enkel Kodi-modul som underlättar livet för tilläggsutvecklare som förlitar sig på InputStream-baserade tillägg och DRM-uppspelning.</description>
2929
<news>
30+
v0.8.2 (2025-09-25)
31+
- Fix Widevine CDM installation on 32-bit Windows
32+
3033
v0.8.1 (2025-09-22)
3134
- Fix Widevine CDM installation on ARM hardware
3235

0 commit comments

Comments
 (0)