Skip to content

Commit

Permalink
2.0.0 release
Browse files Browse the repository at this point in the history
woop woop
  • Loading branch information
emilsvennesson committed Dec 27, 2017
1 parent 7c12970 commit 0430c4e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
14 changes: 12 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon id="plugin.video.viaplay"
version="1.0.8"
version="2.0.0"
name="Viaplay"
provider-name="emilsvennesson">
<requires>
Expand All @@ -15,7 +15,17 @@
<extension point="xbmc.addon.metadata">
<description lang="en_GB">Watch content from Viaplay.</description>
<description lang="sv_SE">Titta på innehåll från Viaplay.</description>
<news>2017.04.10 v1.0.8[CR]+ Fix audio on newer Viaplay content[CR]+ Fix icon/fanart[CR]+ Move addon code to addon.py</news>
<news>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
</news>
<platform>all</platform>
<language>sv dk no fi en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
Expand Down
13 changes: 12 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0430c4e

Please sign in to comment.