diff --git a/radarr/docker-compose.yml b/radarr/docker-compose.yml index 1b9f20b1..2b30527c 100644 --- a/radarr/docker-compose.yml +++ b/radarr/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: linuxserver/radarr:6.0.4@sha256:06ac318ecb95a34c7b229568dcb4271f02cb5007bb189a0dd67a2032864187ca + image: linuxserver/radarr:6.1.1@sha256:581f159c2b67436863cb4da30e158ef6f6b8878472abbba79ee5d5f7e6b7d28d environment: - PUID=1000 - PGID=1000 diff --git a/radarr/umbrel-app.yml b/radarr/umbrel-app.yml index fae3e698..cf4581f1 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: "6.0.4.10291" +version: "6.1.1.10360" 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. @@ -29,9 +29,12 @@ gallery: path: "" releaseNotes: >- This update includes various improvements and bug fixes: - - Added support for private IPv6 networks - - Configured known networks to use standard private IP ranges at startup - - Fixed an issue with qBittorrent /login API success checks + - Fixed parsing of URLs on some systems due to locale differences + - Improved HTTP file mapping + - Added support for parsing new release group format + - Fixed collection API errors when using certain movie collection names + - Added TTL setting for Pushover notifications + - Updated translations for multiple languages Full release notes for Radarr are available at https://github.com/Radarr/Radarr/releases