mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
v2.9.0
This commit is contained in:
parent
31aa9965d1
commit
17800df0aa
2 changed files with 11 additions and 3 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -2,8 +2,15 @@
|
|||
|
||||
## v2.9.0-beta (2022-01-25)
|
||||
|
||||
* Notification:
|
||||
* New: Added track disc number notification parameter.
|
||||
* Change: Default Telegram messages to MarkdownV2 when HTML is disabled. (#1635)
|
||||
* Exporter:
|
||||
* Fix: Images not being included in export zip file download.
|
||||
* UI:
|
||||
* Fix: Favicon missing from the newsletter authentication page.
|
||||
* Fix: IPv6 details not being shown in IP address modal. (#1629)
|
||||
* Fix: PWA not respecting device rotation settings. (#1633)
|
||||
* New: Added intermediary login page to the Plex XML shortcuts.
|
||||
* New: Added setting to mask usernames in logs (enabled by default).
|
||||
* New: Added location, secure connection, and Plex Relay details to IP address modal.
|
||||
|
@ -12,9 +19,10 @@
|
|||
* API:
|
||||
* New: Added get_tautulli_info API command.
|
||||
* New: Added location, secure, and relayed to get_history API response.
|
||||
* Change: Null pms_token and jwt_token in the response of the get_settings API command.
|
||||
* Change: Null pms_token and jwt_token in the response of the get_settings API command. (#1616)
|
||||
* Other:
|
||||
* Fix: Better validation of config when saving settings.
|
||||
* Fix: Correct section_id and prevent rating_key collisions when updating metadata. (#1640)
|
||||
* Change: Proxy Plex token check and Plex downloads json through the Tautulli server.
|
||||
* Change: Remove tokens from downloaded database and config files.
|
||||
* Change: Do not import pms_token or jwt_secret when importing a config file.
|
||||
|
|
|
@ -17,5 +17,5 @@
|
|||
|
||||
from __future__ import unicode_literals
|
||||
|
||||
PLEXPY_BRANCH = "beta"
|
||||
PLEXPY_RELEASE_VERSION = "v2.9.0-beta"
|
||||
PLEXPY_BRANCH = "master"
|
||||
PLEXPY_RELEASE_VERSION = "v2.9.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue