From 6487be77c63c8bc0a63ef7d46ac2828ffc65141e Mon Sep 17 00:00:00 2001 From: Stefano Gottardo Date: Sun, 6 Sep 2020 12:45:19 +0200 Subject: [PATCH] Version bump (1.9.0) (#839) --- addon.xml | 20 ++++++++++---------- changelog.txt | 10 ++++++++++ 2 files changed, 20 insertions(+), 10 deletions(-) diff --git a/addon.xml b/addon.xml index 63aa3b659..ca4447408 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -85,15 +85,15 @@ https://forum.kodi.tv/showthread.php?tid=329767 https://github.com/CastagnaIT/plugin.video.netflix -v1.8.0 (2020-08-20) --Attempt to fix the login (not full solved) --Reimplemented menus "All movies", "All TV Shows", "Browse subgenres" --Added new search option "By genre/subgenre ID" --Added sort order setting for search history (Last used or A-Z) --Fixed Previous/Next page buttons on alphabetically sorted lists --Fixed regression in http IPC switch setting --Updated translations it, de, pt_br, el_gr, hu, zh_ch, jp, kr, ro, fr, pl --Minor fixes +v1.9.0 (2020-09-06) +-New login method "Authentication key" details on GitHub readme +-Add possibility to import library from a different folder +-Add flatted tvshow for single season (depends from kodi setting) +-Big speedup improvement for Kodi 18 in service loading and opening profiles page +-Fixed a problem that could cause the addon to not start after login unexpected errors +-Fixed a wrong behaviour that caused timeout error after credentials login fails +-Fixed context menus issues after add a new search +-Updated translations de, it, fr, pl, zh_ch, pt_br, hu, jp, kr, el_gr, es diff --git a/changelog.txt b/changelog.txt index bc7bd7f7f..649319bd6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +v1.9.0 (2020-09-06) +-New login method "Authentication key" details on GitHub readme +-Add possibility to import library from a different folder +-Add flatted tvshow for single season (depends from kodi setting) +-Big speedup improvement for Kodi 18 in service loading and opening profiles page +-Fixed a problem that could cause the addon to not start after login unexpected errors +-Fixed a wrong behaviour that caused timeout error after credentials login fails +-Fixed context menus issues after add a new search +-Updated translations de, it, fr, pl, zh_ch, pt_br, hu, jp, kr, el_gr, es + v1.8.0 (2020-08-20) -Attempt to fix the login (not full solved) -Reimplemented menus "All movies", "All TV Shows", "Browse subgenres"