Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update radarr to version v5.10.4.9218 #1521

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion radarr/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"

server:
image: linuxserver/radarr:5.9.1@sha256:b034531ff81d3e5e1f9fd70c969746040b40e6484c88981ea5d0dee732c10bc3
image: linuxserver/radarr:5.10.4@sha256:df843d96b812d858b94377ffed1918424ece6735038a19e8ff93730277757b65
environment:
- PUID=1000
- PGID=1000
Expand Down
13 changes: 7 additions & 6 deletions radarr/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ manifestVersion: 1.1
id: radarr
category: media
name: Radarr
version: "5.9.1.9070"
version: "5.10.4.9218"
tagline: Your movie collection manager
description: >-
Radarr is a movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them. It can also be configured to automatically upgrade the quality of existing files in the library when a better quality format becomes available. Note that only one type of a given movie is supported. If you want both an 4k version and 1080p version of a given movie you will need multiple instances.
Expand Down Expand Up @@ -30,11 +30,12 @@ path: ""
releaseNotes: >-
This update includes various improvements and bug fixes:

- Updated translations for multiple languages
- Added new sorting options and tag displays
- Fixed issues related to file paths and quality profiles
- Improved log messages and corrected typos
- Added ability to configure log file size limit in UI
- Added new sorting options for paginated resources
- Improved handling of custom formats and quality profiles
- Enhanced functionality for Plex Watchlist integration
- Added support for additional subtitle file types
- Improved movie search results and release date handling
- Added new language options for Custom Formats


Full release notes for Radarr are available at https://github.com/Radarr/Radarr/releases
Expand Down