Version bump
This commit is contained in:
parent
4b5d15fc15
commit
aba7e3a977
3 changed files with 17 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.plexkodiconnect"
|
||||
name="PlexKodiConnect"
|
||||
version="1.5.8"
|
||||
version="1.5.9"
|
||||
provider-name="croneter">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
|
|
|
@ -1,3 +1,18 @@
|
|||
version 1.5.9 (beta only)
|
||||
A DATABASE RESET IS ABSOLUTELY NECESSARY
|
||||
- Early compatibility with Kodi 18 Leia
|
||||
- Add Czech language (thanks @Pavuucek)
|
||||
- Ignore empty Plex Collections
|
||||
- Fix additional artwork not downloading
|
||||
- Get missing fanart on Kodi startup
|
||||
- Add notification for Companion GDM port fail
|
||||
- Shutdown artwork thread correctly
|
||||
- Fix AttributeError if caching deactivated
|
||||
- Enable abort on choosing PMS from list
|
||||
- Delete items of a removed Plex library
|
||||
- Lots of code refactoring
|
||||
- Lots of small fixes
|
||||
|
||||
version 1.5.8 (beta only)
|
||||
- Hopefully compatibility with Plex Cloud
|
||||
- Get rid of some logging
|
||||
|
|
|
@ -123,7 +123,7 @@ class Service():
|
|||
videonodes.VideoNodes().clearProperties()
|
||||
|
||||
# Set the minimum database version
|
||||
window('plex_minDBVersion', value="1.5.2")
|
||||
window('plex_minDBVersion', value="1.5.9")
|
||||
|
||||
def getLogLevel(self):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue