diff --git a/README.md b/README.md index 93c5e8eb..3ae5aaa2 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,11 @@ 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.7.0 (2024-09-24) +- Get rid of distutils dependency (@horstle, @emilsvennesson) +- Option to get Widevine from lacros image (@horstle) +- Remove support for Python 2 and pre-Matrix Kodi versions (@horstle) + ### v0.6.1 (2023-05-30) - Performance improvements on Linux ARM (@horstle) - 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. diff --git a/addon.xml b/addon.xml index 7f1b668c..991080ac 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -25,6 +25,11 @@ Jednostavan Kodi modul koji olakšava razvijanje dodataka koji se temelje na InputStream dodatku i reprodukciji DRM zaštićenog sadržaja. Простой модуль для Kodi, который облегчает жизнь разработчикам дополнений, с использованием InputStream дополнений и воспроизведения DRM контента. +v0.7.0 (2024-09-24) +- Get rid of distutils dependency +- Option to get Widevine from lacros image +- Remove support for Python 2 and pre-Matrix Kodi versions + v0.6.1 (2023-05-30) - Performance improvements on Linux ARM - 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.