Skip to content

Commit

Permalink
Version: plugin.video.retrospect-5.7.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
basrieter committed Jul 21, 2024
1 parent 67406f6 commit d96421e
Show file tree
Hide file tree
Showing 4 changed files with 14 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.13
sonar.projectVersion=5.7.14
sonar.python.version=3

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

Expand Down Expand Up @@ -123,20 +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.13 - Changelog - 2024-06-14[/B]
<news>[B]Retrospect v5.7.14 - Changelog - 2024-07-21[/B]

Fixed a number of Swedish channel issues.
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.

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

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

[B]Channel related[/B]
* Fixed: ONS TV season/episode issue.
* Fixed: Playback of some SVT streams (Fixes #1801).
* Fixed: Some timestamps are with and some without milliseconds (Fixes #1800).
* Updated: UR Play artwork and fixed categories.
* Updated: SVT poster and icon.
* Fixed: SVT HTML based videos (Fixes #1808).
* Fixed: GoPlay (Vier, Vijf, Zes, Zeven) channels broken (Fixes #1809).
* Fixed: UR Play listings (Fixes #1812).

</news>
<assets>
<icon>resources/media/icon.png</icon>
Expand Down
4 changes: 2 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[B]Retrospect v5.7.xx - Changelog - 2024-xx-xx[/B]
[B]Retrospect v5.7.14 - Changelog - 2024-07-21[/B]

t.b.d.
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.

[B]Framework related[/B]
* Added: New search functionality with search history options (Fixes #1805).
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.13
sonar.projectVersion=5.7.14
sonar.python.version=3

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

0 comments on commit d96421e

Please sign in to comment.