From 644fea666538c101d2a7f6876ca98a7e25a4bbee Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 7 Jan 2018 23:44:18 -0800 Subject: [PATCH] v2.0.12-beta --- CHANGELOG.md | 11 +++++++++++ plexpy/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c234bd98..658c3d99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v2.0.12-beta (2018-01-07) + +* Notifications: + * Fix: Incorrect Plex URL parameter value. + * Change: Custom condition logic is now optional. An implicit "and" is applied between all conditions if the logic is blank. +* UI: + * New: Added separate required LAN/WAN bandwidth in the activity header. +* API: + * Fix: Notify API command not sending notifications. + + ## v2.0.11-beta (2018-01-05) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index 6dad13c1..6f20ab9b 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.0.11-beta" +PLEXPY_RELEASE_VERSION = "v2.0.12-beta"