Skip to content

Commit

Permalink
Version bump (1.21.0) (#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Mar 12, 2023
1 parent 8197848 commit 6148d08
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
14 changes: 10 additions & 4 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.netflix" name="Netflix" version="1.20.8+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.21.0+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.addon.signals" version="0.0.6+matrix.1"/>
Expand Down Expand Up @@ -85,9 +85,15 @@
<email></email>
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>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
<news>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
</news>
</extension>
</addon>
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6148d08

Please sign in to comment.