From fb7ad9438e8883eb34044e873b26833c3b7cdd4d Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Fri, 29 Jan 2016 21:31:25 -0800 Subject: [PATCH] v1.3.4 --- CHANGELOG.md | 15 +++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d5e5552..7d928908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v1.3.4 (2016-01-29) + +* Fix: Activity checker not starting with library update (history not logging). +* Fix: Libraries duplicated in database. +* Fix: Buffer notifications even when disabled when using websockets. +* Fix: Libraries and Users lists not refreshing. +* Fix: Server verification in settings. +* Fix: Empty libraries not added to database. +* Add: Unique identifier to notification options. +* Remove: Media type toggles for recently added notifications. +* Remove: Built in Twitter key and secret. +* Remove: Unnecessary quoting of script arguments. +* Change: Facebook notification instructions. + + ## v1.3.3 (2016-01-26) * Fix: Plays by Month graph not loading. diff --git a/plexpy/version.py b/plexpy/version.py index 9dd70962..74c338e8 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.3.3" +PLEXPY_RELEASE_VERSION = "1.3.4"