From 75c5bcae15dfba38199146fdad7ce92a070845c8 Mon Sep 17 00:00:00 2001 From: croneter Date: Mon, 28 Jan 2019 20:19:55 +0100 Subject: [PATCH] Beta version bump 2.5.23 --- README.md | 2 +- addon.xml | 14 ++++++++++++-- changelog.txt | 10 ++++++++++ 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c25164f8..1850c508 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.22-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.23-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 fad1fa4a..109f93fe 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -74,7 +74,17 @@ Нативна інтеграція Plex в Kodi Підключає Kodi до серверу Plex. Цей плагін передбачає, що ви керуєте всіма своїми відео за допомогою Plex (і ніяк не Kodi). Ви можете втратити дані, які вже зберігаються у відео та музичних БД Kodi (оскільки цей плагін безпосередньо їх змінює). Використовуйте на свій страх і ризик! Використовуйте на свій ризик - version 2.5.22 (beta only): + version 2.5.23 (beta only): +- Hopefully fix slow playback startup just after Kodi startup +- Better, safer way to enter network credentials for Direct Paths +- Fix check whether a direct path is accessible +- Fix OperationalError: no such table on database reset +- Fix widgets not displaying correct playstate after PKC startup +- Fix 'NoneType' object has no attribute 'execute' when Plex artwork is not synced and an item is deleted +- Update translations +- Log whether Plex artwork is synced to Kodi + +version 2.5.22 (beta only): - Fix rare EOFError and PKC starting wrong video as a consequence version 2.5.21 (beta only): diff --git a/changelog.txt b/changelog.txt index 43f70039..83805c6a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +version 2.5.23 (beta only): +- Hopefully fix slow playback startup just after Kodi startup +- Better, safer way to enter network credentials for Direct Paths +- Fix check whether a direct path is accessible +- Fix OperationalError: no such table on database reset +- Fix widgets not displaying correct playstate after PKC startup +- Fix 'NoneType' object has no attribute 'execute' when Plex artwork is not synced and an item is deleted +- Update translations +- Log whether Plex artwork is synced to Kodi + version 2.5.22 (beta only): - Fix rare EOFError and PKC starting wrong video as a consequence