From 45c2ccdffe309eaf734631da1fd1d722f6e6f875 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 20 Jan 2018 11:42:36 -0800 Subject: [PATCH] v2.0.14-beta --- CHANGELOG.md | 17 +++++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61401518..b426c26e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v2.0.14-beta (2018-01-20) + +* Monitoring: + * Change: Added "Cellular" bandwidth to "WAN" in activity header. +* Notifications: + * Fix: Plex Web URL for tracks now go to the album page. + * Fix: Recently added notifications being sent for the entire library when DVR EPG data was refreshed. + * Fix: Notifier settings not loading with an apostrophe in the custom condition values. + * Fix: Custom email addresses not being saved when closing the notifier settings. + * Change: Re-enabled Browser notifications. + * Change: Renamed "PlexPy" update notification parameters to "Tautulli". + * Change: Emails no longer automatically insert HTML line breaks. + * Change: "Date" header added to email notifications. +* UI: + * Change: Show all changelogs since the previous version when updating. + + ## v2.0.13-beta (2018-01-13) * Notifications: diff --git a/plexpy/version.py b/plexpy/version.py index e6f3fbc8..2b06cf4e 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_BRANCH = "beta" -PLEXPY_RELEASE_VERSION = "v2.0.13-beta" +PLEXPY_RELEASE_VERSION = "v2.0.14-beta"