From bedcfa95204eae5fe465837c64aeecec37283174 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Tue, 24 May 2016 22:17:09 -0700 Subject: [PATCH] v1.4.4 --- CHANGELOG.md | 8 ++++++++ plexpy/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92d19a7e..042b4403 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## v1.4.4 (2016-05-24) + +* Fix: Image queries crashing the PMS when playing clips from channels. +* Fix: Plexivity import if IP address is missing. +* Fix: Tooltips shown behind the datatable headers. +* Fix: Current activity instances rendered in a random order causing them to jump around. + + ## v1.4.3 (2016-05-22) * Fix: PlexPy not starting without any authentication method. diff --git a/plexpy/version.py b/plexpy/version.py index e17a8551..6edf2a78 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.4.3" +PLEXPY_RELEASE_VERSION = "1.4.4"