diff --git a/.sonarcloud.properties b/.sonarcloud.properties index d59208055..79ea7bd12 100644 --- a/.sonarcloud.properties +++ b/.sonarcloud.properties @@ -3,4 +3,4 @@ sonar.exclusions=plugin.video.retrospect/resources/libs/pyscrypt/*,plugin.video. #sonar.inclusions= sonar.projectName=Retrospect -sonar.projectVersion=5.0.5 \ No newline at end of file +sonar.projectVersion=5.0.6 \ No newline at end of file diff --git a/plugin.video.retrospect/addon.xml b/plugin.video.retrospect/addon.xml index ada2568e4..5680306f0 100644 --- a/plugin.video.retrospect/addon.xml +++ b/plugin.video.retrospect/addon.xml @@ -1,6 +1,6 @@ @@ -128,21 +128,22 @@ CC-BY-NC-SA-4.0 en nl de se no lt lv fi - [B]Retrospect v5.0.5 - Changelog - 2019-09-10[/B] + [B]Retrospect v5.0.6 - Changelog - 2019-10-02[/B] -Another small update to fix some channel related issues and update some translations. +Just a minor update with some fixes for some channels. [B]Framework related[/B] -* Fixed: don't set weird dates, as they are shown in Kodi 18.4 and higher +- [B]GUI/Settings/Language related[/B] - [B]Channel related[/B] -* Fixed: Swedish TV4, Sjuan and TV12 did not show subtitles (Fixes #1188) -* Fixed: VRT.nu did not parse folders (Fixes #1218) -* Fixed: listing of SVT shows did not work (Fixes #1217) -* Fixed: invalid expire dates for OA items in SVT Play and set Geo protected warning (Fixes #1220) +* Fixed: use Dumpert API as they updated their site +* Fixed: UR Play updated their site and broke Retrospect (Fixes #1226) +* Fixed: Use Dash for VRT.nu live streams and show subtitles (Fixes #1223) +* Fixed: VTM.be did not parse all folders (Fixes #1222) + resources/media/icon.png diff --git a/plugin.video.retrospect/changelog.txt b/plugin.video.retrospect/changelog.txt index 269104c42..d57dd7cff 100644 --- a/plugin.video.retrospect/changelog.txt +++ b/plugin.video.retrospect/changelog.txt @@ -1,4 +1,4 @@ -[B]Retrospect v5.0.5 - Changelog - 2019-09-10[/B] +[B]Retrospect v5.0.6 - Changelog - 2019-10-02[/B] Just a minor update with some fixes for some channels. @@ -12,4 +12,4 @@ Just a minor update with some fixes for some channels. * Fixed: use Dumpert API as they updated their site * Fixed: UR Play updated their site and broke Retrospect (Fixes #1226) * Fixed: Use Dash for VRT.nu live streams and show subtitles (Fixes #1223) -* Fixed: VTM.be did not parse all folders (Fixes #1222) Bas Rieter 11-9-2019 23:43 +* Fixed: VTM.be did not parse all folders (Fixes #1222) diff --git a/sonar-project.properties b/sonar-project.properties index 4ce7da9d4..8787cee5a 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.0.5 +sonar.projectVersion=5.0.6 sonar.sources=. sonar.exclusions=plugin.video.retrospect/resources/libs/pyscrypt/*,plugin.video.retrospect/resources/libs/urllib3/**/*,plugin.video.retrospect/resources/libs/pyaes/*,plugin.video.retrospect/resources/libs/debug/**, **/*.pyc,**/*.pyo,plugin.video.retrospect/debugrun.py,plugin.video.retrospect/apiserver.py