diff --git a/addon.xml b/addon.xml index 773231fff..a8c31c2e5 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -86,10 +86,10 @@ https://forum.kodi.tv/showthread.php?tid=329767 https://github.com/CastagnaIT/plugin.video.netflix - v1.22.3 (2023-09-20) -- Removed HTTPX module (http2) to fix compatibility with python >= 3.11 -- Restored Requests module (details https://github.com/CastagnaIT/plugin.video.netflix/pull/1622) -- Fix cookies errors of 1.22.2 + v1.23.0 (2023-11-19) +- Add experimental support to ADS plan, for Kodi 20 and higher only, please note add-on features may not work correctly +- Fix search menus (sort order dont work yet) +- Audio description menu is broken, atm cannot be fixed, website problems diff --git a/changelog.txt b/changelog.txt index 817b81bd8..649fdd90a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +v1.23.0 (2023-11-19) +- Add experimental support to ADS plan, for Kodi 20 and higher only, please note add-on features may not work correctly +- Fix search menus (sort order dont work yet) +- Audio description menu is broken, atm cannot be fixed, website problems + v1.22.3 (2023-09-20) - Removed HTTPX module (http2) to fix compatibility with python >= 3.11 - Restored Requests module (details https://github.com/CastagnaIT/plugin.video.netflix/pull/1622)