From e8f730ef3464403a15d301ed5f76ef56b510374a Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 9 Jan 2021 17:40:31 +0100 Subject: [PATCH] Version bump 3.0.3 --- addon.xml | 13 +++++++++++-- changelog.txt | 9 +++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/addon.xml b/addon.xml index adb7cc8e..78af201a 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -83,7 +83,12 @@ Natūralioji „Plex“ integracija į „Kodi“ Prijunkite „Kodi“ prie „Plex Medija Serverio“. Šiame papildinyje daroma prielaida, kad valdote visus savo vaizdo įrašus naudodami „Plex“ (ir nė vieno su „Kodi“). Galite prarasti jau saugomus „Kodi“ vaizdo įrašų ir muzikos duomenų bazių duomenis (kadangi šis papildinys juos tiesiogiai pakeičia). Naudokite savo pačių rizika! Naudokite savo pačių rizika - version 3.0.2: + version 3.0.3: +- Fix PKC suddenly using main Plex user's credentials, e.g. when the PMS address changed +- Fix missing Kodi tags for movie collections/sets +- Change `thread.isAlive` to `thread.is_alive` + +version 3.0.2: - Fix AttributeError: module has no attribute try_decode version 3.0.1: @@ -93,6 +98,10 @@ version 3.0.1: version 3.0.0: - Major upgrade from Python 2 to Python 3, allowing use of Kodi 19 Matrix +version 2.12.7 (beta only): +- Fix PKC suddenly using main Plex user's credentials, e.g. when the PMS address changed +- Fix missing Kodi tags for movie collections/sets + version 2.12.6: - Fix rare KeyError when using PKC widgets - Fix suspension of artwork caching and PKC becoming unresponsive diff --git a/changelog.txt b/changelog.txt index 1b705446..a91004f3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +version 3.0.3: +- Fix PKC suddenly using main Plex user's credentials, e.g. when the PMS address changed +- Fix missing Kodi tags for movie collections/sets +- Change `thread.isAlive` to `thread.is_alive` + version 3.0.2: - Fix AttributeError: module has no attribute try_decode @@ -8,6 +13,10 @@ version 3.0.1: version 3.0.0: - Major upgrade from Python 2 to Python 3, allowing use of Kodi 19 Matrix +version 2.12.7 (beta only): +- Fix PKC suddenly using main Plex user's credentials, e.g. when the PMS address changed +- Fix missing Kodi tags for movie collections/sets + version 2.12.6: - Fix rare KeyError when using PKC widgets - Fix suspension of artwork caching and PKC becoming unresponsive