mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
v2.7.7
This commit is contained in:
parent
9850025eef
commit
5f22ad26ad
2 changed files with 17 additions and 2 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,11 +1,26 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.7.7 (2021-10-14)
|
||||||
|
|
||||||
|
* Notifications:
|
||||||
|
* Fix: Colons and exclamation marks being replaced outside of expressions.
|
||||||
|
* New: Added LunaSea notification agent. Note: Requires a future LunaSea app update to function.
|
||||||
|
* Newsletters:
|
||||||
|
* Fix: Star rating not showing on newsletter with the new Plex metadata agents. (#1511)
|
||||||
|
* UI:
|
||||||
|
* Fix: Sorting of mobile devices table with uppercase and lowercase device names.
|
||||||
|
* Fix: Various dropdown menus with centered text to left-aligned text.
|
||||||
|
* Other:
|
||||||
|
* Fix: Plex.tv account token not changing when fetching a new token.
|
||||||
|
* New: Added check and warning message for missing Docker container volume mount.
|
||||||
|
|
||||||
|
|
||||||
## v2.7.6 (2021-08-31)
|
## v2.7.6 (2021-08-31)
|
||||||
|
|
||||||
* Notifications:
|
* Notifications:
|
||||||
* Fix: Unable to parse colons (:) and exclamation marks (!) in notification text eval strings.
|
* Fix: Unable to parse colons (:) and exclamation marks (!) in notification text eval strings.
|
||||||
* Exporter:
|
* Exporter:
|
||||||
* Fix: Unable to export playlists and collections from a library.
|
* Fix: Unable to export playlists and collections from a library. (#1484)
|
||||||
* New: Added new episode export fields.
|
* New: Added new episode export fields.
|
||||||
* Mobile App:
|
* Mobile App:
|
||||||
* Fix: Unable to scan QR code with dark mode enabled.
|
* Fix: Unable to scan QR code with dark mode enabled.
|
||||||
|
|
|
@ -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.6"
|
PLEXPY_RELEASE_VERSION = "v2.7.7"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue