From bf9ef7afbefd0e6c14a5ffcb3cd7a394b1a1ff97 Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 16 Feb 2019 18:43:27 +0100 Subject: [PATCH] Stable and beta version bump 2.7.1 --- README.md | 4 ++-- addon.xml | 12 ++++++++++-- changelog.txt | 8 ++++++++ 3 files changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ecbbc262..ef1e30d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -[![stable version](https://img.shields.io/badge/stable_version-2.7.0-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.7.0-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.7.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.7.1-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 bd857f9a..5f2b8997 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -77,7 +77,15 @@ Нативна інтеграція Plex в Kodi Підключає Kodi до серверу Plex. Цей плагін передбачає, що ви керуєте всіма своїми відео за допомогою Plex (і ніяк не Kodi). Ви можете втратити дані, які вже зберігаються у відео та музичних БД Kodi (оскільки цей плагін безпосередньо їх змінює). Використовуйте на свій страх і ризик! Використовуйте на свій ризик - version 2.7.0: + version 2.7.1: +- Fix playback not starting at all +- Fix rare TypeError: unsupported operand type(s) for /: 'NoneType' and 'int' on playback startup +- Improve plex db lookups by creating better db indicees +- Fix background sync crashing in rare cases +- Update translations +- Add Ko-fi donate button + +version 2.7.0: - WARNING: You will need to reset the Kodi database if you're using the stable version of PKC! - Version 2.6.6-9 for everyone - Choose which Plex libraries get synched to Kodi diff --git a/changelog.txt b/changelog.txt index b921b6a8..f0837634 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +version 2.7.1: +- Fix playback not starting at all +- Fix rare TypeError: unsupported operand type(s) for /: 'NoneType' and 'int' on playback startup +- Improve plex db lookups by creating better db indicees +- Fix background sync crashing in rare cases +- Update translations +- Add Ko-fi donate button + version 2.7.0: - WARNING: You will need to reset the Kodi database if you're using the stable version of PKC! - Version 2.6.6-9 for everyone