diff --git a/.sonarcloud.properties b/.sonarcloud.properties index a8e1beb7..52a11903 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -3,7 +3,7 @@ sonar.organization=retrospect # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Retrospect -sonar.projectVersion=5.7.20 +sonar.projectVersion=5.7.21 sonar.python.version=3 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. diff --git a/addon.xml b/addon.xml index 6d5d9cf2..cc538469 100644 --- a/addon.xml +++ b/addon.xml @@ -1,6 +1,6 @@ @@ -123,19 +123,22 @@ all GPL-3.0-or-later en nl de sv no lt lv fi - [B]Retrospect v5.7.20 - Changelog - 2024-10-21[/B] + [B]Retrospect v5.7.21 - Changelog - 2024-11-26[/B] -Fixed the NPO channel that broke. +Fixed some minor channel issues for Dutch and Swedish channels. [B]Framework related[/B] -_None_ +* Added: Patch option to UriHandler. [B]GUI/Settings/Language related[/B] _None_ [B]Channel related[/B] -* Fixed: NPO streams (Fixes #1854). - +* Fixed: NPO Plus content not showing (Fixes #1862). +* Fixed: Some TV4 content (with encryption) was not playing (Fixes #1853). +* Fixed: Revoking a device from Videoland.nl broke Retrospect listing (Fixes #1852). +* Fixed: BVN Images did not show (Fixes #1864). +* Fixed: Don't use HVEC for SVT (Fixes #1865). resources/media/icon.png diff --git a/changelog.txt b/changelog.txt index 18ba3d60..a9c68739 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ -[B]Retrospect v5.7.xx - Changelog - 2024-10-21[/B] +[B]Retrospect v5.7.21 - Changelog - 2024-11-26[/B] -..... +Fixed some minor channel issues for Dutch and Swedish channels. [B]Framework related[/B] * Added: Patch option to UriHandler. diff --git a/sonar-project.properties b/sonar-project.properties index 9ad3615a..02b95c7e 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=retrospect # This is the name and version displayed in the SonarCloud UI. sonar.projectName=Retrospect -sonar.projectVersion=5.7.20 +sonar.projectVersion=5.7.21 sonar.python.version=3 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.