Update lidarr to v2.12.4.4658 (#2972)

This commit is contained in:
Alexander L. 2025-06-16 16:17:37 +02:00 committed by GitHub
parent e5b4a12d55
commit fbeda52280
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 10 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_WHITELIST: "/api/*"
server:
image: linuxserver/lidarr:2.11.2@sha256:d44312a0849e84970a5f13db183eda993861078e5b9d1fdec31a0daa53226a24
image: linuxserver/lidarr:2.12.4@sha256:71fe6d5702691c6ac8961b9b1042fdea1ff833a49c82c5e165346fa88999a48a
environment:
- PUID=1000
- PGID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: lidarr
category: media
name: Lidarr
version: "2.11.2.4629"
version: "2.12.4.4658"
tagline: Looks and smells like Sonarr but made for music
description: >-
Lidarr is a music collection manager for Usenet and BitTorrent users.
@ -35,14 +35,16 @@ defaultPassword: ""
torOnly: false
releaseNotes: >-
Key improvements in this release:
- Improved artist edit modal input sizes
- Prevented creation of empty tag labels
- Set UTF-8 encoding for external processes
- Skipped Spotify mapping tests in builds
- Updated translations and API documentation
- Updated ChromeDriver and internal dependencies
- Improved delete logging and Wiki URL handling
- Various UI, logging, and validation fixes from prior releases carried forward
- Real-time UI updates for provider changes
- Improved sorting of artists by genre in index table view
- Enhanced parsing of FLAC 24-bit audio formats
- Better handling of queue filtering by multiple qualities
- Improved messaging for grab errors due to tag mismatches
- Fixed issues with loading queue for deleted artists
- Enhanced natural sorting for tags and other UI lists
- Better support for qBittorrent v5.0 and Transmission 4.0 labels
- Improved webhook and notification features with artist tags and genres
- Various UI improvements and bug fixes
Full release notes are found at https://github.com/Lidarr/Lidarr/releases