Version bump

This commit is contained in:
tomkat83 2016-05-07 22:36:26 +02:00
parent 8deba42ab8
commit 37856edc59
2 changed files with 6 additions and 1 deletions

View file

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.plexkodiconnect" <addon id="plugin.video.plexkodiconnect"
name="PlexKodiConnect" name="PlexKodiConnect"
version="1.1.7" version="1.1.8"
provider-name="croneter"> provider-name="croneter">
<requires> <requires>
<import addon="xbmc.python" version="2.1.0"/> <import addon="xbmc.python" version="2.1.0"/>

View file

@ -1,3 +1,8 @@
version 1.1.8
- Account for string.encode() not allowing args. This will hopefully fix any sync problems now, especially for Android TV
- Also show already watched recently added episodes
- Increase logging for background updates
version 1.1.7 version 1.1.7
- Fix UnicodeDecodeError with file paths on sync - Fix UnicodeDecodeError with file paths on sync
- Remove Emby reference from logs - Remove Emby reference from logs