mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
v2.9.6
This commit is contained in:
parent
1ce292a0b6
commit
dd389b0f94
2 changed files with 15 additions and 1 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,5 +1,19 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.9.6 (2022-04-10)
|
||||||
|
|
||||||
|
* Activity:
|
||||||
|
* New: Improved display of dynamic range on the activity cards. (Thanks @herby2212)
|
||||||
|
* Notifications:
|
||||||
|
* Change: Make include summary option apply to all media types for Discord and Slack notifications.
|
||||||
|
* UI:
|
||||||
|
* Fix: Validating Plex login in the setup wizard. (#1697)
|
||||||
|
* New: Added hidden username, email, and full name columns to users table.
|
||||||
|
* Other:
|
||||||
|
* Fix: Apply pms_timeout setting to websocket connection.
|
||||||
|
* Fix: Importing of Plex username instead of the full name. (#1710)
|
||||||
|
|
||||||
|
|
||||||
## v2.9.5 (2022-03-26)
|
## v2.9.5 (2022-03-26)
|
||||||
|
|
||||||
* Note:
|
* Note:
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.9.5"
|
PLEXPY_RELEASE_VERSION = "v2.9.6"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue