Skip to content

Commit

Permalink
Version bump (0.16.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Jan 28, 2020
1 parent d1e3210 commit f001048
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 13 deletions.
31 changes: 18 additions & 13 deletions addon.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.netflix" name="Netflix" version="0.16.3" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="0.16.4" 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 @@ -55,25 +55,30 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v0.16.4 (2020-01-28)
-Up Next is now supported only from version 1.1.0 and up
-Added czech language
-Added "because you liked" to recommendations menu
-Added Up Next install option
-Implemented Up Next feature, end time information
-Implemented Up Next feature, fast start next video
-Fixed the error "Request failed validation during key exchange"
-Fixed an issue that causing opening Up Next notification in wrong position
-Fixed html tags in profiles names
-Fixed STRM files resume workaround
-Fixed retrieving infolabels from library on python 3
-Managed user id token key expiration
-Manifest is saved to hdd with enabled verbose debugging only
-Updated de, es, hu, it translations
-Some minor changes, fixes

v0.16.3 (2020-01-18)
-Fixed an issue that causing addon freeze on export/update to library
-Fixed an regression issue that causing http error 401
-Fixed an issue that causing unicodedecode error at startup
-Fixed an issue that in some cases prevented the export of a tv show season
-Generally optimized addon speed
-Many improvements to the code

v0.16.2 (2020-01-07)
-Improved add-on startup
-Improved loading of profiles list
-Added in expert setting a choice to speed up service or addon startup
-Fixed an issue that causing addon misbehaviour using multiple Kodi profiles
-Fixed an issue that causing addon breakage with sqlite connections
-Fixed some python 3 issues on Android
-Handled cases of metadata not available
-Permanently removed sharing Kodi videos settings between profiles
-Updated de, es, it translations
-Minor improvements
</news>
</extension>
</addon>
12 changes: 12 additions & 0 deletions changelog.txt
@@ -1,3 +1,15 @@
v0.16.2 (2020-01-07)
-Improved add-on startup
-Improved loading of profiles list
-Added in expert setting a choice to speed up service or addon startup
-Fixed an issue that causing addon misbehaviour using multiple Kodi profiles
-Fixed an issue that causing addon breakage with sqlite connections
-Fixed some python 3 issues on Android
-Handled cases of metadata not available
-Permanently removed sharing Kodi videos settings between profiles
-Updated de, es, it translations
-Minor improvements

v0.16.1 (2019-12-14)
-Allowed to export individual seasons to the library (manual mode)
-Dolby atmos audio streams are now specified (Kodi 19)
Expand Down

0 comments on commit f001048

Please sign in to comment.