mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 00:32:58 -07:00
v2.7.3
This commit is contained in:
parent
fc2ab8be25
commit
be86ddbec0
2 changed files with 21 additions and 1 deletions
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -1,5 +1,25 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.7.3 (2021-05-22)
|
||||||
|
|
||||||
|
* Activity:
|
||||||
|
* Fix: Incorrect quality profile being shown when transcoding to a higher bitrate.
|
||||||
|
* Notifications:
|
||||||
|
* New: Added notification parameters for duration values in seconds. (#1434)
|
||||||
|
* New: Added setting to allow repeat Tautulli update notifications. By default the Tautulli update notification will only notify once.
|
||||||
|
* New: Added setting to allow repeat Plex Media Server update notifications. By default the Plex Media Server update notification will only notify once.
|
||||||
|
* New: Added setting to configure the Tautulli update check interval.
|
||||||
|
* UI:
|
||||||
|
* Fix: Prevent accidentally closing modals when dragging the mouse outside the window.
|
||||||
|
* Fix: Recently added queue modal not loading. (#1429)
|
||||||
|
* New: Show collections tab in music libraries. (#1421)
|
||||||
|
* New: Added method to logout of active Tautulli sessions from the login logs.
|
||||||
|
* API:
|
||||||
|
* Fix: Update edit_user and edit_library doc strings for required parameters. (#1432)
|
||||||
|
* Other:
|
||||||
|
* New: Added advanced hidden setting for CherryPy thread pool size. (Thanks @psaab #1425)
|
||||||
|
|
||||||
|
|
||||||
## v2.7.2 (2021-04-24)
|
## v2.7.2 (2021-04-24)
|
||||||
|
|
||||||
* UI:
|
* UI:
|
||||||
|
|
|
@ -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.2"
|
PLEXPY_RELEASE_VERSION = "v2.7.3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue