Version bump
This commit is contained in:
parent
e635f43845
commit
63df69dee9
2 changed files with 12 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.0.3"
|
||||
version="1.0.4"
|
||||
provider-name="croneter">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
|
|
|
@ -1,3 +1,14 @@
|
|||
version 1.0.4
|
||||
- Sleep for a while in loops - drastically reduces CPU load
|
||||
- Connect to remote PMS!
|
||||
- New Setting to reset all PMS and the plex.tv connection
|
||||
- Correct encoding
|
||||
- Much shorter download timeouts
|
||||
- Improve sync resiliance and GDM discovery
|
||||
- Reduce number of unsuccesful retries to 3 before telling user
|
||||
- Clean-up library sync loop
|
||||
- Language strings for library sync
|
||||
|
||||
version 1.0.3
|
||||
- Hotfix database minimum version = 1.0.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue