From 527e7be13d22cf601844e321265e5b650ece6cbb Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 6 Sep 2015 14:41:40 +0200 Subject: [PATCH] v1.1.6 --- CHANGELOG.md | 17 +++++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 781a3886..a749bf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## v1.1.6 (2015-09-06) + +* Home stats cards are now expandable to show multiple items. Configurable in settings. Thanks @JonnyWong. +* Completely redesigned media info pages. Thanks @JonnyWong. +* Redesigned activity pane to match Plex Web more closely. Thanks @JonnyWong. +* New Library stats on home page, shows total item counts per library. Thanks @JonnyWong. +* New last watched card in home stats. Shows last watched items. Thanks @JonnyWong. +* Improved some layout issues on mobile devices. Thanks @JonnyWong. +* Fixed issue where some clip/channel items are reported as episodes and causing exceptions. +* Many styling improvements and fixes. Thanks @JonnyWong. +* Fixed incorrect sort on home stats platform count by duration. Thanks @JonnyWong. +* Fix issue where user refresh would continually be called as "Local" user didn't exist in database. +* Fixed styling on graph stream modal. Thanks @JonnyWong. +* Fixed some issues with users page editing. Thanks @JonnyWong. +* Fix error page when clicking through to an item that no longer exists. + + ## v1.1.5 (2015-08-27) * Fix git tag being one release behind. diff --git a/plexpy/version.py b/plexpy/version.py index 60c9383f..9fbd0cc4 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.1.5" +PLEXPY_RELEASE_VERSION = "1.1.6"