From e49a34177a379991a54a26743e3e4a953ff4c239 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 11 Jun 2016 11:40:03 -0700 Subject: [PATCH] v1.4.6 --- CHANGELOG.md | 13 +++++++++++++ plexpy/version.py | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7df366..6c2e51b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## v1.4.6 (2016-06-11) + +* New: Added User and Library statistics to the API. +* New: Ability to refresh individual poster images without clearing the entire cache. (Thanks @Hellowlol) +* New: Added {added_date}, {updated_date}, and {last_viewed_date} to metadata notification options. +* New: Log level filter for Plex logs. (Thanks @sanderploegsma) +* New: Log level filter for PlexPy logs. +* New: Button to download Plex logs directly from the web interface. +* New: Advanced setting in the config file to change the number of Plex log lines retrieved. +* Fix: FreeBSD and FreeNAS init scripts to reflect the path in the installation guide. (Thanks @nortron) +* Fix: Monitoring crashing when failed to retrieve current activity. + + ## v1.4.5 (2016-05-25) * Fix: PlexPy unable to start if failed to get shared libraries for a user. diff --git a/plexpy/version.py b/plexpy/version.py index 068590a4..cfdffc6b 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.4.5" +PLEXPY_RELEASE_VERSION = "1.4.6"