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