From e85cdd5609c3f5795baaf2d45c484eb652497ec2 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 4 Mar 2017 15:55:45 -0800 Subject: [PATCH] v1.4.17 --- CHANGELOG.md | 10 ++++++++++ plexpy/version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a227a7..3f7d173c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v1.4.17 (2017-03-04) + +* New: Configurable month range for the Plays by month graph. (Thanks @Pbaboe) +* New: Option to chanage the week to start on Monday for the the Plays by day of week graph. (Thanks @Pbaboe) +* Fix: Invalid iOS icon file paths. (Thanks @demonbane) +* Fix: Plex Web 3.0 URLs on info pages and notifications. +* Fix: Update bitcoin donation link to Coinbase. +* Fix: Update init scripts. (Thanks @ampsonic) + + ## v1.4.16 (2016-11-25) * Fix: Websocket for new json response on PMS 1.3.0. diff --git a/plexpy/version.py b/plexpy/version.py index 753ab1b2..ce0b3a0d 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.4.16" +PLEXPY_RELEASE_VERSION = "1.4.17"