mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.7.1
This commit is contained in:
parent
b692389736
commit
bd53c19bf3
2 changed files with 17 additions and 2 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -1,5 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
## v2.7.1 (2021-04-22)
|
||||
|
||||
* Notifications:
|
||||
* Fix: Recently added single episode being sent as a show notification. (#1420)
|
||||
* Newsletters:
|
||||
* Change: Ignore items with incorrect added at dates in the future.
|
||||
* Exporter:
|
||||
* Fix: Exporting not working for libraries, collections, and playlists. (#1408)
|
||||
* UI:
|
||||
* Fix: Collections and playlist tabs not loading on library and user pages. (#1408)
|
||||
* Fix: Header overlapping graphs tabs on mobile layout.
|
||||
* Change: Rename "Plays by Period" graph tab to "Media Type".
|
||||
* Removed: Clear logs button removed from main Tautulli logs.
|
||||
|
||||
|
||||
## v2.7.0 (2021-04-10)
|
||||
|
||||
* History:
|
||||
|
|
|
@ -17,5 +17,5 @@
|
|||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
PLEXPY_BRANCH = "beta"
|
||||
PLEXPY_RELEASE_VERSION = "v2.7.0"
|
||||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.7.1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue