diff --git a/README.md b/README.md index 15d6357a..84ae57f0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![stable version](https://img.shields.io/badge/stable_version-2.4.11-blue.svg?maxAge=60&style=flat) ](https://github.com/croneter/binary_repo/raw/master/stable/repository.plexkodiconnect/repository.plexkodiconnect-1.0.2.zip) -[![beta version](https://img.shields.io/badge/beta_version-2.5.11-red.svg?maxAge=60&style=flat) ](https://github.com/croneter/binary_repo/raw/master/beta/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.2.zip) +[![beta version](https://img.shields.io/badge/beta_version-2.5.12-red.svg?maxAge=60&style=flat) ](https://github.com/croneter/binary_repo/raw/master/beta/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.2.zip) [![Installation](https://img.shields.io/badge/wiki-installation-brightgreen.svg?maxAge=60&style=flat)](https://github.com/croneter/PlexKodiConnect/wiki/Installation) [![FAQ](https://img.shields.io/badge/wiki-FAQ-brightgreen.svg?maxAge=60&style=flat)](https://github.com/croneter/PlexKodiConnect/wiki/faq) diff --git a/addon.xml b/addon.xml index 96bfb03e..d48368c9 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -74,7 +74,13 @@ Нативна інтеграція Plex в Kodi Підключає Kodi до серверу Plex. Цей плагін передбачає, що ви керуєте всіма своїми відео за допомогою Plex (і ніяк не Kodi). Ви можете втратити дані, які вже зберігаються у відео та музичних БД Kodi (оскільки цей плагін безпосередньо їх змінює). Використовуйте на свій страх і ризик! Використовуйте на свій ризик - version 2.5.11 (beta only): + version 2.5.12 (beta only): +- WARNING: You will need to reset the Kodi database! +- New option to not use Plex artwork +- Add-on paths: Fix resume if playback not initiated with PKC +- Increase database resiliance with sqlite WAL mode + +version 2.5.11 (beta only): - Direct Paths: Fix AttributeError for widgets version 2.5.10 (beta only): diff --git a/changelog.txt b/changelog.txt index ae508371..0c4259e6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,9 @@ +version 2.5.12 (beta only): +- WARNING: You will need to reset the Kodi database! +- New option to not use Plex artwork +- Add-on paths: Fix resume if playback not initiated with PKC +- Increase database resiliance with sqlite WAL mode + version 2.5.11 (beta only): - Direct Paths: Fix AttributeError for widgets diff --git a/resources/lib/variables.py b/resources/lib/variables.py index 40297b9b..d1c6dcbe 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -87,7 +87,7 @@ COMPANION_PORT = int(_ADDON.getSetting('companionPort')) PKC_MACHINE_IDENTIFIER = None # Minimal PKC version needed for the Kodi database - otherwise need to recreate -MIN_DB_VERSION = '2.5.7' +MIN_DB_VERSION = '2.5.12' # Database paths DB_VIDEO_VERSION = {