mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
v2.7.6
This commit is contained in:
parent
1a18d63ea5
commit
db90b8ad18
2 changed files with 16 additions and 1 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.7.6 (2021-08-31)
|
||||||
|
|
||||||
|
* Notifications:
|
||||||
|
* Fix: Unable to parse colons (:) and exclamation marks (!) in notification text eval strings.
|
||||||
|
* Exporter:
|
||||||
|
* Fix: Unable to export playlists and collections from a library.
|
||||||
|
* New: Added new episode export fields.
|
||||||
|
* Mobile App:
|
||||||
|
* Fix: Unable to scan QR code with dark mode enabled.
|
||||||
|
* New: Tautulli Remote App is out of beta for iOS and can be downloaded in the App Store.
|
||||||
|
* Other:
|
||||||
|
* New: Update PlexAPI to 4.6.3.
|
||||||
|
* New: Added popup alert message for Windows and macOS when Tautulli fails to start.
|
||||||
|
|
||||||
|
|
||||||
## v2.7.5 (2021-07-15)
|
## v2.7.5 (2021-07-15)
|
||||||
|
|
||||||
* History:
|
* History:
|
||||||
|
|
|
@ -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.5"
|
PLEXPY_RELEASE_VERSION = "v2.7.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue