Version bump
This commit is contained in:
parent
aaa6d9c4d5
commit
f19de8c121
2 changed files with 10 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.plexkodiconnect"
|
||||
name="PlexKodiConnect"
|
||||
version="1.2.0"
|
||||
version="1.2.1"
|
||||
provider-name="croneter">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
version 1.2.1
|
||||
- Fix crash when Kodi not playing as expected
|
||||
- Improve player.py stability
|
||||
- Background sync: don't try to process infinitely
|
||||
- Only tell PMS we're connected to what we're playing. This should enable the Plex Media Server to fall to sleep because PKC is not constantly bugging it
|
||||
- Ensure credentials are known when reconnecting
|
||||
- Remove some emby references
|
||||
- Ask on first run if we have a low powered device
|
||||
|
||||
version 1.2.0
|
||||
- Re-wired connection manager completely
|
||||
- Periodically check if PMS address has changed
|
||||
|
|
Loading…
Reference in a new issue