Skip to content

Commit

Permalink
Version bump (1.22.2) (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Sep 20, 2023
1 parent c56dc6d commit 2d3f262
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
16 changes: 4 additions & 12 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.22.1+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.22.2+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 @@ -86,17 +86,9 @@
<email></email>
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>v1.22.1 (2023-06-26)
- NOTICE FOR ANDROID: Has been readd an old workaround to fix "incorrect password" error,
If you are using a L1 device you have to login again, however some L1 devices may still not works.
If you are using a L3 device you have, you have to disable ESN 1080p workaround from Expert setting after login again.
After the upgrade the add-on should disable the ESN 1080p workaround automatically but better check before re-login.
- NOTICE FOR MAC: Video playback still not works. No solution has been found yet.
- NOTICE FOR WINDOWS: Video playback still not works. No solution has been found yet.
- ADS PLAN: Is officially not supported, this until support for ads is implemented appropriately.
- Re-add workaround for "invalid password" error on android L1 devices
- Add warning message for unsupported videos with ads contents
- Update translations po, de, gl_es
<news>v1.22.2 (2023-09-20)
- Removed HTTPX module (http2) to fix compatibility with python >= 3.11
- Restored Requests module (details https://github.com/CastagnaIT/plugin.video.netflix/pull/1622)
</news>
</extension>
</addon>
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v1.22.2 (2023-09-20)
- Removed HTTPX module (http2) to fix compatibility with python >= 3.11
- Restored Requests module (details https://github.com/CastagnaIT/plugin.video.netflix/pull/1622)

v1.22.1 (2023-06-26)
- NOTICE FOR ANDROID: Has been readd an old workaround to fix "incorrect password" error,
If you are using a L1 device you have to login again, however some L1 devices may still not works.
Expand Down

0 comments on commit 2d3f262

Please sign in to comment.