From 3c9d68e2607c6058b2cd4579f88cbff44f944aa4 Mon Sep 17 00:00:00 2001 From: Emanuele Date: Thu, 25 Mar 2021 17:36:34 +0100 Subject: [PATCH] Bump to 2.0.3 --- .gitignore | 3 +++ addon.xml | 17 +++++------------ changelog.txt | 2 ++ 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index bda8c3a..c3ac926 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +#extra files +todo.txt + # Windows image file caches Thumbs.db ehthumbs.db diff --git a/addon.xml b/addon.xml index aac2dcc..e6b978c 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -19,17 +19,10 @@ https://forum.kodi.tv/showthread.php?tid=292876 https://github.com/phate89/plugin.video.videomediaset true - 2.0.1 -- removed letter sorting (not available anymore) and fixed endpoints after website change (thx to typhoon51280) -- added support for live restart (manually jump to start after you start play right now) -- added brand title in episode and clip search to have better info -- added details of live event in live channels section -- improved performance reusing python env -- improved element sorting -- added editions visualization for programs -- fixed case of valid video without media info (no way to play it) -- improved media type and info detection -- fixed next page search + 2.0.3 +- fixed live channel list loading in pre-matrix with spechial characters (thx to madpilot78) +- added paging for videos +- added range in url requests (thx to thinkingmik) resources/icon.png diff --git a/changelog.txt b/changelog.txt index 6f99982..b1bff55 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +[B]2.0.3[/B] +- fixed live channel list loading in pre-matrix with spechial characters (thx to madpilot78) - added paging for videos - added range in url requests (thx to thinkingmik)