v2.5.3
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -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:
|
||||||
|
@@ -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"
|
Reference in New Issue
Block a user