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/README.md b/README.md index 3bbd6a6c..56a90ac3 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,7 @@ A python based web application for monitoring, analytics and notifications for P This project is based on code from Headphones (https://github.com/rembo10/headphones) and PlexWatchWeb (https://github.com/ecleese/plexWatchWeb). -* plexPy forum thread: https://forums.plex.tv/discussion/169591/plexpy-another-plex-monitoring-program - -If you'd like to buy me a beer, hit the donate button below. All donations go to the project maintainer (primarily for the procurement of liquid refreshment). - -[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=G9HZK9BDJLKT6) +* PlexPy forum thread: https://forums.plex.tv/discussion/169591/plexpy-another-plex-monitoring-program ###Support diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index 8d721dad..0d66fac7 100644 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -7,7 +7,7 @@ from plexpy import version
-