Skip to content

Commit

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

v1.1.8 (2023-2-17)
- Improve synchronization of playback progress with Arte TV
- Synchronize progress every minute
- Fix missing synchronization when playback ends
- Enable Resume from beginning (on top of synchronized progress point)
- Improve display of collection item in home page
- Before : rely on old sub category, creating additional menu with a dead entry
- After : rely on cached category, collection videos directly poulated from home page zone
- Add label in notification when manipulating favorites
- Fix plural for Polish
- Non-functional code clean-up

v1.1.7 (2023-2-14)
- Add feature to purge my history thanks to action in context menu of my history
- Move addon.py to root following Kodi recommendations
Expand Down
2 changes: 1 addition & 1 deletion 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.1.7" provider-name="bmf, thomas-ernest">
<addon id="plugin.video.arteplussept" name="Arte +7" version="1.1.8" provider-name="bmf, thomas-ernest">
<!-- https://kodi.wiki/view/Addon.xml -->
<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand Down

0 comments on commit f2a7c30

Please sign in to comment.