This commit is contained in:
JonnyWong16 2016-04-18 21:28:45 -07:00
parent f4c38008a1
commit 2080bbcbca
2 changed files with 12 additions and 1 deletions

View file

@ -1,5 +1,16 @@
# Changelog # 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) ## v1.3.14 (2016-03-29)
* Fix: Regression for missing notify_action for script notifications. * Fix: Regression for missing notify_action for script notifications.

View file

@ -1,2 +1,2 @@
PLEXPY_VERSION = "master" PLEXPY_VERSION = "master"
PLEXPY_RELEASE_VERSION = "1.3.14" PLEXPY_RELEASE_VERSION = "1.3.15"