Skip to content

Commit

Permalink
v1.0.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emilsvennesson committed Dec 11, 2016
1 parent 797b14d commit aa2befe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# Viaplay Kodi add-on #
Before reading further, please note that this add-on is unoffical and is not endorsed or supported by Viaplay in any way. Not all features are supported or thoroughly tested and may not work as intended.

If you're interested in helping out with the development, then please just send me a pull request. If you're reporting a bug, make sure you've enabled debugging in both the addon settings as well as in Kodi and attached the log. Feedback and constructive input are of course always welcome.

This add-on was written based on Viaplay's JSON API.
If you're interested in helping out with the development, then please just send me a pull request. If you're reporting a bug, please activate debug logging in Kodi and attach the log file.

Feedback and constructive input are of course always welcome.

## Dependencies: ##
This add-on is available in the official Kodi repository and all dependencies will be installed automatically when installed from there. However, if you're installing straight from git, please make sure you've got the following modules installed:
Expand Down
3 changes: 2 additions & 1 deletion 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.5"
version="1.0.6"
name="Viaplay"
provider-name="emilsvennesson">
<requires>
Expand All @@ -15,6 +15,7 @@
<extension point="xbmc.addon.metadata">
<description lang="en">Watch content from Viaplay.</description>
<description lang="sv">Titta på innehåll från Viaplay.</description>
<news>2016.12.11 v1.0.6[CR]+ Improve sports section[CR]+ Fix broken playback for new content[CR]+ Remove add-on debugging setting and automatically detect it instead[CR]+ Code cleanup</news>
<platform>all</platform>
<language>sv dk no fi en</language>
<license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
Expand Down
8 changes: 7 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
2016.09.08 v1.0.5
2016.12.11 v1.0.6
+ Improve sports section
+ Fix broken playback for new content
+ Remove add-on debugging setting and automatically detect it instead
+ Code cleanup

2016.09.08 v1.0.5
+ Bug fix: possible UTC bug when determining game status
+ Bump required requests version to 2.9.1
+ Don't set watched status on sports content
Expand Down

0 comments on commit aa2befe

Please sign in to comment.