diff --git a/addon.xml b/addon.xml index 1c82591fe..1059b8474 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -86,17 +86,18 @@ https://forum.kodi.tv/showthread.php?tid=329767 https://github.com/CastagnaIT/plugin.video.netflix -v1.19.1 (2022-10-09) -- NOTE: DUE TO WEBSITE CHANGES ANDROID L3 DEVICES CAN PLAY VIDEOS FROM MAIN PROFILE ONLY -- Fixed error "License update not successful (no keys)" on linux systems -- Fixed add/remove the remind me to the videos -- Fixed IPC timeout error when you share STRM library with MySQL -- Speeded up database access -- Updated Android ESN generation -- Add Expert setting "Force MSL with idtoken authentication" -can be used to try solve error: "User authentication data does not match entity identity" -- Add AV1 codec support, for development test purpose only (Kodi 20) -- Update translations el_gr, it +v1.20.0 (2022-10-27) +- Fixed limitation on Android devices to playback from main profile only +- Fixed trailers context menu and list +- Add color setting for videos set as "Remind me" +- Add "Remember PIN" feature, can be set by opening profile context menu +- Updated "Remove watched status" context menu (continue watching menu) +- Cleanup add-on library settings +- Cleanup profiles context menus +- Removed Expert setting "Force MSL with idtoken authentication" not more needed +- Removed language code descriptions workaround to Kodi 20 only, for details see Wiki FAQ: +"Audio/Subtitles language codes have a wrong/incomplete descriptions" +- Update translations it, de, fr, zh_cn diff --git a/changelog.txt b/changelog.txt index 35c34cf38..f93c09c07 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ +v1.20.0 (2022-10-27) +- Fixed limitation on Android devices to playback from main profile only +- Fixed trailers context menu and list +- Add color setting for videos set as "Remind me" +- Add "Remember PIN" feature, can be set by opening profile context menu +- Updated "Remove watched status" context menu (continue watching menu) +- Cleanup add-on library settings +- Cleanup profiles context menus +- Removed Expert setting "Force MSL with idtoken authentication" not more needed +- Removed language code descriptions workaround to Kodi 20 only, for details see Wiki FAQ: +"Audio/Subtitles language codes have a wrong/incomplete descriptions" +- Update translations it, de, fr, zh_cn + v1.19.1 (2022-10-09) - NOTE: DUE TO WEBSITE CHANGES ANDROID L3 DEVICES CAN PLAY VIDEOS FROM MAIN PROFILE ONLY - Fixed error "License update not successful (no keys)" on linux systems