diff --git a/addon.xml b/addon.xml index 45e8ffda..0f48df46 100644 --- a/addon.xml +++ b/addon.xml @@ -88,12 +88,12 @@ - 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 +- Correctly detect whether we already synched a Kodi playlist - 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 diff --git a/changelog.txt b/changelog.txt index a4c596a8..e2bd9e72 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ version 2.9.2 (beta only): - 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 +- Correctly detect whether we already synched a Kodi playlist - Remove obsolete check if path is indeed in unicode - Add unicode representation to Playlist() class - Separate function to wipe all synched Plex playlists