Skip to content

Commit db377ec

Browse files
committed
Version: plugin.video.retrospect-5.7.13.
1 parent b604d4f commit db377ec

File tree

4 files changed

+11
-12
lines changed

4 files changed

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

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

addon.xml

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

@@ -123,21 +123,20 @@
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.12 - Changelog - 2024-05-27[/B]
126+
<news>[B]Retrospect v5.7.13 - Changelog - 2024-06-14[/B]
127127

128-
Fixed another issue with Kodi Favourites and content views.
128+
Fixed a number of Swedish channel issues.
129129

130130
[B]Framework related[/B]
131-
* Fixed: Case-insensitive comparison of logged on users (Fixes #1791).
132-
* Fixed: Rootfolders of channels could not be added to Kodi favourites as they broke fast (Fixes #1794).
133-
* Fixed: Don&#x27;t replace PickleStore items but append new items (Fixes #1794) and keep favourites in the store on clean (Fixes #1797).
131+
* Added: Fallback format option to DateHelper.
134132

135133
[B]GUI/Settings/Language related[/B]
136134
_None_
137135

138136
[B]Channel related[/B]
139-
_None_
140-
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).
141140
</news>
142141
<assets>
143142
<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.12 - Changelog - 2024-05-27[/B]
1+
[B]Retrospect v5.7.13 - Changelog - 2024-06-14[/B]
22

3-
Fixed another issue with Kodi Favourites and content views.
3+
Fixed a number of Swedish channel issues.
44

55
[B]Framework related[/B]
66
* Added: Fallback format option to DateHelper.

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.12
6+
sonar.projectVersion=5.7.13
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)