Skip to content

Commit

Permalink
Version bump (0.15.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Oct 25, 2019
1 parent df26f8d commit 35cb2b8
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion 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="0.15.5" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="0.15.6" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<requires>
<import addon="xbmc.python" version="2.26.0"/>
<import addon="script.module.addon.signals" version="0.0.3"/>
Expand Down Expand Up @@ -43,6 +43,31 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v0.15.6 (2019-10-24)
-Added customizable color to titles already contained in mylist
-Added menu to mylist menu to force update of the list
-Added trailers video length
-Added supplemental info to tvshow/movie plot (shown in green)
-Added add/remove to my-list also in childrens profiles
-Added owner/kids account profile infos to profiles menu items
-Added notification when library auto-sync is completed (customizable)
-Library auto-sync now take in account of changes made to mylist from other apps
-Library auto-sync now can export automatically NFOs
-Increased default cache ttl from 10m to 120m
-Improved speed of add/remove operations to mylist
-More intuitive settings menus
-Updated addon screenshots
-Fixed generate ESN on android
-Fixed "Perform full sync" setting now work without close settings window
-Fixed HTTPError 401 on add/remove to mylist
-Fixed cache on sorted lists
-Fixed library full sync when mylist have huge list
-Fixed wrong cache identifier
-Fixed videoid error when play a trailer
-Fixed purge cache that didn't delete the files
-Fixed mixed language of plot/titles when more profiles have different languages
-Other fixes

v0.15.5 (2019-10-12)
-Speedup loading lists due to the new login validity check
-Cookies expires are now used to check a valid login
Expand Down

0 comments on commit 35cb2b8

Please sign in to comment.