diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dce0264..1a8d36e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## v2.0.18-beta (2018-02-12) + +* Notifications: + * Fix: Default text for Tautulli update notifications using the wrong parameter. + * Fix: Playback pause and resume notifications only triggering once. + * Change: Negative operators for custom conditions now use "and" instead of "or". +* UI: + * New: Added button to delete the 3rd party lookup info from the info pages. + * Fix: Missing host info in the login logs when logging in using Firefox. + * Change: Cleaned up settings. Advanced settings are now hidden behind a toggle. +* API: + * New: Updated API documentation for v2. +* Other: + * Fix: DeprecationWarning when using HTTPS with self-signed certificates. + * Change: Deleting the Imgur poster URL also deletes the poster from Imgur (only available for new uploads). + * Change: GitHub repository moved to Tautulli/Tautulli. Old GitHub URLs will still work. + + ## v2.0.17-beta (2018-02-03) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 40dbea75..57cbbbb5 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.0.17-beta" +PLEXPY_RELEASE_VERSION = "v2.0.18-beta"