Update navidrome to v0.61.0 (#5280)

This commit is contained in:
Alexander L. 2026-04-03 13:24:34 +02:00 committed by GitHub
parent bbf017dd7d
commit 6e53aff8a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 9 deletions

View File

@ -6,7 +6,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: deluan/navidrome:0.60.3@sha256:a5dce8f33304714dd138e870cca0dcab3d937ca236be1a9f2b97da009d1a0048
image: deluan/navidrome:0.61.0@sha256:b14a6acb5cd5ee73f3a13d63d8d68ede82dedb796aa522fbada94769d990cf0b
restart: on-failure
environment:
- PUID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: navidrome
category: media
name: Navidrome
version: "0.60.3"
version: "0.61.0"
tagline: Your personal streaming service
description: >-
Navidrome is an open source web-based music collection server and streamer.
@ -51,16 +51,22 @@ path: ""
permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
This update adds explicit status support in smart playlists and includes several bug fixes for the scanner, API, and UI.
⚠️ Breaking change: The built-in Spotify integration has been removed. The Spotify.ID and Spotify.Secret configuration options are no longer supported. Use the Last.fm or Deezer agents instead.
This is a major update featuring a comprehensive artwork overhaul, a rebuilt search engine, and server-managed transcoding.
Key improvements include:
- Added explicit status support in smart playlists
- Fixed metadata extraction warnings in scanner
- Improved format detection by passing filename hints
- Fixed JSONP callback parameter validation
- Added missing keys in Danish translation
- Fixed service restart behavior when upgrading
- Per-disc cover art support and custom artwork uploads for playlists, artists, and internet radio stations
- Animated image artwork (GIF, APNG, animated WebP) is now preserved during resize
- Faster and more accurate search powered by SQLite FTS5 with BM25 ranking
- Server-managed transcoding with automatic client codec detection and format-aware bitrate defaults
- MKA/Matroska audio file support added to the scanner
- New Dracula and Nutball UI themes
- Percentage-based limits and album/artist fields added to smart playlists
- Plugin system expanded with HTTP requests, persistent task queues, lyrics providers, and key-value storage
- Slovak language translation added
- Security fix: ownership checks added to share delete and update operations
Full release notes are found at https://github.com/navidrome/navidrome/releases