diff --git a/addon.xml b/addon.xml index da1c778f1..a4a55d6fd 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -86,17 +86,9 @@ https://forum.kodi.tv/showthread.php?tid=329767 https://github.com/CastagnaIT/plugin.video.netflix - v1.22.1 (2023-06-26) -- NOTICE FOR ANDROID: Has been readd an old workaround to fix "incorrect password" error, - If you are using a L1 device you have to login again, however some L1 devices may still not works. - If you are using a L3 device you have, you have to disable ESN 1080p workaround from Expert setting after login again. - After the upgrade the add-on should disable the ESN 1080p workaround automatically but better check before re-login. -- NOTICE FOR MAC: Video playback still not works. No solution has been found yet. -- NOTICE FOR WINDOWS: Video playback still not works. No solution has been found yet. -- ADS PLAN: Is officially not supported, this until support for ads is implemented appropriately. -- Re-add workaround for "invalid password" error on android L1 devices -- Add warning message for unsupported videos with ads contents -- Update translations po, de, gl_es + v1.22.2 (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) diff --git a/changelog.txt b/changelog.txt index 701b90ef2..ad8965252 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +v1.22.2 (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) + v1.22.1 (2023-06-26) - NOTICE FOR ANDROID: Has been readd an old workaround to fix "incorrect password" error, If you are using a L1 device you have to login again, however some L1 devices may still not works.