PlexKodiConnect/changelog.txt

67 lines
1.9 KiB
Plaintext
Raw Normal View History

2016-03-15 03:52:21 +11:00
version 1.0.10
- Limit max number of items requested from PMS (default=200)
- Enforce PMS authentication before playback start
- Fix KeyError for library sync
- Fix TypeError for Plex Companion
- New fix item episode thumbs not caching
2016-03-14 02:22:17 +11:00
version 1.0.9
- Fix Recently Added
- Update node names to reflect plex
- Fix tv show season posters not showing
- Fix TV shows episode artwork not caching
- Increase download timeout to 30s
- Increase image caching timeouts to 5s
2016-03-12 00:44:17 +11:00
version 1.0.8
- Redesigned fast incremential sync
- Workaround to sync Kodi time with PMS time
2016-03-12 00:48:09 +11:00
- Fix library sync key error
2016-03-12 00:44:17 +11:00
2016-03-11 02:09:50 +11:00
version 1.0.7
- Fix userclient
- Fix KeyError in library sync
- Make user switch always available
- Get rid of some unneccessary logs in lib sync
2016-03-10 20:47:24 +11:00
version 1.0.6
- Enable traceback and dump XMLs of failed PMS items in the log for lib sync
- Optimize notifications for library syncs
- Manually trigger full library scan from settings
- Merge with MediaBrowser/master up until db4cb448b0e4fd82662f8b82a800d8da8ea33688
2016-03-10 04:38:23 +11:00
version 1.0.5
- Catch exceptions in itemtypes and log them
- Slightly increased download timeouts
- Overhaul userclient
2016-03-09 04:35:36 +11:00
version 1.0.4
- Sleep for a while in loops - drastically reduces CPU load
- Connect to remote PMS!
- New Setting to reset all PMS and the plex.tv connection
- Correct encoding
- Much shorter download timeouts
- Improve sync resiliance and GDM discovery
- Reduce number of unsuccesful retries to 3 before telling user
- Clean-up library sync loop
- Language strings for library sync
2016-03-08 03:50:46 +11:00
version 1.0.3
- Hotfix database minimum version = 1.0.2
2016-03-08 03:34:50 +11:00
version 1.0.2
- Setting to turn off constant background sync
- HTTPS!
- Fix refreshing playlists and videonodes
- Allow non-ASCI library names
- Bugfix: enforce PIN for protected users
- Enable non-ASCI PMS server name and username
- Loads of unicode/utf-8 fixes
- Merge with MediaBrowser/master up until 948015d43368052fbe9894a4b6e6e4e2370cdb57
2015-08-07 20:31:57 +10:00
version 1.0.1
2016-03-08 03:34:50 +11:00
- Overhaul userclient
2015-08-07 20:31:57 +10:00
version 1.0.0
2016-03-08 03:34:50 +11:00
- initial release