Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-ernest committed Aug 12, 2023
1 parent 32c9df8 commit 285dd11
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog also available in file ./addon.xml xpath /addon/extension/news following Kodi guidelines https://kodi.wiki/view/Add-on_structure#changelog.txt

v1.3.1 (2023-8-12)
- Add context menu to view collection as menu instead of playlist
- Set resume point to 0 when video was fully watched. Avoid crash when playing seq of watched videos in playlist.

v1.3.0 (2023-8-6)
- Improve security with better password management
- Stop storing password on filesystem though addon settings
Expand Down
15 changes: 9 additions & 6 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.arteplussept" name="Arte +7" version="1.3.0" provider-name="bmf, thomas-ernest">
<addon id="plugin.video.arteplussept" name="Arte +7" version="1.3.1" provider-name="bmf, thomas-ernest">
<!-- https://kodi.wiki/view/Addon.xml -->
<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand Down Expand Up @@ -56,11 +56,14 @@ https://github.com/thomas-ernest/plugin.video.arteplussept
<website>https://www.arte.tv/fr/</website>
<source>https://github.com/thomas-ernest/plugin.video.arteplussept</source>
<news>
v1.3.0 (2023-8-6)
- Improve security with better password management
- Stop storing password on filesystem though addon settings
- Make thomas-ernest fork official in addon.xml for visibility in wiki
- Minor fix/clean-up in translation
v1.3.1 (2023-8-12)
- Add context menu to view collection as menu instead of playlist
- Set resume point to 0 when video was fully watched. Avoid crash when playing seq of watched videos in playlist.
v1.3.0 (2023-8-6)
- Improve security with better password management
- Stop storing password on filesystem though addon settings
- Make thomas-ernest fork official in addon.xml for visibility in wiki
- Minor fix/clean-up in translation
</news>
<assets>
<icon>resources/icon.png</icon>
Expand Down

0 comments on commit 285dd11

Please sign in to comment.