From 8560bf11a85eecc9c7536ba7ef997ea647c5a387 Mon Sep 17 00:00:00 2001 From: croneter Date: Thu, 1 Aug 2019 14:58:04 +0200 Subject: [PATCH] Beta version bump 2.9.2 --- README.md | 2 +- addon.xml | 15 +++++++++++++-- changelog.txt | 10 ++++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a8a7cb27..d4b1bf3b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![stable version](https://img.shields.io/badge/stable_version-2.9.1-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.9.1-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.9.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 eb770717..45e8ffda 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -83,7 +83,18 @@ 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 2.9.1: + version 2.9.2 (beta only): +- Fix Plex Companion casting from iOS and Android +- Faster sync of playlists +- Sync playlists immediately after synching new/changed items and show an info dialog +- Fix potential playlist sync issues if there is a dot in the playlist name +- Remove obsolete check if path is indeed in unicode +- Add unicode representation to Playlist() class +- Separate function to wipe all synched Plex playlists +- Less logging when comparing PKC versions + + +version 2.9.1: - Fix On Deck and Recently Added Episodes for shows not appending showname and season and episode number version 2.9.0: diff --git a/changelog.txt b/changelog.txt index e1583fd1..a4c596a8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +version 2.9.2 (beta only): +- Fix Plex Companion casting from iOS and Android +- Faster sync of playlists +- Sync playlists immediately after synching new/changed items and show an info dialog +- Fix potential playlist sync issues if there is a dot in the playlist name +- Remove obsolete check if path is indeed in unicode +- Add unicode representation to Playlist() class +- Separate function to wipe all synched Plex playlists +- Less logging when comparing PKC versions + version 2.9.1: - Fix On Deck and Recently Added Episodes for shows not appending showname and season and episode number