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.23.3) #1693

Merged
merged 1 commit into from
Apr 16, 2024
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
14 changes: 5 additions & 9 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.23.2+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.23.3+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,14 +86,10 @@
<email></email>
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>v1.23.2 (2024-01-17)
- Fix/workaround for Kodi crash when play a promo trailer
- Fix wrong ESN generation for Xiaomi tv boxes
- Fix missing video zoom when video starts after ADS
- Fix "TypeError: Actor" error that prevent to show video list
- Fix wrong "Next page" shown when there are no more videos
- Fix missing "Browse subgenres" folder when returning from a next page
- Update translation zh_tw
<news>v1.23.3 (2024-04-16)
- Disabled login with e-mail/password (new website protections)
- Add workaround for missing images to tvshow/movies
- Fixed login with Auth key due to e-mail parsing problem
</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.23.3 (2024-04-16)
- Disabled login with e-mail/password (new website protections)
- Add workaround for missing images to tvshow/movies
- Fixed login with Auth key due to e-mail parsing problem

v1.23.2 (2024-01-17)
- Fix/workaround for Kodi crash when play a promo trailer
- Fix wrong ESN generation for Xiaomi tv boxes
Expand Down
Loading