Version bump
This commit is contained in:
parent
f8bb43a547
commit
250b82cf73
2 changed files with 12 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.4.10"
|
version="1.5.0"
|
||||||
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,14 @@
|
||||||
|
version 1.5.0
|
||||||
|
Out for everyone:
|
||||||
|
- reatly speed up the database sync. Please report if you experience any issues!
|
||||||
|
- Only show database sync progress for NEW PMS items
|
||||||
|
- Speed up the pathname verifications
|
||||||
|
- Update readme to reflect the advent of the official Plex for Kodi
|
||||||
|
- Fix for not getting tv show additional fanart
|
||||||
|
- Fix for fanart url containing spaces
|
||||||
|
- Fix library AttributeError
|
||||||
|
- Catch websocket handshake errors correctly
|
||||||
|
|
||||||
version 1.4.10 (beta only)
|
version 1.4.10 (beta only)
|
||||||
- Fix library AttributeError
|
- Fix library AttributeError
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue