Skip to content

Commit b95614b

Browse files
prepare for v0.7.0 (#573)
1 parent c14f0bc commit b95614b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ 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.7.0 (2024-09-24)
95+
- Get rid of distutils dependency (@horstle, @emilsvennesson)
96+
- Option to get Widevine from lacros image (@horstle)
97+
- Remove support for Python 2 and pre-Matrix Kodi versions (@horstle)
98+
9499
### v0.6.1 (2023-05-30)
95100
- Performance improvements on Linux ARM (@horstle)
96101
- This will be the last release for Python 2 i.e. Kodi 18 (Leia) and below. The next release will require Python 3 and Kodi 19 (Matrix) or higher.

addon.xml

Lines changed: 6 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.6.1" provider-name="emilsvennesson, dagwieers, mediaminister, horstle">
2+
<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.7.0" provider-name="emilsvennesson, dagwieers, mediaminister, horstle">
33
<requires>
44
<!--py3 compliant-->
55
<import addon="xbmc.python" version="3.0.0"/>
@@ -25,6 +25,11 @@
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.7.0 (2024-09-24)
29+
- Get rid of distutils dependency
30+
- Option to get Widevine from lacros image
31+
- Remove support for Python 2 and pre-Matrix Kodi versions
32+
2833
v0.6.1 (2023-05-30)
2934
- Performance improvements on Linux ARM
3035
- This will be the last release for Python 2 i.e. Kodi 18 (Leia) and below. The next release will require Python 3 and Kodi 19 (Matrix) or higher.

0 commit comments

Comments
 (0)