From 0a6c580cad67419bf0aba2dc177a8808297f2df6 Mon Sep 17 00:00:00 2001 From: thomas-ernest Date: Mon, 14 Aug 2023 15:56:40 +0200 Subject: [PATCH] Bump version to 1.4.0 --- CHANGELOG.md | 4 ++++ addon.xml | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82387f58..39d48db0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.4.0 (2023-8-14) +- Add support for content over multiple pages. Manage pagination for favorites, history, search and collections : when there are more items in the history or favorities than the page size (currently 50), it is now possible to navigate through pages. +- Refactor most of the code in OO style. Factorize duplicated code. + 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. diff --git a/addon.xml b/addon.xml index 40118642..57bc4de8 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -56,6 +56,9 @@ https://github.com/thomas-ernest/plugin.video.arteplussept https://www.arte.tv/fr/ https://github.com/thomas-ernest/plugin.video.arteplussept +v1.4.0 (2023-8-14) +- Add support for content over multiple pages. +- Refactor most of the code in OO style 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.