Version bump

This commit is contained in:
tomkat83 2016-06-04 18:51:37 +02:00
parent 5d8b423bd6
commit f925791891
2 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.plexkodiconnect"
name="PlexKodiConnect"
version="1.2.1"
version="1.2.2"
provider-name="croneter">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View File

@ -1,3 +1,8 @@
version 1.2.2
- Fix filename change recognition for episodes and movies - finally! If you experienced this, you will have to manually reset the Kodi database in the PKC settings
- Fix PKC resume points set way too high
- Clarify that transcode settings are TARGET quality
version 1.2.1
- Fix crash when Kodi not playing as expected
- Improve player.py stability