Skip to content

Commit

Permalink
Version bump (1.22.0) (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Apr 12, 2023
1 parent e9193dd commit 18e2565
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
15 changes: 5 additions & 10 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.21.0+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.22.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,15 +85,10 @@
<email></email>
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<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>v1.22.0 (2023-04-12)
- New minimise black bars settings (Kodi 20 and above)
- Kodi "View mode" setting is no longer reset by default
- Update translations hu, pl, de, it, zh_tw, ro
</news>
</extension>
</addon>
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v1.22.0 (2023-04-12)
- New minimise black bars settings (Kodi 20 and above)
- Kodi "View mode" setting is no longer reset by default
- Update translations hu, pl, de, it, zh_tw, ro

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
Expand Down

0 comments on commit 18e2565

Please sign in to comment.