From 6a87894937c1220db2866632ad7450fb9954fc6b Mon Sep 17 00:00:00 2001 From: emilsvennesson Date: Fri, 29 Sep 2017 20:59:03 +0200 Subject: [PATCH] 0.2.0 release --- addon.xml | 11 +++++++++-- changelog.txt | 8 ++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) 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