Skip to content

Commit

Permalink
Version: plugin.video.retrospect-5.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Feb 15, 2022
1 parent 715b576 commit 1798c2e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ sonar.exclusions=resources/lib/pyscrypt/*,resources/lib/urllib3/**/*,resources/l
#sonar.inclusions=

sonar.projectName=Retrospect
sonar.projectVersion=5.5.2
sonar.projectVersion=5.5.3
17 changes: 10 additions & 7 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.retrospect"
version="5.5.2+matrix.1"
version="5.5.3+matrix.1"
name="Retrospect"
provider-name="Bas Rieter">

Expand Down Expand Up @@ -118,13 +118,13 @@
</extension>

<extension point="xbmc.addon.metadata">
<reuselanguageinvoker>false</reuselanguageinvoker>
<reuselanguageinvoker>true</reuselanguageinvoker>
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<language>en nl de sv no lt lv fi</language>
<news>[B]Retrospect v5.5.2 - Changelog - 2022-01-12[/B]
<news>[B]Retrospect v5.5.3 - Changelog - 2022-02-15[/B]

Fixed an issue with NPO Start profiles not loading correctly and some other minor things.
t.b.d.

[B]Framework related[/B]
_None_
Expand All @@ -133,9 +133,12 @@ _None_
_None_

[B]Channel related[/B]
* Added: &quot;New on Play&quot; category to SVT Play (See #1587).
* Fixed: NRK.no updated their API.
* Fixed: Moved to id.npo.nl for logging in to npostart (Fixes #1597).
* Changed: RTV Rijnmond now uses RegioGroei back-end.
* Fixed: UR Play broke (See #1604).
* Changed: Omroep West now uses RegioGroei back-end.
* Moved: Omroep Gelderland to RegioGroei channel.
* Fixed: SVT &#x27;New on Play&#x27; (Fixes #1612).
* Fixed: RTV Oost moved to RegioGroei.

</news>
<assets>
Expand Down
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[B]Retrospect v5.5.2 - Changelog - 2022-01-12[/B]
[B]Retrospect v5.5.3 - Changelog - 2022-02-15[/B]

t.b.d.

Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.projectKey=Retrospect
# sonar.login=%SONAR_TOKEN%

sonar.projectName=Retrospect
sonar.projectVersion=5.5.2
sonar.projectVersion=5.5.3

sonar.sources=.
sonar.exclusions=resources/lib/pyscrypt/*,resources/lib/urllib3/**/*,resources/lib/pyaes/*,**/*.pyc,**/*.pyo,debugrun.py,apiserver.py,tests/**/*

0 comments on commit 1798c2e

Please sign in to comment.