From 0dc27dd98ca8006dd1753fe389b490e6a7a8ac78 Mon Sep 17 00:00:00 2001 From: croneter Date: Wed, 13 Sep 2017 20:24:35 +0200 Subject: [PATCH] Version bump --- README.md | 2 +- addon.xml | 11 +++++++++-- changelog.txt | 7 +++++++ 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 927921bc..fa978ee3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![stable version](https://img.shields.io/badge/stable_version-1.8.12-blue.svg?maxAge=60&style=flat) ](https://dl.bintray.com/croneter/PlexKodiConnect/bin/repository.plexkodiconnect/repository.plexkodiconnect-1.0.0.zip) -[![beta version](https://img.shields.io/badge/beta_version-1.8.13-red.svg?maxAge=60&style=flat) ](https://dl.bintray.com/croneter/PlexKodiConnect_BETA/bin-BETA/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.0.zip) +[![beta version](https://img.shields.io/badge/beta_version-1.8.14-red.svg?maxAge=60&style=flat) ](https://dl.bintray.com/croneter/PlexKodiConnect_BETA/bin-BETA/repository.plexkodiconnectbeta/repository.plexkodiconnectbeta-1.0.0.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 7331cb12..8c4a7abb 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -59,7 +59,14 @@ Indbygget Integration af Plex i Kodi Tilslut Kodi til din Plex Media Server. Dette plugin forudsætter, at du administrere alle dine videoer med Plex (og ikke med Kodi). Du kan miste data som allerede er gemt i Kodi video og musik-databaser (dette plugin ændrer direkte i dem). Brug på eget ansvar! Brug på eget ansvar - version 1.8.13 (beta only): + version 1.8.14 (beta only): +- Greatly speed up displaying context menu +- Fix IndexError e.g. for channels if stream info missing +- Sleep a bit before marking item as fully watched +- Don't sleep before updating playstate to fully watched (if you watch on another Plex client) +- Fix KeyError for TV live channels for getGeople + +version 1.8.13 (beta only): - Background sync now picks up more PMS changes - Detect Plex item deletion more reliably - Fix changed Plex metadata not synced repeatedly diff --git a/changelog.txt b/changelog.txt index e335f914..808b0d7c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +version 1.8.14 (beta only): +- Greatly speed up displaying context menu +- Fix IndexError e.g. for channels if stream info missing +- Sleep a bit before marking item as fully watched +- Don't sleep before updating playstate to fully watched (if you watch on another Plex client) +- Fix KeyError for TV live channels for getGeople + version 1.8.13 (beta only): - Background sync now picks up more PMS changes - Detect Plex item deletion more reliably