mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 09:42:57 -07:00
v2.5.3
This commit is contained in:
parent
fa27271647
commit
1698622d63
2 changed files with 17 additions and 1 deletions
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"
|
Loading…
Add table
Add a link
Reference in a new issue