diff --git a/addon.xml b/addon.xml index ae1484105..c937a86a6 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -86,12 +86,13 @@ https://forum.kodi.tv/showthread.php?tid=329767 https://github.com/CastagnaIT/plugin.video.netflix -v1.18.10 (2022-09-26) -- Fixed MSL error when playing videos from non-owner Netflix profiles -- Fixed setting type error at first plugin startup on Kodi 20 -- Fixed error when you add a tvshow/movie on an empty my list -- Removed STRM resume workaround for Kodi v19.5 and v20 (fixed on Kodi) -- Update translations zh_cn, cs_cz, gl_es +v1.19.0 (2022-10-04) +- NOTE: DUE TO WEBSITE CHANGES ANDROID L3 DEVICES CAN PLAY VIDEOS FROM MAIN PROFILE ONLY +- Rework of the addon due to website API change +- Fix HTTP error 404 Not Found for url +- Fix error missing 2 required keyword-only arguments: 'request' and 'response' +- Fix MSL error user auth data does not match entity identity on android L3 devices +- Update translation sv_se diff --git a/changelog.txt b/changelog.txt index 8be719c23..b2270fb64 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +v1.19.0 (2022-10-04) +- NOTE: DUE TO WEBSITE CHANGES ANDROID L3 DEVICES CAN PLAY VIDEOS FROM MAIN PROFILE ONLY +- Rework of the addon due to website API change +- Fix HTTP error 404 Not Found for url +- Fix error missing 2 required keyword-only arguments: 'request' and 'response' +- Fix MSL error user auth data does not match entity identity on android L3 devices +- Update translation sv_se + v1.18.10 (2022-09-26) - Fixed MSL error when playing videos from non-owner Netflix profiles - Fixed setting type error at first plugin startup on Kodi 20