Skip to content

Commit

Permalink
Version bump (1.8.0) (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Aug 20, 2020
1 parent a97686c commit 6dad16f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 17 deletions.
27 changes: 10 additions & 17 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.7.1" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.8.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 @@ -85,22 +85,15 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v1.7.1 (2020-08-12)
-Added Profiles menu with new profiles context menus:
* Set for auto-selection
* Set for library playback
These two options now are managed only from the Profiles list
-Added setting to enable nf watched status sync with library (one way)
-Added expert setting to customize results per page
-Fixed add-on inaccessibility when the current used profile no more exists
-Fixed feature "Select first unwatched" on Kodi 18.x
-Fixed failure to update nf watched status (seem works better now)
-Little speed improvement on add-on sequential executions
-Better handled types of exceptions with IPC
-Removed disable_modal_error_display expert setting
-Some code cleaning with other improvements
-Add Hebrew translation
-Updated translations it, el, fr, pr_br, jp, kr, hu, po, de, ro, cz, zh_cn
v1.8.0 (2020-08-20)
-Attempt to fix the login (not full solved)
-Reimplemented menus "All movies", "All TV Shows", "Browse subgenres"
-Added new search option "By genre/subgenre ID"
-Added sort order setting for search history (Last used or A-Z)
-Fixed Previous/Next page buttons on alphabetically sorted lists
-Fixed regression in http IPC switch setting
-Updated translations it, de, pt_br, el_gr, hu, zh_ch, jp, kr, ro, fr, pl
-Minor fixes
</news>
</extension>
</addon>
10 changes: 10 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v1.8.0 (2020-08-20)
-Attempt to fix the login (not full solved)
-Reimplemented menus "All movies", "All TV Shows", "Browse subgenres"
-Added new search option "By genre/subgenre ID"
-Added sort order setting for search history (Last used or A-Z)
-Fixed Previous/Next page buttons on alphabetically sorted lists
-Fixed regression in http IPC switch setting
-Updated translations it, de, pt_br, el_gr, hu, zh_ch, jp, kr, ro, fr, pl
-Minor fixes

v1.7.1 (2020-08-12)
-Added Profiles menu with new profiles context menus:
* Set for auto-selection
Expand Down

0 comments on commit 6dad16f

Please sign in to comment.