From 5dec6b595fdaf63c362d0d94e45f39a027302398 Mon Sep 17 00:00:00 2001 From: Stefano Gottardo Date: Sun, 9 Oct 2022 14:46:43 +0200 Subject: [PATCH] Version bump (1.19.1) (#1454) --- addon.xml | 18 +++++++++++------- changelog.txt | 12 ++++++++++++ 2 files changed, 23 insertions(+), 7 deletions(-) diff --git a/addon.xml b/addon.xml index c937a86a6..1c82591fe 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -86,13 +86,17 @@ https://forum.kodi.tv/showthread.php?tid=329767 https://github.com/CastagnaIT/plugin.video.netflix -v1.19.0 (2022-10-04) +v1.19.1 (2022-10-09) - 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 +- 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 diff --git a/changelog.txt b/changelog.txt index b2270fb64..35c34cf38 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,15 @@ +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.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