From bc57dd650c825bee598399b07e511592f1e56ce0 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 20 May 2016 20:54:06 -0700 Subject: [PATCH] v1.4.1 --- CHANGELOG.md | 20 ++++++++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95712e2b..6ac584ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## v1.4.1 (2016-05-20) + +* New: HTTP Proxy checkbox in the settings. Enable this if using an SSL enabled reverse proxy in front of PlexPy. +* Fix: Check for blank username/password on login. +* Fix: Persist current activity artwork blur across refreshes when transcoding details are visible. +* Fix: Send notifications to multiple XBMC/Plex Home Theater devices. +* Fix: Reset PMS identifier when clicking verify server button in settings. +* Fix: Crash when trying to group current activity session in database. +* Fix: Check current activity returns sessions when refreshing. +* Fix: Logs sorted out of order. +* Fix: Resolution reported incorrectly in the stream info modal. +* Fix: PlexPy crashing when hashing password in the config file. +* Fix: CherryPy doubling the port number when accessing PlexPy locally with http_proxy enabled. +* Change: Sort by most recent for ties in watch statistics. +* Change: Refresh Join devices when changing the API key. +* Change: Format the Join device IDs. +* Change: Join notifications now sent with Python Requests module. +* Change: Add paging for recently added in the API. + + ## v1.4.0 (2016-05-15) * New: An HTML form login page with sessions support. diff --git a/plexpy/version.py b/plexpy/version.py index f2340614..44483b96 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.4.0" +PLEXPY_RELEASE_VERSION = "1.4.1"