diff --git a/README.md b/README.md index 0f5419d2..750a1a59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![stable version](https://img.shields.io/badge/stable_version-1.7.7-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.7.20-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.7.21-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 318c195c..39c83f4d 100644 --- a/addon.xml +++ b/addon.xml @@ -1,5 +1,5 @@ - + @@ -44,7 +44,12 @@ Gebruik op eigen risico 使用風險由您自己承擔 Usar a su propio riesgo - version 1.7.20 (beta only) + version 1.7.21 (beta only) +- Fix Playback and watched status not syncing +- Fix PKC syncing progress to wrong account +- Warn user if a xml cannot be parsed + +version 1.7.20 (beta only) - Fix for Windows usernames with non-ASCII chars - Companion: Fix TypeError - Use SSL settings when checking server connection diff --git a/changelog.txt b/changelog.txt index efcc89cd..37b20604 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +version 1.7.21 (beta only) +- Fix Playback and watched status not syncing +- Fix PKC syncing progress to wrong account +- Warn user if a xml cannot be parsed + version 1.7.20 (beta only) - Fix for Windows usernames with non-ASCII chars - Companion: Fix TypeError