Version bump
This commit is contained in:
parent
03fc9a909e
commit
819da09de9
2 changed files with 13 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.5.10"
|
version="1.5.11"
|
||||||
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,15 @@
|
||||||
|
version 1.5.11 (beta only)
|
||||||
|
- Fix userratings for Kodi Krypton
|
||||||
|
- Krypton: update userratings on startup and on user change
|
||||||
|
- Overhaul of fanart sync download
|
||||||
|
- Background sync: wait till PMS says its finished
|
||||||
|
- Background sync: reduce std safety margin to 5s
|
||||||
|
- Add error message for PKC playback failure
|
||||||
|
- Better warnings when resetting the Kodi database
|
||||||
|
- Update playstates and userratings only once
|
||||||
|
- Shut down libsync thread correctly
|
||||||
|
- Remove uniqueid and ratings entries if item deleted
|
||||||
|
|
||||||
version 1.5.10 (beta only)
|
version 1.5.10 (beta only)
|
||||||
- Fix OperationalError upon database reset
|
- Fix OperationalError upon database reset
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue