From 6d152cf308e10a7b8ec352c8afc0c3eb27e2b92d Mon Sep 17 00:00:00 2001 From: Jonathan Wong Date: Tue, 24 Nov 2015 18:49:35 -0800 Subject: [PATCH] v1.2.4 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ plexpy/version.py | 4 ++-- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47a18108..aab09779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## v1.2.4 (2015-11-24) + +* Add filtering by media type in the history table +* Add IFTTT notification agent +* Add Telegram notification agent +* Add notifications for recently added media +* Add notifications for server down and remote access down +* Add more metadata to notifications options +* Add IP address to notification options (for PMS 0.9.14 and above) +* Add server uptime to notification options +* Add IP address to current activity +* Add IPv6 address logging +* Add PMS server name to the page title +* Fix bug in "Last Watched" statistic +* Fix bug in search query +* Fix bug on user pages for usernames with single quotes +* Fix name for new Plex Media Center +* Fix Pushover notifications with unicode characters +* Fix bug with showing old usernames in datatables +* Fix bug with "Please verify your server" in settings +* Change IP lookup provider +* Change notifications custom body text to larger text box +* Change movie/tv logging and notifications into individual options + + ## v1.2.3 (2015-10-18) * Added "remaining time" as notification substitution. diff --git a/plexpy/version.py b/plexpy/version.py index 44330b0c..2bc856a5 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ -PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.2.3" +PLEXPY_VERSION = "master" +PLEXPY_RELEASE_VERSION = "1.2.4"