Skip to content

Commit d96421e

Browse files
committed
Version: plugin.video.retrospect-5.7.14.
1 parent 67406f6 commit d96421e

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-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.13
6+
sonar.projectVersion=5.7.14
77
sonar.python.version=3
88

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

addon.xml

Lines changed: 10 additions & 7 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.13"
3+
version="5.7.14"
44
name="Retrospect"
55
provider-name="Bas Rieter">
66

@@ -123,20 +123,23 @@
123123
<platform>all</platform>
124124
<license>GPL-3.0-or-later</license>
125125
<language>en nl de sv no lt lv fi</language>
126-
<news>[B]Retrospect v5.7.13 - Changelog - 2024-06-14[/B]
126+
<news>[B]Retrospect v5.7.14 - Changelog - 2024-07-21[/B]
127127

128-
Fixed a number of Swedish channel issues.
128+
This version introduces enhanced searching and keeps track of previous searches, so you can reuse them. It also includes a number of fixes for channels, such as GoPlay and UR Play. And finally some artwork was updated.
129129

130130
[B]Framework related[/B]
131-
* Added: Fallback format option to DateHelper.
131+
* Added: New search functionality with search history options (Fixes #1805).
132132

133133
[B]GUI/Settings/Language related[/B]
134134
_None_
135135

136136
[B]Channel related[/B]
137-
* Fixed: ONS TV season/episode issue.
138-
* Fixed: Playback of some SVT streams (Fixes #1801).
139-
* Fixed: Some timestamps are with and some without milliseconds (Fixes #1800).
137+
* Updated: UR Play artwork and fixed categories.
138+
* Updated: SVT poster and icon.
139+
* Fixed: SVT HTML based videos (Fixes #1808).
140+
* Fixed: GoPlay (Vier, Vijf, Zes, Zeven) channels broken (Fixes #1809).
141+
* Fixed: UR Play listings (Fixes #1812).
142+
140143
</news>
141144
<assets>
142145
<icon>resources/media/icon.png</icon>

changelog.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[B]Retrospect v5.7.xx - Changelog - 2024-xx-xx[/B]
1+
[B]Retrospect v5.7.14 - Changelog - 2024-07-21[/B]
22

3-
t.b.d.
3+
This version introduces enhanced searching and keeps track of previous searches, so you can reuse them. It also includes a number of fixes for channels, such as GoPlay and UR Play. And finally some artwork was updated.
44

55
[B]Framework related[/B]
66
* Added: New search functionality with search history options (Fixes #1805).

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.13
6+
sonar.projectVersion=5.7.14
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)