Skip to content

Commit

Permalink
Version bump (1.23.2) (#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Jan 17, 2024
1 parent de7d798 commit 8f82ac5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
14 changes: 9 additions & 5 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.1+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.23.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,10 +86,14 @@
<email></email>
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>v1.23.1 (2023-12-16)
- Fix missing Add/Remove to my list context menu on Search results
- Fix misbehavior of Add/Remove context menu in my list on search pages that ask for new search
- Fix titles wrongly marked as watched due to no watched status data
<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>
</extension>
</addon>
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
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

v1.23.1 (2023-12-16)
- Fix missing Add/Remove to my list context menu on Search results
- Fix misbehavior of Add/Remove context menu in my list on search pages that ask for new search
Expand Down

0 comments on commit 8f82ac5

Please sign in to comment.