Update overseerr to v1.35.0 (#4777)

This commit is contained in:
Alexander L. 2026-02-16 12:32:47 +01:00 committed by GitHub
parent a08d53db53
commit 731f168a74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 13 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/overseerr:1.34.0@sha256:314a170f02666f2509634321d36e674d3441f73421f838295ce71024c17aef60
image: linuxserver/overseerr:1.35.0@sha256:53a1b839ffa81f139e1552840772bff8a5d13f5c78a69cce22458b9a6cd0844d
environment:
- PUID=1000
- PGID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1
id: overseerr
category: media
name: Overseerr
version: "1.34.0"
version: "1.35.0"
tagline: Beautiful media discovery
description: >-
Overseerr is a request management and media discovery tool built to work with your existing Plex ecosystem.
@ -18,20 +18,19 @@ description: >-
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: >-
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
- Better handling for active webpush subscriptions and notification management
- Corrected edge cases with deletion not updating requests properly
- Fixed availability sync for currently available non-completed media
- Improved handling of partial seasons and specials
- Updated Plex Watchlist URL
- Fixed notification sending for wrong status scenarios
- Corrected series setting to partially available status
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
- Updated to Node 20 for improved performance and security
- Prepared migration path for future Seerr transition
- Enhanced PWA app badge functionality
Full release notes can be found at https://github.com/sct/overseerr/releases