Skip to content

Commit

Permalink
Version bump (1.18.7) (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Jun 14, 2022
1 parent 161f027 commit 4181da9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
14 changes: 11 additions & 3 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.6+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.18.7+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,8 +86,16 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v1.18.6 (2022-05-21)
- Fix regression to allow 1080p on ARM
v1.18.7 (2022-06-14)
- REPOSITORY CHANGED: The repository has been changed, to receive future updates
the add-on will try update it automatically to new v2.0, if for some reason this not
happens you can update it manually by downloading: repository.castagnait-2.0.0.zip
from Github Readme: https://github.com/CastagnaIT/plugin.video.netflix
- Started tv shows are no longer marked as watched by default, this to prevent problems
with Skin filters, if you prefer it enable "Marks started tv shows as watched" from settings.
- Fix genres/subgenres menus due to website changes
- Add support to HDR/DolbyVision skin media flags (Kodi 20)
- Update translations pl, it, cs_cz, hu, de, zh_tw, fr, gl_es
</news>
</extension>
</addon>
11 changes: 11 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v1.18.7 (2022-06-14)
- REPOSITORY CHANGED: The repository has been changed, to receive future updates
the add-on will try update it automatically to new v2.0, if for some reason this not
happens you can update it manually by downloading: repository.castagnait-2.0.0.zip
from Github Readme: https://github.com/CastagnaIT/plugin.video.netflix
- Started tv shows are no longer marked as watched by default, this to prevent problems
with Skin filters, if you prefer it enable "Marks started tv shows as watched" from settings.
- Fix genres/subgenres menus due to website changes
- Add support to HDR/DolbyVision skin media flags (Kodi 20)
- Update translations pl, it, cs_cz, hu, de, zh_tw, fr, gl_es

v1.18.6 (2022-05-21)
- Fix regression to allow 1080p on ARM

Expand Down

0 comments on commit 4181da9

Please sign in to comment.