Skip to content

Commit

Permalink
Version bump (1.7.0) (#769)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Jul 28, 2020
1 parent 342c028 commit 315958b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 4 deletions.
20 changes: 16 additions & 4 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.6.1" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.7.0" 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 @@ -82,9 +82,21 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v1.6.1 (2020-07-08)
-Fixed broken search menu on fresh installations
-Updated el-gr translation
v1.7.0 (2020-07-28)
-Big improvement in loading lists when you have many titles to My list
-Refactor of nfsession
-Refactor/improved library code:
-Improved speed and cpu use in autoupdate/sync in background
-Suppressed continuous appearance of loading screen when autoupdate/sync in background
-Widgets/Favourites managed without profile selection
-New Import existing library feature
-Play From Here context menu is fixed
-Reintroduced UpNext fast video playback feature
-Very long list of improvements/fixes full list on GitHub PR-756, PR-761
-Managed error to account not reactivacted
-New Chinese (simple) language translation
-Updated translations it, sv-se, fr, de, jp, kr, hu, pl, es, pt-br, ru
-Many other changes
</news>
</extension>
</addon>
16 changes: 16 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
v1.7.0 (2020-07-28)
-Big improvement in loading lists when you have many titles to My list
-Refactor of nfsession
-Refactor/improved library code:
-Improved speed and cpu use in autoupdate/sync in background
-Suppressed continuous appearance of loading screen when autoupdate/sync in background
-Widgets/Favourites managed without profile selection
-New Import existing library feature
-Play From Here context menu is fixed
-Reintroduced UpNext fast video playback feature
-Very long list of improvements/fixes full list on GitHub PR-756, PR-761
-Managed error to account not reactivacted
-New Chinese (simple) language translation
-Updated translations it, sv-se, fr, de, jp, kr, hu, pl, es, pt-br, ru
-Many other changes

v1.6.1 (2020-07-08)
-Fixed broken search menu on fresh installations
-Updated el-gr translation
Expand Down

0 comments on commit 315958b

Please sign in to comment.