Skip to content

Commit

Permalink
Version: plugin.video.retrospect-5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Jun 4, 2021
1 parent 417fccb commit 1960b47
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Expand Up @@ -3,4 +3,4 @@ sonar.exclusions=resources/lib/pyscrypt/*,resources/lib/urllib3/**/*,resources/l
#sonar.inclusions=

sonar.projectName=Retrospect
sonar.projectVersion=5.4.0+matrix.1
sonar.projectVersion=5.4.1
23 changes: 9 additions & 14 deletions addon.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.retrospect"
version="5.4.0+matrix.1"
version="5.4.1+matrix.1"
name="Retrospect"
provider-name="Bas Rieter">

Expand Down Expand Up @@ -126,26 +126,21 @@

<license>GPL-3.0-or-later</license>
<language>en nl de sv no lt lv fi</language>
<news>[B]Retrospect v5.4.0+matrix.1 - Changelog - 2021-05-15[/B]
<news>[B]Retrospect v5.4.1 - Changelog - 2021-06-04[/B]

This update fixes some channel issues and contains a simplification in the &#x27;playing back of items&#x27; code that was long over due.
A minor update to Retrospect with fixes for NPO, KetNet and TV4.

[B]Framework related[/B]
* Fixed: Filtering of Geo and paid items (Fixes #1511).
* Changed: Simplified the playback of items.
* Removed: Custom YT code and force YT add-on.

[B]GUI/Settings/Language related[/B]
_None_
* Updated: Settings for Up Next integration.

[B]Channel related[/B]
* Added: Multi-stream SVT videos with extra speech options (only available in Sweden).
* Fixed: RTV Utrecht item listing.
* Fixed: Omroep Zeeland video playback.
* Fixed: Hardware.info TV video playback.
* Fixed: TWiT.tv video listing, live stream and paging.
* Fixed: MSDN Channel 9 was broken.
* Fixed: NOS Streams stopped playing (Fixes #1512).
* Fixed: Radio 538 Live streams did not work (Fixes #1506).
* Fixed: NPO Listing had some &quot;folder-icon&quot; issues (Fixes #1516).
* Fixed: KetNet broke due to API changes (Fixes #1517).
* Fixed: Some TV4 Play shows had 100+ items which requires paging (Fixes #1524).
* Removed: Nick Jr sites as they removed all content (Fixes #1508)

</news>
<assets>
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
@@ -1,6 +1,6 @@
[B]Retrospect v5.4.0+matrix.1 - Changelog - 2021-05-15[/B]
[B]Retrospect v5.4.1 - Changelog - 2021-06-04[/B]

This update fixes some channel issues and contains a simplification in the 'playing back of items' code that was long over due.
A minor update to Retrospect with fixes for NPO, KetNet and TV4.

[B]Framework related[/B]
* Removed: Custom YT code and force YT add-on.
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.4.0+matrix.1
sonar.projectVersion=5.4.1

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

0 comments on commit 1960b47

Please sign in to comment.