diff --git a/addon.xml b/addon.xml index 82aeab2c..c78375eb 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -84,7 +84,10 @@ 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.10: + version 3.0.11: +- Fix TypeError: function missing required argument 'message' + +version 3.0.10: - Fix skip intros sometimes not working due to a RuntimeError - Update translations @@ -127,6 +130,16 @@ 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.16: +- versions 2.12.14 and 2.12.15 for everyone + +version 2.12.15 (beta only): +- Fix skip intros sometimes not working due to a RuntimeError +- Update translations + +version 2.12.14 (beta only): +- Add skip intro functionality + version 2.12.13: - Fix KeyError: u'game' if Plex Arcade has been activated - Fix AttributeError: 'App' object has no attribute 'threads' when sync is cancelled diff --git a/changelog.txt b/changelog.txt index cf834af2..5bd6c695 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ +version 3.0.11: +- Fix TypeError: function missing required argument 'message' + version 3.0.10: - Fix skip intros sometimes not working due to a RuntimeError - Update translations @@ -41,6 +44,16 @@ 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.16: +- versions 2.12.14 and 2.12.15 for everyone + +version 2.12.15 (beta only): +- Fix skip intros sometimes not working due to a RuntimeError +- Update translations + +version 2.12.14 (beta only): +- Add skip intro functionality + version 2.12.13: - Fix KeyError: u'game' if Plex Arcade has been activated - Fix AttributeError: 'App' object has no attribute 'threads' when sync is cancelled