Skip to content

Commit d08c4bd

Browse files
committed
Prepare for v0.6.1
1 parent 19b86d4 commit d08c4bd

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ 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.6.1 (2023-05-30)
95+
- Performance improvements on Linux ARM (@horstle)
96+
- 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.
97+
9498
### v0.6.0 (2023-05-03)
9599
- Initial support for AARCH64 Linux (@horstle)
96100
- Initial support for AARCH64 Macs (@mediaminister)

addon.xml

Lines changed: 8 additions & 4 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.6.0" provider-name="emilsvennesson, dagwieers, mediaminister, horstle">
2+
<addon id="script.module.inputstreamhelper" name="InputStream Helper" version="0.6.1" provider-name="emilsvennesson, dagwieers, mediaminister, horstle">
33
<requires>
44
<!--py3 compliant-->
55
<import addon="xbmc.python" version="2.25.0"/>
@@ -25,10 +25,14 @@
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.6.1 (2023-05-30)
29+
- Performance improvements on Linux ARM
30+
- 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.
31+
2832
v0.6.0 (2023-05-03)
29-
- Initial support for AARCH64 Linux (@horstle)
30-
- Initial support for AARCH64 Macs (@mediaminister)
31-
- New option to install a specific version on most platforms (@horstle)
33+
- Initial support for AARCH64 Linux
34+
- Initial support for AARCH64 Macs
35+
- New option to install a specific version on most platforms
3236

3337
v0.5.10 (2022-04-18)
3438
- Fix automatic submission of release

0 commit comments

Comments
 (0)