From ebd8625e1e81818f37d0a23ab05a5eecb070ae80 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 14 Aug 2016 19:50:00 -0700 Subject: [PATCH] v1.4.9 --- CHANGELOG.md | 14 ++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c0dd52..4a75500e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## v1.4.9 (2016-08-14) + +* New: Option to include current activity in the history tables. +* New: ISP lookup info in the IP address modal. +* New: Option to disable web page previews for Telegram notifications. +* Fix: Send correct JSON header for Slack/Mattermost notifications. +* Fix: Twitter and Facebook test notifications incorrectly showing as "failed". +* Fix: Current activity progress bars extending past 100%. +* Fix: Typo in the setup wizard. (Thanks @wopian) +* Fix: Update PMS server version before checking for a new update. +* Change: Compare distro and build when checking for server updates. +* Change: Nicer y-axis intervals when viewing "Play Duration" graphs. + + ## v1.4.8 (2016-07-16) * New: Setting to specify PlexPy backup interval. diff --git a/plexpy/version.py b/plexpy/version.py index b72e032c..ec03a370 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.4.8" +PLEXPY_RELEASE_VERSION = "1.4.9"