From b144ded87bcf2f561eff40531eab6655f4270ea7 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 7 Apr 2018 15:23:03 -0700 Subject: [PATCH] v2.1.0-beta --- CHANGELOG.md | 13 +++++++++++++ plexpy/version.py | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be780f5..ed49a064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v2.1.0-beta (2018-04-07) + +* Newsletters: + * New: A completely new scheduled newsletter system. + * Beautiful HTML formatted newsletter for recently added movies, TV shows, or music. + * Send newsletters on a daily, weekly, or monthly schedule to your users. + * Customize the number of days of recently added content and the libraries to include on the newsletter. + * Add a custom message to be included on the newsletter. + * Option to either send an HTML formatted email, or a link to a self-hosted newsletter on your own domain to any notification agent. +* Notifications: + * New: Ability to use self-hosted images on your own domain instead of using Imgur. + + ## v2.0.28 (2018-04-02) * Monitoring: diff --git a/plexpy/version.py b/plexpy/version.py index 353a93e8..ccc80680 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.0.28" +PLEXPY_BRANCH = "beta" +PLEXPY_RELEASE_VERSION = "v2.1.0-beta"