Merge pull request #956 from croneter/update-version

Update changelog for version 2.9.2
This commit is contained in:
croneter 2019-08-02 11:35:06 +02:00 committed by GitHub
commit 09bdda94bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -88,12 +88,12 @@
- Faster sync of playlists - Faster sync of playlists
- Sync playlists immediately after synching new/changed items and show an info dialog - 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 - 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 - Remove obsolete check if path is indeed in unicode
- Add unicode representation to Playlist() class - Add unicode representation to Playlist() class
- Separate function to wipe all synched Plex playlists - Separate function to wipe all synched Plex playlists
- Less logging when comparing PKC versions - Less logging when comparing PKC versions
version 2.9.1: version 2.9.1:
- Fix On Deck and Recently Added Episodes for shows not appending showname and season and episode number - Fix On Deck and Recently Added Episodes for shows not appending showname and season and episode number

View file

@ -3,6 +3,7 @@ version 2.9.2 (beta only):
- Faster sync of playlists - Faster sync of playlists
- Sync playlists immediately after synching new/changed items and show an info dialog - 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 - 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 - Remove obsolete check if path is indeed in unicode
- Add unicode representation to Playlist() class - Add unicode representation to Playlist() class
- Separate function to wipe all synched Plex playlists - Separate function to wipe all synched Plex playlists