Skip to content

Commit

Permalink
Version bump (1.20.2) (#1495)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Nov 12, 2022
1 parent 92afdba commit 084d910
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
15 changes: 9 additions & 6 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.20.1+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.20.2+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,11 +86,14 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v1.20.1 (2022-10-30)
- Fixed playback on linux devices
- Protected Logout setting with a confirmation dialog
- Wait for service startup without notification
- Add support info on add-on settings
v1.20.2 (2022-11-12)
- Fixed 4k HDR
- Fixed missing plot
- Fix/workaround for error "ReadError [Errno 11] Try again"
- Fixed broken Clean cache menu
- Fix year/premiered date on NFO files.
Only the year is available, required optional full resync for existing files, on new files will be add by default.
- Update translations pl, it, de, hu, zh_tw
</news>
</extension>
</addon>
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v1.20.2 (2022-11-12)
- Fixed 4k HDR
- Fixed missing plot
- Fix/workaround for error "ReadError [Errno 11] Try again"
- Fixed broken Clean cache menu
- Fix year/premiered date on NFO files.
Only the year is available, required optional full resync for existing files, on new files will be add by default.
- Update translations pl, it, de, hu, zh_tw

v1.20.1 (2022-10-30)
- Fixed playback on linux devices
- Protected Logout setting with a confirmation dialog
Expand Down

0 comments on commit 084d910

Please sign in to comment.