Update changelog for version 2.9.2
This commit is contained in:
parent
bf19a66394
commit
d88b62ccd9
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue