From 1698622d63f406d50da4429e2b5d1b5d55893358 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Fri, 10 Jul 2020 17:07:18 -0700 Subject: [PATCH] v2.5.3 --- CHANGELOG.md | 16 ++++++++++++++++ plexpy/version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec1301fc..0a6b5ae5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v2.5.3 (2020-07-10) + +* History: + * Fix: Unable to delete more than 1000 history entries at the same time. +* Notifications: + * Change: Python script notifications to run using the same Python interpreter as Tautulli. +* Newsletters: + * Fix: Unable to view newsletters with special characters. +* Other: + * Fix: Tautulli failing to start after enabling HTTPS when installed using the Windows / macOS installers. + * Fix: Startup script not working on macOS. + * Fix: Unable to hide dock icon on macOS with the pkg install. Refer to the FAQ regarding the Python rocket dock icon. + * Change: Added path to Python interpreter in system startup (daemon) scripts. + * Change: Added Python version to Google analytics. + + ## v2.5.2 (2020-07-01) * Announcements: diff --git a/plexpy/version.py b/plexpy/version.py index c18a56bc..519aa3fa 100644 --- a/plexpy/version.py +++ b/plexpy/version.py @@ -18,4 +18,4 @@ from __future__ import unicode_literals PLEXPY_BRANCH = "master" -PLEXPY_RELEASE_VERSION = "v2.5.2" \ No newline at end of file +PLEXPY_RELEASE_VERSION = "v2.5.3" \ No newline at end of file