Skip to content

Commit

Permalink
Version bump (1.20.1) (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Oct 30, 2022
1 parent cad4a73 commit 57a350e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
19 changes: 6 additions & 13 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.0+matrix.1" provider-name="libdev, jojo, asciidisco, caphm, castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.20.1+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,18 +86,11 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v1.20.0 (2022-10-27)
- Fixed limitation on Android devices to playback from main profile only
- Fixed trailers context menu and list
- Add color setting for videos set as "Remind me"
- Add "Remember PIN" feature, can be set by opening profile context menu
- Updated "Remove watched status" context menu (continue watching menu)
- Cleanup add-on library settings
- Cleanup profiles context menus
- Removed Expert setting "Force MSL with idtoken authentication" not more needed
- Removed language code descriptions workaround to Kodi 20 only, for details see Wiki FAQ:
"Audio/Subtitles language codes have a wrong/incomplete descriptions"
- Update translations it, de, fr, zh_cn
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
</news>
</extension>
</addon>
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
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.0 (2022-10-27)
- Fixed limitation on Android devices to playback from main profile only
- Fixed trailers context menu and list
Expand Down

0 comments on commit 57a350e

Please sign in to comment.