Version bump
This commit is contained in:
parent
84f7aba5d1
commit
d021bd29b2
2 changed files with 8 additions and 1 deletions
|
@ -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.6.0"
|
version="1.6.1"
|
||||||
provider-name="croneter">
|
provider-name="croneter">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
version 1.6.1
|
||||||
|
- Fix UnicodeDecodeError for non-ASCII filenames
|
||||||
|
- Better error handling for Plex Companion
|
||||||
|
- Fix ValueError for Watch Later
|
||||||
|
- Try to skip new PMS items we've already processed
|
||||||
|
- Fix TypeError
|
||||||
|
|
||||||
version 1.6.0
|
version 1.6.0
|
||||||
A DATABASE RESET IS ABSOLUTELY NECESSARY if you're not using beta PKC
|
A DATABASE RESET IS ABSOLUTELY NECESSARY if you're not using beta PKC
|
||||||
Make previous version available for everyone. The highlights:
|
Make previous version available for everyone. The highlights:
|
||||||
|
|
Loading…
Reference in a new issue