Skip to content

Commit

Permalink
Merge pull request #1127 from CastagnaIT/verbump
Browse files Browse the repository at this point in the history
Version bump (1.15.0)
  • Loading branch information
CastagnaIT authored Apr 2, 2021
2 parents 5026842 + 50d67c8 commit 077634e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
20 changes: 16 additions & 4 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.14.1+matrix.1" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.15.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 @@ -87,9 +87,21 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v1.14.1 (2021-02-25)
- Fixed error caused by installation from scratch
- Update translations pt_br, zh,tw, ro, fr, zh_cn, jp, kr, gl_es, hu
v1.15.0 (2021-04-02)
NOTICE TO PARENTAL CONTROL:
THE OLD PARENTAL CONTROL WITH PIN IS NO LONGER SUPPORTED,
HAS BEEN DEPRECATED BY NETFLIX SINCE LAST YEAR, IF YOU KEEP USING IT
YOU MUST UPDATE YOUR ACCOUNT PARENTAL CONTROL SETTINGS.
- Fixes due to website changes (fix KeyError loco)
- Removed the deprecated Parental Control (with PIN protection)
- Improved playback startup speed
- Enabled IPC over HTTP by default, IPC over AddonSignals lead to a memory leak (Kodi bug)
- IPC now use only Pickle
- Add missing support to IPC over AddonSignals for the cache
- Joined all HTTP servers to one multithreaded to save resources
- Used a single web session instead of two distinct (nfsession/MSL)
- Cleaned many part of source code (nfsession/MSL/directory/IPC/...)
- Update translations zh_tw, gr
</news>
</extension>
</addon>
16 changes: 16 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v1.15.0 (2021-04-02)
NOTICE TO PARENTAL CONTROL:
THE OLD PARENTAL CONTROL WITH PIN IS NO LONGER SUPPORTED,
HAS BEEN DEPRECATED BY NETFLIX SINCE LAST YEAR, IF YOU KEEP USING IT
YOU MUST UPDATE YOUR ACCOUNT PARENTAL CONTROL SETTINGS.
- Fixes due to website changes (fix KeyError loco)
- Removed the deprecated Parental Control (with PIN protection)
- Improved playback startup speed
- Enabled IPC over HTTP by default, IPC over AddonSignals lead to a memory leak (Kodi bug)
- IPC now use only Pickle
- Add missing support to IPC over AddonSignals for the cache
- Joined all HTTP servers to one multithreaded to save resources
- Used a single web session instead of two distinct (nfsession/MSL)
- Cleaned many part of source code (nfsession/MSL/directory/IPC/...)
- Update translations zh_tw, gr

v1.14.1 (2021-02-25)
- Fixed error caused by installation from scratch
- Update translations pt_br, zh,tw, ro, fr, zh_cn, jp, kr, gl_es, hu
Expand Down

0 comments on commit 077634e

Please sign in to comment.