Skip to content

Commit

Permalink
Version bump (1.9.0) (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT authored Sep 6, 2020
1 parent ac3d38f commit 6487be7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
20 changes: 10 additions & 10 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.8.0" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="1.9.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,15 +85,15 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
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.9.0 (2020-09-06)
-New login method "Authentication key" details on GitHub readme
-Add possibility to import library from a different folder
-Add flatted tvshow for single season (depends from kodi setting)
-Big speedup improvement for Kodi 18 in service loading and opening profiles page
-Fixed a problem that could cause the addon to not start after login unexpected errors
-Fixed a wrong behaviour that caused timeout error after credentials login fails
-Fixed context menus issues after add a new search
-Updated translations de, it, fr, pl, zh_ch, pt_br, hu, jp, kr, el_gr, es
</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.9.0 (2020-09-06)
-New login method "Authentication key" details on GitHub readme
-Add possibility to import library from a different folder
-Add flatted tvshow for single season (depends from kodi setting)
-Big speedup improvement for Kodi 18 in service loading and opening profiles page
-Fixed a problem that could cause the addon to not start after login unexpected errors
-Fixed a wrong behaviour that caused timeout error after credentials login fails
-Fixed context menus issues after add a new search
-Updated translations de, it, fr, pl, zh_ch, pt_br, hu, jp, kr, el_gr, es

v1.8.0 (2020-08-20)
-Attempt to fix the login (not full solved)
-Reimplemented menus "All movies", "All TV Shows", "Browse subgenres"
Expand Down

0 comments on commit 6487be7

Please sign in to comment.