diff --git a/CHANGELOG.md b/CHANGELOG.md index ca9d7ede..cbd1a73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v2.1.15-beta (2018-07-01) + +* Monitoring: + * Fix: Progress percent displaying NaN for live TV. + * Fix: Unable to terminate sessions with unicode characters in the message. + * Change: Tizen platform to display the Samsung icon. +* Notifications: + * New: Added PYTHONPATH to script environment variables so scripts can automatically import from Tautulli libraries. + * Fix: Proper handling of unicode script arguments. + * Fix: Incorrect TAUTULLI_URL environment variable if the HTTP host setting is changed. + * Fix: Email addresses selectize box not expanding. +* Newsletters: + * Change: HTTPS URLS for images hosted on tautulli.com. +* Graphs: + * Fix: SD resolution sometimes not grouped together. + + ## v2.1.14 (2018-06-21) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index acf4df8b..a7c94205 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.1.14" +PLEXPY_BRANCH = "beta" +PLEXPY_RELEASE_VERSION = "v2.1.15-beta"