From f8ffa9b7e974221433d04d0e376e0f1a346c9162 Mon Sep 17 00:00:00 2001 From: Parth Jadhav Date: Tue, 17 Oct 2023 10:05:20 +0530 Subject: [PATCH] Update Radarr to 5.0.3 (#804) Co-authored-by: nmfretz --- radarr/docker-compose.yml | 2 +- radarr/umbrel-app.yml | 33 +++++++++++++++++++++++++++++++-- 2 files changed, 32 insertions(+), 3 deletions(-) diff --git a/radarr/docker-compose.yml b/radarr/docker-compose.yml index 1c4bd03..89f9bb6 100644 --- a/radarr/docker-compose.yml +++ b/radarr/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: linuxserver/radarr:version-4.1.0.6175@sha256:b30a063d5aeaf4b354f6cc28979ba5acbfdc24bd450b53fad4c4d4c17882a631 + image: linuxserver/radarr:version-5.0.3.8127@sha256:7e1afaeaf791f13882a9f1d662096ff5aea2b5584911a788e2273f32b6bbf009 environment: - PUID=1000 - PGID=1000 diff --git a/radarr/umbrel-app.yml b/radarr/umbrel-app.yml index 7df8a45..af9ebc7 100644 --- a/radarr/umbrel-app.yml +++ b/radarr/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: radarr category: media name: Radarr -version: "4.1.0.6175" +version: "5.0.3.8127" 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. @@ -18,10 +18,39 @@ gallery: - 2.jpg - 3.jpg path: "" +releaseNotes: >- + This update of Radarr from 4.1.0.6175 to v5.0.3.8127 includes various bug fixes, improvements, and new features, including the following highlights. + + + Fixed: + + - localization test + - Sorting by movie title in Blocklist and History [ #9234 ] + - a potential issue when extra files for multiple movies have the same relative path [ #7222 ] + - Misaligned table border [ #8176 ] + - (PassThePopcorn) Disable grouping + - Completed downloads in Qbit missing import path [ #9221 ] + - qBittorent history retention to allow at least 14 days seeding + - Only apply remote path mappings for completed items in Qbit + + New: + + - Revert cover mapping for collections, optimize translation mapping + - Log Notifiarr errors as warnings + - Prevent NullRef for cases when media covers have nullable urls + - Multiple Translations updated by Weblate + - Validate that naming formats don't contain illegal characters [ #5382 ] + - Calendar month view will scroll to today on load and press [ #8501 ] + - Add runtime param to ServerSideNotificationService + - Multiple Translations updated by Weblate + + To view the full release notes visit: https://github.com/Radarr/Radarr/releases + + defaultUsername: "" defaultPassword: "" torOnly: false permissions: - STORAGE_DOWNLOADS submitter: Umbrel -submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319 \ No newline at end of file +submission: https://github.com/getumbrel/umbrel-apps/commit/60878f278d544b204d8e7c96240c797f43a9b319