Browse Source

Update sonarr to v4.0.10.2544 (#1706)

main
Nathan Fretz 2 months ago
committed by GitHub
parent
commit
d045960e11
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      sonarr/docker-compose.yml
  2. 18
      sonarr/umbrel-app.yml

2
sonarr/docker-compose.yml

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

18
sonarr/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: sonarr
category: media
name: Sonarr
version: "4.0.9.2244"
version: "4.0.10.2544"
tagline: Smart PVR for newsgroup and bittorrent users
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.
@ -30,14 +30,14 @@ path: ""
releaseNotes: >-
This update includes several improvements and bug fixes:
- Added new rating votes tooltip and series filter
- 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
- Added new rating sorting and filtering options
- Added support for Bluray 576p quality
- Improved handling of file imports and upgrades
- Enhanced parsing for various release formats
- Added ability to bulk manage custom formats
- Improved handling of SSL certificates and authentication
- Added support for more Plex Watchlist items
- Fixed various issues with interactive searches and notifications
Full release notes for Sonarr can be found at https://github.com/Sonarr/Sonarr/releases

Loading…
Cancel
Save