Skip to content

Commit

Permalink
Version bump (1.16.0) (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Jun 3, 2021
1 parent 92d6d89 commit 8a6f865
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
17 changes: 12 additions & 5 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.15.1+matrix.1" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.16.0+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 @@ -87,11 +87,18 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v1.15.1 (2021-04-21)
- Fixed regression to ESN/Widevine window
- Fixed wrong selection of audio track for impaired
- Add latest changes to IPC
v1.16.0 (2021-06-03)
- Add new menu "New and Popular"
- Add feature to play promo trailer on unavailable videos
- Add "Remind me" feature on unavailable videos
- Norwegian macrolanguages are now played/selected as the main Norwegian language
- Watched status sync is now enabled by default (on new installs)
- VP9 codec profile is now enabled by default (on new installs for non-android devices)
- "Top 10" menu is now under "New and Popular" menu
- Re-added Up Next add-on install menu
- Unplayable videos no longer cause playback error
- Minor changes
- Update translations cs_cz, it, hu, de, cz, fr, ro, jp, kr, pt-br, zh_tw
</news>
</extension>
</addon>
13 changes: 13 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v1.16.0 (2021-06-03)
- Add new menu "New and Popular"
- Add feature to play promo trailer on unavailable videos
- Add "Remind me" feature on unavailable videos
- Norwegian macrolanguages are now played/selected as the main Norwegian language
- Watched status sync is now enabled by default (on new installs)
- VP9 codec profile is now enabled by default (on new installs for non-android devices)
- "Top 10" menu is now under "New and Popular" menu
- Re-added Up Next add-on install menu
- Unplayable videos no longer cause playback error
- Minor changes
- Update translations cs_cz, it, hu, de, cz, fr, ro, jp, kr, pt-br, zh_tw

v1.15.1 (2021-04-21)
- Fixed regression to ESN/Widevine window
- Fixed wrong selection of audio track for impaired
Expand Down

0 comments on commit 8a6f865

Please sign in to comment.