Skip to content

Commit 6b6cad9

Browse files
committed
Version: plugin.video.retrospect-5.7.29.
1 parent 30576e4 commit 6b6cad9

File tree

4 files changed

+12
-11
lines changed

4 files changed

+12
-11
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.28
6+
sonar.projectVersion=5.7.29
77
sonar.python.version=3
88

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

addon.xml

Lines changed: 6 additions & 5 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.28"
3+
version="5.7.29"
44
name="Retrospect"
55
provider-name="Bas Rieter">
66

@@ -133,18 +133,19 @@
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.28 - Changelog - 2025-07-05[/B]
136+
<news>[B]Retrospect v5.7.29 - Changelog - 2025-09-18[/B]
137137

138-
More fixes for the NPO channel.
138+
Quick workaround for InputStream Adaptive Helper not working which prevented playback of all videos.
139139

140140
[B]Framework related[/B]
141-
_None_
141+
* Fixed: Temporarily fix ISA Helper issue (Fixes #1916).
142142

143143
[B]GUI/Settings/Language related[/B]
144144
_None_
145145

146146
[B]Channel related[/B]
147-
* Fixed: NPO broken again (See #1904).
147+
* Fixed: TV4 Play `playable from`-parsing.
148+
* Fixed: OpenRegio format JSON glitch fixed.
148149

149150
</news>
150151
<assets>

changelog.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
[B]Retrospect v5.7.xx - Changelog - 2025-xx-xx[/B]
1+
[B]Retrospect v5.7.29 - Changelog - 2025-09-18[/B]
22

3-
t.b.d.
3+
Quick workaround for InputStream Adaptive Helper not working which prevented playback of all videos.
44

55
[B]Framework related[/B]
6-
_None_
6+
* Fixed: Temporarily fix ISA Helper issue (Fixes #1916).
77

88
[B]GUI/Settings/Language related[/B]
99
_None_
1010

1111
[B]Channel related[/B]
12-
* Fixed: OpenRegio format JSON glitch fixed.
1312
* Fixed: TV4 Play `playable from`-parsing.
13+
* Fixed: OpenRegio format JSON glitch fixed.

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.28
6+
sonar.projectVersion=5.7.29
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)