From 4b744a5acd5bb11c562238bb96b1a3970bdb641d Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 11 May 2019 10:46:45 -0700 Subject: [PATCH] v2.1.30-beta --- CHANGELOG.md | 13 +++++++++++++ plexpy/version.py | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93ed9c59..2f1e7ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.1.30-beta (2019-05-11) + +* Monitoring: + * Fix: Activity crashing with Plex's Artist TV feature. + * New: Added setting for Plex Media Server Update Check Interval. (Thanks @abiacco) +* Notifications: + * New: Added secure and relayed connection notification parameters. + * New: Added PLEX_USER_TOKEN to script environment variables. + * Change: Schedule notifications using UTC to prevent missing notifications due to misconfigured timezones. +* API: + * New: Added status API command to check the status of Tautulli. + + ## v2.1.29 (2019-05-11) * No additional changes from v2.1.29-beta. diff --git a/plexpy/version.py b/plexpy/version.py index 26a8fea6..e2372a25 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.1.29" +PLEXPY_BRANCH = "beta" +PLEXPY_RELEASE_VERSION = "v2.1.30-beta"