From 0b304f563c7f2b2f337f13f8b28d3b1fd27f8b19 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Mon, 9 Jan 2017 20:54:48 +0100 Subject: [PATCH] Version bump --- addon.xml | 2 +- changelog.txt | 11 +++++++++++ service.py | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index 192c6930..c7fdb0ca 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/changelog.txt b/changelog.txt index 876f8593..ff6f8bff 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,14 @@ +version 1.5.2 (beta only) +A DATABASE RESET IS ABSOLUTELY NECESSARY +- Plex Companion is completely rewired and should now handly anything you throw at it +- New playback startup mechanism for plugin paths +- Krypton: add ratings and IMDB id for movies +- Krypton: add ratings and theTvDB id for TV shows +- Don't support Plex Companion mirror +- Fix for Plex Companion not showing up +- Code rebranding from Emby to Plex, including a plex.db database :-) +- Lots of code refactoring and code optimizations + version 1.5.1 (beta only) - Fix playstate and PMS item changes not working/not propagating anymore (caused by a change Plex made with the websocket interface). UPGRADE YOUR PMS!! - Improvements to the way PKC behaves if the PMS goes offline diff --git a/service.py b/service.py index fc6053cd..de3ca487 100644 --- a/service.py +++ b/service.py @@ -122,7 +122,7 @@ class Service(): videonodes.VideoNodes().clearProperties() # Set the minimum database version - window('plex_minDBVersion', value="1.1.5") + window('plex_minDBVersion', value="1.5.2") def getLogLevel(self): try: