This commit is contained in:
JonnyWong16 2020-07-10 17:07:18 -07:00
parent fa27271647
commit 1698622d63
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 17 additions and 1 deletions

View file

@ -1,5 +1,21 @@
# Changelog # 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) ## v2.5.2 (2020-07-01)
* Announcements: * Announcements:

View file

@ -18,4 +18,4 @@
from __future__ import unicode_literals from __future__ import unicode_literals
PLEXPY_BRANCH = "master" PLEXPY_BRANCH = "master"
PLEXPY_RELEASE_VERSION = "v2.5.2" PLEXPY_RELEASE_VERSION = "v2.5.3"