Skip to content

Commit d72b0df

Browse files
committed
Version: plugin.video.retrospect-5.7.22.
1 parent 5bb9e05 commit d72b0df

File tree

4 files changed

+20
-15
lines changed

4 files changed

+20
-15
lines changed

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sonar.organization=retrospect
33

44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=Retrospect
6-
sonar.projectVersion=5.7.21
6+
sonar.projectVersion=5.7.22
77
sonar.python.version=3
88

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

addon.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<addon id="plugin.video.retrospect"
3-
version="5.7.21"
3+
version="5.7.22"
44
name="Retrospect"
55
provider-name="Bas Rieter">
66

@@ -133,22 +133,24 @@
133133
<platform>all</platform>
134134
<license>GPL-3.0-or-later</license>
135135
<language>en nl de sv no lt lv fi</language>
136-
<news>[B]Retrospect v5.7.21 - Changelog - 2024-11-26[/B]
136+
<news>[B]Retrospect v5.7.22 - Changelog - 2024-12-20[/B]
137137

138-
Fixed some minor channel issues for Dutch and Swedish channels.
138+
Fixed some channel related stuff.
139139

140140
[B]Framework related[/B]
141-
* Added: Patch option to UriHandler.
141+
_None_
142142

143143
[B]GUI/Settings/Language related[/B]
144-
_None_
144+
* Fixed: Show notification on logon failure (Fixes #1842).
145+
* Added: Allow clearing of search history or history items (Fixes #1874).
146+
* Fixed: Show notification on logon failure (Fixes #1842).
145147

146148
[B]Channel related[/B]
147-
* Fixed: NPO Plus content not showing (Fixes #1862).
148-
* Fixed: Some TV4 content (with encryption) was not playing (Fixes #1853).
149-
* Fixed: Revoking a device from Videoland.nl broke Retrospect listing (Fixes #1852).
150-
* Fixed: BVN Images did not show (Fixes #1864).
151-
* Fixed: Don&#x27;t use HVEC for SVT (Fixes #1865).
149+
* Fixed: NPO &#x27;Recent&#x27; items broke if there were too many season results (Fixes #1871).
150+
* Fixed: Tweede kamer streams broke (Fixes #1872).
151+
* Fixed: SVT date parsing.
152+
* Changed: Make login optional for NPO (See #1842).
153+
152154
</news>
153155
<assets>
154156
<icon>resources/media/icon.png</icon>

changelog.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
[B]Retrospect v5.7.xx - Changelog - 2024-xx-xx[/B]
1+
[B]Retrospect v5.7.22 - Changelog - 2024-12-20[/B]
22

3-
t.b.d.
3+
Fixed some channel related stuff.
44

55
[B]Framework related[/B]
66
_None_
77

88
[B]GUI/Settings/Language related[/B]
99
* Fixed: Show notification on logon failure (Fixes #1842).
10+
* Added: Allow clearing of search history or history items (Fixes #1874).
11+
* Fixed: Show notification on logon failure (Fixes #1842).
1012

1113
[B]Channel related[/B]
1214
* Fixed: NPO 'Recent' items broke if there were too many season results (Fixes #1871).
1315
* Fixed: Tweede kamer streams broke (Fixes #1872).
14-
* Fixed: SVT date parsing.
16+
* Fixed: SVT date parsing.
17+
* Changed: Make login optional for NPO (See #1842).

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sonar.organization=retrospect
33

44
# This is the name and version displayed in the SonarCloud UI.
55
sonar.projectName=Retrospect
6-
sonar.projectVersion=5.7.21
6+
sonar.projectVersion=5.7.22
77
sonar.python.version=3
88

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

0 commit comments

Comments
 (0)