From 2080bbcbca50cce05ac0a39a92c5427101508d79 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Mon, 18 Apr 2016 21:28:45 -0700 Subject: [PATCH] v1.3.15 --- CHANGELOG.md | 11 +++++++++++ plexpy/version.py | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b12797c8..00ea57c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.3.15 (2016-04-18) + +* Fix: Slack notifications failing when using and icon URL. +* Fix: 127.0.0.1 showing as an external IP address on the history tables. +* Fix: Regression file sizes not shown in the media info table footer. +* Fix: Retrieving proper PMS URL when multiple connections are published to plex.tv. +* Fix: Some typos in the logger. +* Fix: Some other typos in the WebUI. (Thanks @xtjoeytx) +* Change: Optimized mobile web app icons and spash screens. (Thanks @alotufo) + + ## v1.3.14 (2016-03-29) * Fix: Regression for missing notify_action for script notifications. diff --git a/plexpy/version.py b/plexpy/version.py index 3d93fffb..5761785f 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.3.14" +PLEXPY_RELEASE_VERSION = "1.3.15"