From 6148d08e7eaa0ab0d5f5d4ef927008ea30cc1279 Mon Sep 17 00:00:00 2001 From: Stefano Gottardo Date: Sun, 12 Mar 2023 11:26:38 +0100 Subject: [PATCH] Version bump (1.21.0) (#1567) --- addon.xml | 14 ++++++++++---- changelog.txt | 10 ++++++++++ 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/addon.xml b/addon.xml index 5e32cf3e0..799845bcb 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -85,9 +85,15 @@ https://forum.kodi.tv/showthread.php?tid=329767 https://github.com/CastagnaIT/plugin.video.netflix - v1.20.8 (2023-02-24) -- Fix Kodi library update when you add/remove tv shows and movies -- Fix wrong path added to Kodi sources from library setting + v1.21.0 (2023-03-12) +- Fix TypeError that prevent to load menu video contents (due to website bug) +- Fix possible Server disconnected error on playback start that cause broken watched status sync +- Cleanup video codec settings +- Add support to AV1 codec, atm available on non-Android systems (Kodi 21 only, available on future nightlies) +- Add support to VP9 Profile 2 (Kodi 21 only, available on future nightlies) +- Add Android HDR detection at first addon start-up, ask to enable it (Kodi 20) +- Updated NFAuthenticationKey software/script +- Update translations it diff --git a/changelog.txt b/changelog.txt index e3fba1d9f..c6a19a4cb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +v1.21.0 (2023-03-12) +- Fix TypeError that prevent to load menu video contents (due to website bug) +- Fix possible Server disconnected error on playback start that cause broken watched status sync +- Cleanup video codec settings +- Add support to AV1 codec, atm available on non-Android systems (Kodi 21 only, available on future nightlies) +- Add support to VP9 Profile 2 (Kodi 21 only, available on future nightlies) +- Add Android HDR detection at first addon start-up, ask to enable it (Kodi 20) +- Updated NFAuthenticationKey software/script +- Update translations it + v1.20.8 (2023-02-24) - Fix Kodi library update when you add/remove tv shows and movies - Fix wrong path added to Kodi sources from library setting