diff --git a/lidarr/docker-compose.yml b/lidarr/docker-compose.yml index 6510b3f59e..63daeec826 100644 --- a/lidarr/docker-compose.yml +++ b/lidarr/docker-compose.yml @@ -8,7 +8,7 @@ services: PROXY_AUTH_WHITELIST: "/api/*" server: - image: linuxserver/lidarr:2.3.3@sha256:32ddd032d57d7e996052b0fe68c651e88f87909eaab26935dc0160ea468a936e + image: linuxserver/lidarr:2.4.3@sha256:3c093803236a9f694f805392a5d6461b550f70b3f9cf4be0bc73b3428e3dbe90 environment: - PUID=1000 - PGID=1000 diff --git a/lidarr/umbrel-app.yml b/lidarr/umbrel-app.yml index 0db2fe17f7..fd7f8a5739 100644 --- a/lidarr/umbrel-app.yml +++ b/lidarr/umbrel-app.yml @@ -2,7 +2,7 @@ manifestVersion: 1.1 id: lidarr category: media name: Lidarr -version: "2.3.3" +version: "2.4.3" tagline: Looks and smells like Sonarr but made for music description: >- Lidarr is a music collection manager for Usenet and BitTorrent users. @@ -34,15 +34,14 @@ defaultUsername: "" defaultPassword: "" torOnly: false releaseNotes: >- - Lidarr on umbrelOS now offers automatic configuration for qBittorrent and SABnzbd! If you currently have qBittorrent or SABnzbd installed, please update to the latest versions to take advantage of this feature. + This update includes several bug fixes and improvements: + - Fixed issues with throttled providers and restart exceptions. + - Improved compatibility with case insensitive filesystems and fixed various provider-related errors. + - Added support for additional languages and improved logging for subtitle scoring. + - Fixed issues with embedded subtitles and improved UI and error handling. - - Simply install your preferred download client from the Umbrel App Store, and Lidarr will handle the rest. No manual configuration required! - - - Already configured? If you have previously set up Lidarr with qBittorrent or SABnzbd, this update will not affect your existing settings. - - - Full release notes for Lidarr are available at https://github.com/Lidarr/Lidarr/releases + Full release notes are found at https://github.com/Lidarr/Lidarr/releases. permissions: - STORAGE_DOWNLOADS submitter: Umbrel