diff --git a/CHANGELOG.md b/CHANGELOG.md index f073bb24..474c778d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v1.3.5 (2016-02-02) + +* Fix: Removing unique constraints from database. +* Fix: Unable to expand media info table when missing "Added At" date. +* Fix: Server verification for unpublished servers. +* Fix: Updating PMS identifier for server change. +* Add: {stream_time}, {remaining_time}, and {progress_time} to notification options. +* Add: Powershell script support. (Thanks @Hellowlol) +* Add: Method to delete duplicate libraries. +* Change: Daemonize before running start up tasks. + + ## v1.3.4 (2016-01-29) * Fix: Activity checker not starting with library update (history not logging). diff --git a/plexpy/version.py b/plexpy/version.py index 74c338e8..67235cab 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -1,2 +1,2 @@ PLEXPY_VERSION = "master" -PLEXPY_RELEASE_VERSION = "1.3.4" +PLEXPY_RELEASE_VERSION = "1.3.5"