Update sonarr to v4.0.9.2244 (#1422)

This commit is contained in:
Nathan Fretz 2024-09-03 11:23:23 +10:00 committed by GitHub
parent 84b5dee42a
commit 6fd6bd5ce3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 7 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*" PROXY_AUTH_WHITELIST: "/api/*"
server: server:
image: linuxserver/sonarr:4.0.8@sha256:fbee5770f688e4f89dd073534feda11251bfde0e0a4e6ac74dd8c33bb856b505 image: linuxserver/sonarr:4.0.9@sha256:879f5f35b05566f71296bad0f3704709103568a6b4f42f5959543f5322728723
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: sonarr id: sonarr
category: media category: media
name: Sonarr name: Sonarr
version: "4.0.8" version: "4.0.9.2244"
tagline: Smart PVR for newsgroup and bittorrent users tagline: Smart PVR for newsgroup and bittorrent users
description: >- description: >-
Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available. Sonarr is a PVR for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
@ -28,13 +28,19 @@ gallery:
- 3.jpg - 3.jpg
path: "" path: ""
releaseNotes: >- releaseNotes: >-
This update includes several bug fixes and improvements: This update includes several improvements and bug fixes:
- Rename 'On Upgrade' to 'On File Upgrade'.
- Fixed issues with the import queue not processing after incomplete import. - Added new rating votes tooltip and series filter
- Updated translations. - Improved parsing for various anime formats
- Added option to show tags on series Poster and Overview
- Implemented natural sorting for lists of items in the UI
- Fixed issues with moving files on import for usenet clients
- Improved performance for filtering in Select Series Modal
- Added support for releases with absolute episode number and air date
- Enhanced parsing for Spanish multi-episode releases
Full release notes for Sonarr can be found at https://github.com/Sonarr/Sonarr/releases. Full release notes for Sonarr can be found at https://github.com/Sonarr/Sonarr/releases
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
torOnly: false torOnly: false