Skip to content

Commit bdf7c8c

Browse files
authored
Version bump (1.18.10) (#1420)
1 parent b6098bc commit bdf7c8c

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

addon.xml

+7-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="plugin.video.netflix" name="Netflix" version="1.18.9+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
2+
<addon id="plugin.video.netflix" name="Netflix" version="1.18.10+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
33
<requires>
44
<import addon="xbmc.python" version="3.0.0"/>
55
<import addon="script.module.addon.signals" version="0.0.6+matrix.1"/>
@@ -86,15 +86,12 @@
8686
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
8787
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
8888
<news>
89-
v1.18.9 (2022-08-30)
90-
- Add new expert setting to override "Stream selection type" setting of InputStream Adaptive (Kodi 20)
91-
- Add new experimental setting "Limit maximum height of black bars"
92-
- Fixed recommendations menu
93-
- Fixed "Remind me" context menu error
94-
- Fixed MSL error "User entity association record ..."
95-
- Fixed "double click" problem on Skip button (Kodi 20)
96-
- Better match for video codec with skin mediaflag
97-
- Update translations it, de, zh_tw, hu, ro, fr, jp, kr
89+
v1.18.10 (2022-09-26)
90+
- Fixed MSL error when playing videos from non-owner Netflix profiles
91+
- Fixed setting type error at first plugin startup on Kodi 20
92+
- Fixed error when you add a tvshow/movie on an empty my list
93+
- Removed STRM resume workaround for Kodi v19.5 and v20 (fixed on Kodi)
94+
- Update translations zh_cn, cs_cz, gl_es
9895
</news>
9996
</extension>
10097
</addon>

changelog.txt

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v1.18.10 (2022-09-26)
2+
- Fixed MSL error when playing videos from non-owner Netflix profiles
3+
- Fixed setting type error at first plugin startup on Kodi 20
4+
- Fixed error when you add a tvshow/movie on an empty my list
5+
- Removed STRM resume workaround for Kodi v19.5 and v20 (fixed on Kodi)
6+
- Update translations zh_cn, cs_cz, gl_es
7+
18
v1.18.9 (2022-08-30)
29
- Add new expert setting to override "Stream selection type" setting of InputStream Adaptive (Kodi 20)
310
- Add new experimental setting "Limit maximum height of black bars"

0 commit comments

Comments
 (0)