mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
v2.5.6
This commit is contained in:
parent
a985cec9c2
commit
14b98a32e0
2 changed files with 24 additions and 1 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,5 +1,28 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v2.5.6 (2020-10-02)
|
||||||
|
|
||||||
|
* Activity:
|
||||||
|
* Change: Renamed container "Transcode" to "Converting" on activity cards.
|
||||||
|
* Notifications:
|
||||||
|
* New: Added a silent notification option for Telegram. (Thanks @JohnnyKing94)
|
||||||
|
* New: Added container_decision notification parameter.
|
||||||
|
* New: Added notification trigger for Playback Error.
|
||||||
|
* New: Added remote access down notification threshold setting.
|
||||||
|
* Newsletter:
|
||||||
|
* Change: Stop flooring newsletter start date.
|
||||||
|
* UI:
|
||||||
|
* Fix: Unable to purge history from the library edit modal.
|
||||||
|
* Fix: QR code not showing up for localhost address when trying to register a device.
|
||||||
|
* New: Added library name to the fix metadata modal.
|
||||||
|
* API:
|
||||||
|
* New: Added default thumb and art to the Live TV library.
|
||||||
|
* Other:
|
||||||
|
* Fix: Synced items not loading for guest access.
|
||||||
|
* New: Schedule some more automatic database optimizations.
|
||||||
|
* Change: Added automatic uninstall before installing to the Windows installer.
|
||||||
|
|
||||||
|
|
||||||
## v2.5.5 (2020-09-06)
|
## v2.5.5 (2020-09-06)
|
||||||
|
|
||||||
* Activity:
|
* Activity:
|
||||||
|
|
|
@ -18,4 +18,4 @@
|
||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
PLEXPY_BRANCH = "master"
|
PLEXPY_BRANCH = "master"
|
||||||
PLEXPY_RELEASE_VERSION = "v2.5.5"
|
PLEXPY_RELEASE_VERSION = "v2.5.6"
|
Loading…
Add table
Add a link
Reference in a new issue