Skip to content

Commit

Permalink
Version bump (1.19.0) (#1443)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Oct 4, 2022
1 parent 638df24 commit 93d581b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
15 changes: 8 additions & 7 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.18.10+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.19.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 @@ -86,12 +86,13 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v1.18.10 (2022-09-26)
- Fixed MSL error when playing videos from non-owner Netflix profiles
- Fixed setting type error at first plugin startup on Kodi 20
- Fixed error when you add a tvshow/movie on an empty my list
- Removed STRM resume workaround for Kodi v19.5 and v20 (fixed on Kodi)
- Update translations zh_cn, cs_cz, gl_es
v1.19.0 (2022-10-04)
- NOTE: DUE TO WEBSITE CHANGES ANDROID L3 DEVICES CAN PLAY VIDEOS FROM MAIN PROFILE ONLY
- Rework of the addon due to website API change
- Fix HTTP error 404 Not Found for url
- Fix error missing 2 required keyword-only arguments: 'request' and 'response'
- Fix MSL error user auth data does not match entity identity on android L3 devices
- Update translation sv_se
</news>
</extension>
</addon>
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v1.19.0 (2022-10-04)
- NOTE: DUE TO WEBSITE CHANGES ANDROID L3 DEVICES CAN PLAY VIDEOS FROM MAIN PROFILE ONLY
- Rework of the addon due to website API change
- Fix HTTP error 404 Not Found for url
- Fix error missing 2 required keyword-only arguments: 'request' and 'response'
- Fix MSL error user auth data does not match entity identity on android L3 devices
- Update translation sv_se

v1.18.10 (2022-09-26)
- Fixed MSL error when playing videos from non-owner Netflix profiles
- Fixed setting type error at first plugin startup on Kodi 20
Expand Down

0 comments on commit 93d581b

Please sign in to comment.