From 75ae6b16a428e51ab2ff338143fdc8fd0fb6dc0b Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Thu, 14 Jul 2016 21:21:59 -0700 Subject: [PATCH] v1.4.7 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c2e51b1..058912ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## v1.4.7 (2016-07-14) + +* New: Use MaxMind GeoLite2 for IP address lookup. + * Note: The GeoLite2 database must be installed from the settings page. +* New: Check for Plex updates using plex.tv downloads instead of the server API. + * Note: Check for Plex updates has been disabled and must be re-enabled in the settings. +* New: More notification options for Plex updates. +* New: Notifications for concurrent streams by a single user. +* New: Notifications for user streaming from a new device. +* New: HipChat notification agent. (Thanks @aboron) +* Fix: Username showing as blank when friendly name is blank. +* Fix: Direct stream count wrong in the current activity header. +* Fix: Current activity reporting direct stream when reducing the stream quality switches to transcoding. +* Fix: Apostophe in an Arnold quote causing the shutdown/restart page to crash. +* Fix: Disable refreshing posters in guest mode. +* Fix: PlexWatch/Plexivity import unable to select the "grouped" database table. +* Change: Updated Facebook notification instructions. +* Change: Subject line optional for Join notifications. +* Change: Line break between subject and body text instead of a colon for Facebook, Slack, Twitter, and Telegram. +* Change: Allow Mattermost notifications using the Slack config. +* Change: Better formatting for Slack poster notifications. +* Change: Telegram only notifies once instead of twice when posters are enabled. +* Change: Host Open Sans font locally instead of querying Google Fonts. + + ## v1.4.6 (2016-06-11) * New: Added User and Library statistics to the API. diff --git a/plexpy/version.py b/plexpy/version.py index cfdffc6b..2da51443 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.4.6" +PLEXPY_RELEASE_VERSION = "1.4.7"