Skip to content

Commit

Permalink
Version bump (0.15.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Sep 19, 2019
1 parent d7cec43 commit c03b3eb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 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.2" provider-name="libdev + jojo + asciidisco + caphm + castagnait">
<addon id="plugin.video.netflix" name="Netflix" version="0.15.3" 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 @@ -41,6 +41,15 @@
<forum>https://forum.kodi.tv/showthread.php?tid=329767</forum>
<source>https://github.com/CastagnaIT/plugin.video.netflix</source>
<news>
v0.15.3 (2019-09-19)
-Initial conversion to python 3
-Initial integration tests
-Implemented device uuid to avoid always asking credentials
-Fixed a problem when library source is special:// or a direct path
-Fixed run library update on slow system like RPI
-Updated dutch language
-Minor fixes

v0.15.2 (2019-08-30)
-Fixed key handshake at addon first run
-Fixed library update service at first run
Expand Down

0 comments on commit c03b3eb

Please sign in to comment.