Skip to content

Commit

Permalink
Update tautulli to v2.14.4 (#1340)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz authored Aug 13, 2024
1 parent 03f2c5b commit e99a78b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tautulli/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 9 additions & 8 deletions tautulli/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit e99a78b

Please sign in to comment.