Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version: plugin.video.retrospect-5.1.3
  • Loading branch information
basrieter committed Dec 20, 2019
1 parent 3461e8b commit 241b70c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Expand Up @@ -3,4 +3,4 @@ sonar.exclusions=plugin.video.retrospect/resources/lib/pyscrypt/*,plugin.video.r
#sonar.inclusions=

sonar.projectName=Retrospect
sonar.projectVersion=5.1.2
sonar.projectVersion=5.1.3
15 changes: 7 additions & 8 deletions plugin.video.retrospect/addon.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.retrospect"
version="5.1.2"
version="5.1.3"
name="Retrospect"
provider-name="Bas Rieter">

Expand Down Expand Up @@ -129,9 +129,9 @@

<license>CC-BY-NC-SA-4.0</license>
<language>en nl de se no lt lv fi</language>
<news>[B]Retrospect v5.1.2 - Changelog - 2019-11-25[/B]
<news>[B]Retrospect v5.1.3 - Changelog - 2019-12-20[/B]

This update mainly contains channel fixes for NPO, NOS and the SVT channels.
This update mainly contains channel fixes for the SVT and UR Play channel.

[B]Framework related[/B]
-
Expand All @@ -140,11 +140,10 @@ This update mainly contains channel fixes for NPO, NOS and the SVT channels.
-

[B]Channel related[/B]
* Fixed: NPO EPG titles had trailing &quot;-&quot; chars
* Fixed: NOS.nl videos did not play (Fixes #1263)
* Fixed: SVT major API rebuild (Fixes #1254)
* Fixed: incorrect NPO Plus indicators (Fixes #1257)
* Fixed: NPO Token expiring before cookies expires (Possibly Fixes #1260)
* Fixed: SVT &quot;trailer&quot; type was not recognised
* Fixed: Timestamp issue with SVT
* Fixed: SVT live streams (Fixes #1266)
* Fixed: UR Play did not list (Fixes #1267)
</news>
<assets>
<icon>resources/media/icon.png</icon>
Expand Down
4 changes: 2 additions & 2 deletions plugin.video.retrospect/changelog.txt
@@ -1,6 +1,6 @@
[B]Retrospect v5.1.2 - Changelog - 2019-11-25[/B]
[B]Retrospect v5.1.3 - Changelog - 2019-12-20[/B]

This update mainly contains channel fixes for NPO, NOS and the SVT channel.
This update mainly contains channel fixes for the SVT and UR Play channel.

[B]Framework related[/B]
-
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Expand Up @@ -6,7 +6,7 @@ sonar.projectKey=Retrospect
# sonar.login=%SONAR_TOKEN%

sonar.projectName=Retrospect
sonar.projectVersion=5.1.2
sonar.projectVersion=5.1.3

sonar.sources=.
sonar.exclusions=plugin.video.retrospect/resources/lib/pyscrypt/*,plugin.video.retrospect/resources/lib/urllib3/**/*,plugin.video.retrospect/resources/lib/pyaes/*,plugin.video.retrospect/resources/lib/debug/**, **/*.pyc,**/*.pyo,plugin.video.retrospect/debugrun.py,plugin.video.retrospect/apiserver.py

0 comments on commit 241b70c

Please sign in to comment.