This commit is contained in:
JonnyWong16 2021-07-15 13:22:54 -07:00
parent 73001a4427
commit 5fbe9d476b
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 18 additions and 1 deletions

View file

@ -1,5 +1,22 @@
# Changelog # 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) # v2.7.4 (2021-06-19)
* Activity: * Activity:

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.7.4" PLEXPY_RELEASE_VERSION = "v2.7.5"