Update overseerr to v1.34.0 (#2423)

This commit is contained in:
Alexander L. 2025-03-27 01:09:04 +01:00 committed by GitHub
parent ac3d48c8e0
commit c919fb3da5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 6 deletions

View File

@ -8,10 +8,10 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/overseerr:1.33.2@sha256:711c465b65d36a01580f995043a240eedaac0aa31321a8d95fa8f29f0ff8299d
image: linuxserver/overseerr:1.34.0@sha256:314a170f02666f2509634321d36e674d3441f73421f838295ce71024c17aef60
environment:
- PUID=1000
- PGID=1000
volumes:
- ${APP_DATA_DIR}/data/config:/config
restart: on-failure
restart: on-failure

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: overseerr
category: media
name: Overseerr
version: "1.33.2"
version: "1.34.0"
tagline: Beautiful media discovery
description: >-
Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.
@ -17,8 +17,21 @@ description: >-
During initial set-up, you will need to input your Umbrel device's IP address to connect to Plex (and optional services such as Radarr and Sonarr).
You can find your device's IP address by visiting your router's admin dashboard or by using an IP scanning tool like Angry IP Scanner.
releaseNotes: >-
Overseerr will now synchronize the media availability state with your Plex and Radarr/Sonnar instances.
This means if you delete items from your Plex and Radarr/Sonarr, Overseerr will now update the media status to reflect the change so it can be requested again.
This release includes several bug fixes and improvements:
- Improved web push notification management
- Added support for requesting "Specials" for TV Shows
- Enhanced count badge styling in the sidebar and mobile menu
- Updated Plex logo in the UI
- Added tooltips to display exact time on date hover
- Improved handling of API language query parameters
New features:
- Added Korean language support
- Introduced Pushover sound options for notifications
- Added IMDB ratings proxy for Radarr
- Implemented a requests/issues menu count
- Added option to select default series type for anime
Full release notes can be found at https://github.com/sct/overseerr/releases
@ -37,4 +50,4 @@ defaultUsername: ""
defaultPassword: ""
torOnly: false
submitter: Umbrel
submission: https://github.com/getumbrel/umbrel-apps/pull/607
submission: https://github.com/getumbrel/umbrel-apps/pull/607