From b5f2f5597203440af8fdac61ca95da6ee20c12b6 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 28 May 2018 17:22:16 -0700 Subject: [PATCH] v2.1.10-beta --- CHANGELOG.md | 16 ++++++++++++++++ plexpy/version.py | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8867320..25310037 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v2.1.10-beta (2018-05-28) + +* Monitoring: + * Fix: Improved monitoring of live tv sessions. + * Change: Use track artist instead of album artist. +* Notifications: + * New: Added timestamp to Discord notification embeds. (Thanks @samwiseg00) + * New: Enable notifications for "clip" media types. + * Fix: Actually add the "live" notification parameter. + * Change: Update Twitter for 280 characters. + * Change: Use HTTPS url for Cloudinary images. +* Newsletters: + * Fix: Artist summaries not showing up on newsletter cards. + * Change: Do not send the newsletter if the template fails to render. + + ## v2.1.9 (2018-05-21) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 6e805f95..6a5e36f4 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.1.9" +PLEXPY_BRANCH = "beta" +PLEXPY_RELEASE_VERSION = "v2.1.10-beta"