From 0430c4eea1ebe4c321139bb082aa93aba4ec2330 Mon Sep 17 00:00:00 2001 From: emilsvennesson Date: Wed, 27 Dec 2017 13:42:04 +0100 Subject: [PATCH] 2.0.0 release woop woop --- addon.xml | 14 ++++++++++++-- changelog.txt | 13 ++++++++++++- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/addon.xml b/addon.xml index cb350d3..135cfc2 100644 --- a/addon.xml +++ b/addon.xml @@ -1,6 +1,6 @@  @@ -15,7 +15,17 @@ Watch content from Viaplay. Titta på innehåll från Viaplay. - 2017.04.10 v1.0.8[CR]+ Fix audio on newer Viaplay content[CR]+ Fix icon/fanart[CR]+ Move addon code to addon.py + 2017.12.27 v2.0.0 + + New dependency: script.module.inputstreamhelper + + Switch to registration code activation + + Finally replace HLS with MPEG-DASH (Widevine DRM is now required) + + Channels support (previously Viasat TV To Go) + + Implement dynamically acquired 'theme pages' in addition to browsing through categories + + Starred, Watched and Purchased pages now work + + Open add-on settings on first run + + Major rewrite and cleanup of the code + + Big improvements all-around and a massively enhanced experience + all sv dk no fi en GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007 diff --git a/changelog.txt b/changelog.txt index a1b9b82..c4009c3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,15 @@ -2017.04.10 v1.0.8 +2017.12.27 v2.0.0 ++ New dependency: script.module.inputstreamhelper ++ Switch to registration code activation ++ Finally replace HLS with MPEG-DASH (Widevine DRM is now required) ++ Channels support (previously Viasat TV To Go) ++ Implement dynamically acquired 'theme pages' in addition to browsing through categories ++ Starred, Watched and Purchased pages now work ++ Open add-on settings on first run ++ Major rewrite and cleanup of the code ++ Big improvements all-around and a massively enhanced experience + +2017.04.10 v1.0.8 + Fix audio on newer Viaplay content + Fix icon/fanart + Move addon code to addon.py