Browse Source

Update tautulli to v2.14.6 (#1638)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
80a91365a5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tautulli/docker-compose.yml
  2. 8
      tautulli/umbrel-app.yml

2
tautulli/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 8181
web:
image: linuxserver/tautulli:2.14.5@sha256:e05f7ee8cf9b1371d1a5541e3621eb2b2168bc04877aeca1241750f35ebef927
image: linuxserver/tautulli:2.14.6@sha256:ac17e75ae0092a5f6dbd19e372c23239896958a6f2764bfc8b65b1f777359302
volumes:
- ${APP_DATA_DIR}/data/config:/config
restart: on-failure

8
tautulli/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: tautulli
category: media
name: tautulli
version: "2.14.5"
version: "2.14.6"
tagline: Monitor your Plex Media Server
description: >-
Tautulli is a 3rd party application that you can run alongside your Plex Media Server to monitor activity and track various statistics.
@ -32,9 +32,9 @@ releaseNotes: >-
This update includes several improvements and fixes:
- Fixed display of 2k resolution on activity card
- Improved ntfy notifications handling for special characters
- Resolved a memory leak issue with database closing
- Improved newsletter functionality with support for formatting date parameters and compatible cron expressions
- Fixed issues with the UI, including runtime rounding and touch scrolling for recently added/watched rows
- Resolved an issue with the auto-updater not running
Full release notes and detailed information are available at https://github.com/Tautulli/Tautulli/releases

Loading…
Cancel
Save