diff --git a/addon.xml b/addon.xml index 7ead9052..fb800803 100644 --- a/addon.xml +++ b/addon.xml @@ -1,6 +1,6 @@ @@ -10,7 +10,14 @@ A simple Kodi module that makes life easier for add-on developers relying on InputStream based add-ons and DRM playback. - 2017.09.13 v0.1.0[CR]+ Initial release + 2017.09.29 v0.2.0 + + Automatic Widevine CDM download on ARM devices + + Display Widevine EULA during installation procedure + + German translation (thanks to asciidisco) + + New, smaller and less ugly generic icon + + Better exception handling + + Code cleanup + all MIT License https://github.com/emilsvennesson/script.module.inputstreamhelper diff --git a/changelog.txt b/changelog.txt index 9aa583ac..74089d85 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,2 +1,10 @@ +2017.09.29 v0.2.0 ++ Automatic Widevine CDM download on ARM devices ++ Display Widevine EULA during installation procedure ++ German translation (thanks to asciidisco) ++ New, smaller and less ugly generic icon ++ Better exception handling ++ Code cleanup + 2017.09.13 v0.1.0 + Initial release