Skip to content

Commit

Permalink
Version: plugin.video.retrospect-5.7.19.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Oct 17, 2024
1 parent 0ad762e commit 577e3ce
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .sonarcloud.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
sonar.projectVersion=5.7.19
sonar.python.version=3

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
Expand Down
16 changes: 10 additions & 6 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.7.18"
version="5.7.19"
name="Retrospect"
provider-name="Bas Rieter">

Expand Down Expand Up @@ -123,19 +123,23 @@
<platform>all</platform>
<license>GPL-3.0-or-later</license>
<language>en nl de sv no lt lv fi</language>
<news>[B]Retrospect v5.7.18 - Changelog - 2024-09-29[/B]
<news>[B]Retrospect v5.7.19 - Changelog - 2024-10-17[/B]

Updated: Minor channel updates.
Updated a number of channels that were broken.

[B]Framework related[/B]
* Fixed: Logging out when no username is set.
_None_

[B]GUI/Settings/Language related[/B]
_None_

[B]Channel related[/B]
* Fixed: NPO Start recent items broke due to an API change (Fixes #1838).
* Removed: Nickelodeon &amp; MTV channels as they no longer provide videos.
* Fixed: SVT category listings broke (Fixes #1843).
* Fixed: TV4 API issues.
* Fixed: RegioGroei Broke.
* Fixed: Vier parsing (Fixes #1846).
* Fixed: TV4 Category listing (Fixes #1844).
* Fixed: UR Play Category listing (Fixes #1847).

</news>
<assets>
Expand Down
6 changes: 3 additions & 3 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[B]Retrospect v5.7.18 - Changelog - 2024-09-29[/B]
[B]Retrospect v5.7.19 - Changelog - 2024-10-17[/B]

Updated: Minor channel updates.
Updated a number of channels that were broken.

[B]Framework related[/B]
* Fixed: Logging out when no username is set.
_None_

[B]GUI/Settings/Language related[/B]
_None_
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.18
sonar.projectVersion=5.7.19
sonar.python.version=3

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
Expand Down

0 comments on commit 577e3ce

Please sign in to comment.