mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 05:01:14 -07:00
v2.7.5
This commit is contained in:
parent
73001a4427
commit
5fbe9d476b
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,5 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
# v2.7.5 (2021-07-15)
|
||||
|
||||
* History:
|
||||
* Fix: Guest users were unable to view history.
|
||||
* Fix: Most Active Library statistics was counting deleted libraries.
|
||||
* Newsletters:
|
||||
* Fix: Incorrect padding on the newsletter configuration modal.
|
||||
* Mobile App:
|
||||
* New: Tautulli Remote App is out of beta on Android. The iOS app is available for beta testing on TestFlight.
|
||||
* API:
|
||||
* New: Added mobile device platform and version to device registration.
|
||||
* Other:
|
||||
* Fix: Unable to remove authentication.
|
||||
* Change: Improve API key and device token security on Python 3.
|
||||
* Remove: Basic Authentication setting.
|
||||
|
||||
|
||||
# v2.7.4 (2021-06-19)
|
||||
|
||||
* Activity:
|
||||
|
|
|
@ -18,4 +18,4 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.7.4"
|
||||
PLEXPY_RELEASE_VERSION = "v2.7.5"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue