From 1960b4758b25a78680e079d5dbbffd8ea23bfafb Mon Sep 17 00:00:00 2001 From: Bas Rieter Date: Fri, 4 Jun 2021 22:58:20 +0200 Subject: [PATCH] Version: plugin.video.retrospect-5.4.1 --- .sonarcloud.properties | 2 +- addon.xml | 23 +++++++++-------------- changelog.txt | 4 ++-- sonar-project.properties | 2 +- 4 files changed, 13 insertions(+), 18 deletions(-) diff --git a/.sonarcloud.properties b/.sonarcloud.properties index 06f37e445..92171e7b2 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -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 \ No newline at end of file +sonar.projectVersion=5.4.1 \ No newline at end of file diff --git a/addon.xml b/addon.xml index 090ce03b0..d70aa50e7 100644 --- a/addon.xml +++ b/addon.xml @@ -1,6 +1,6 @@ @@ -126,26 +126,21 @@ GPL-3.0-or-later en nl de sv no lt lv fi - [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] -* 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 "folder-icon" 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) diff --git a/changelog.txt b/changelog.txt index c1bab8609..c62a18ca6 100644 --- a/changelog.txt +++ b/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. diff --git a/sonar-project.properties b/sonar-project.properties index f8b0ba029..6ea586d96 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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/**/*