Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version bump (1.22.2) #1626

Merged
merged 1 commit into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading