From e99a78bf63da65c904db5cfcc263797ce3fe95c9 Mon Sep 17 00:00:00 2001 From: Nathan Fretz Date: Tue, 13 Aug 2024 11:06:52 +1000 Subject: [PATCH] Update tautulli to v2.14.4 (#1340) --- tautulli/docker-compose.yml | 2 +- tautulli/umbrel-app.yml | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/tautulli/docker-compose.yml b/tautulli/docker-compose.yml index db126224..6ced1574 100644 --- a/tautulli/docker-compose.yml +++ b/tautulli/docker-compose.yml @@ -7,7 +7,7 @@ services: APP_PORT: 8181 web: - image: linuxserver/tautulli:2.14.3@sha256:05521bf5fbab6d9297fed5ae8525b4ff24dec3773bce40c0d0b831a8708a13e2 + image: linuxserver/tautulli:2.14.4@sha256:e5944d51583e14ff59f82154c966152910c60ed85f1acd8cae2566046b149af8 volumes: - ${APP_DATA_DIR}/data/config:/config restart: on-failure diff --git a/tautulli/umbrel-app.yml b/tautulli/umbrel-app.yml index eba60e18..e749f56a 100644 --- a/tautulli/umbrel-app.yml +++ b/tautulli/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1 id: tautulli category: media name: tautulli -version: "2.14.3" +version: "2.14.4" 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. @@ -28,14 +28,15 @@ path: "" defaultUsername: "" defaultPassword: "" torOnly: false -releaseNotes: | - Changes: +releaseNotes: >- + This update includes several improvements and fixes: + + + - Updated Slack notification info card + - Added ntfy notification agent + - Fixed macOS platform capitalization + - Removed deprecated getdefaultlocale - - Fixed issues with the history table not loading when clicking on the graphs in some instances. - - Fixed issues with the scheduled tasks table not loading when certain tasks are disabled. - - Removed unnecessary Remote Server checkbox from the settings page. - - Fixed webserver not restarting after the setup wizard. - - Workaround for webserver crashing in some instances. Full release notes and detailed information are available at https://github.com/Tautulli/Tautulli/releases submitter: Pranshu Agrawal