diff --git a/README.md b/README.md index 063b2230..6a87dbd2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![stable version](https://img.shields.io/badge/stable_version-2.4.9-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.1-red.svg?maxAge=60&style=flat) ](https://github.com/croneter/binary_repo/raw/master/beta/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.2.zip) +[![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.2-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 6bef7926..e0c23c71 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -74,7 +74,20 @@ Нативна інтеграція Plex в Kodi Підключає Kodi до серверу Plex. Цей плагін передбачає, що ви керуєте всіма своїми відео за допомогою Plex (і ніяк не Kodi). Ви можете втратити дані, які вже зберігаються у відео та музичних БД Kodi (оскільки цей плагін безпосередньо їх змінює). Використовуйте на свій страх і ризик! Використовуйте на свій ризик - version 2.5.1 (beta only): + version 2.5.2 (beta only): +- Rewire library sync +- Optimize sqlite transactions +- Replace annoying sync message with PKC settings info +- Add PKC settings status indication for caching +- Fix KeyError when synching playlists +- Fix ImportError for Plex Companion gdm issues +- Increase database connection cache size +- Force-Reboot Kodi immediately if sqlite PRAGMA WAL causes errors +- Force a full sync on switching Plex username +- Fix wierd behavior upon switching to another PMS +- More bugfixes and code optimizations + +version 2.5.1 (beta only): - Fix OSError on resetting the database version 2.5.0 (beta only): diff --git a/changelog.txt b/changelog.txt index 5658b76f..e54c71cb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,16 @@ +version 2.5.2 (beta only): +- Rewire library sync +- Optimize sqlite transactions +- Replace annoying sync message with PKC settings info +- Add PKC settings status indication for caching +- Fix KeyError when synching playlists +- Fix ImportError for Plex Companion gdm issues +- Increase database connection cache size +- Force-Reboot Kodi immediately if sqlite PRAGMA WAL causes errors +- Force a full sync on switching Plex username +- Fix wierd behavior upon switching to another PMS +- More bugfixes and code optimizations + version 2.5.1 (beta only): - Fix OSError on resetting the database