Skip to content

Commit 207d2f2

Browse files
authored
Version bump (1.18.9) (#1391)
1 parent 2b75812 commit 207d2f2

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

addon.xml

+10-8
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.8+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
2+
<addon id="plugin.video.netflix" name="Netflix" version="1.18.9+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,13 +86,15 @@
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.8 (2022-06-19)
90-
- REPOSITORY CHANGED: The repository has been changed, to receive future updates
91-
the add-on will try update it automatically to new v2.0, if for some reason this not
92-
happens you can update it manually by downloading: repository.castagnait-2.0.0.zip
93-
from Github Readme: https://github.com/CastagnaIT/plugin.video.netflix
94-
- Fix broken addon startup due to update error
95-
- Update translations zh_cn, ro, pt_br
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
9698
</news>
9799
</extension>
98100
</addon>

changelog.txt

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v1.18.9 (2022-08-30)
2+
- Add new expert setting to override "Stream selection type" setting of InputStream Adaptive (Kodi 20)
3+
- Add new experimental setting "Limit maximum height of black bars"
4+
- Fixed recommendations menu
5+
- Fixed "Remind me" context menu error
6+
- Fixed MSL error "User entity association record ..."
7+
- Fixed "double click" problem on Skip button (Kodi 20)
8+
- Better match for video codec with skin mediaflag
9+
- Update translations it, de, zh_tw, hu, ro, fr, jp, kr
10+
111
v1.18.8 (2022-06-19)
212
- REPOSITORY CHANGED: The repository has been changed, to receive future updates
313
the add-on will try update it automatically to new v2.0, if for some reason this not
@@ -11,7 +21,7 @@ v1.18.7 (2022-06-14)
1121
the add-on will try update it automatically to new v2.0, if for some reason this not
1222
happens you can update it manually by downloading: repository.castagnait-2.0.0.zip
1323
from Github Readme: https://github.com/CastagnaIT/plugin.video.netflix
14-
- Started tv shows are no longer marked as watched by default, this to prevent problems
24+
- Started tv shows are no longer marked as watched by default, this to prevent problems
1525
with Skin filters, if you prefer it enable "Marks started tv shows as watched" from settings.
1626
- Fix genres/subgenres menus due to website changes
1727
- Add support to HDR/DolbyVision skin media flags (Kodi 20)

0 commit comments

Comments
 (0)