Update navidrome to v0.55.0 (#2323)

This commit is contained in:
Alexander L. 2025-03-13 01:36:24 +01:00 committed by GitHub
parent 53b6ce8f21
commit cdf4bf1018
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 5 deletions

View File

@ -6,7 +6,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: deluan/navidrome:0.54.5@sha256:2a4deb64be3d42f245947b4330988bb8b48b99271f6afdaf68384ed3c3de9d51
image: deluan/navidrome:0.55.0@sha256:2a1d37af7901d8dec5a7c7147600469f39b6e6137f857ead61124b3b709f0953
restart: on-failure
environment:
- PUID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: navidrome
category: media
name: Navidrome
version: "0.54.5"
version: "0.55.0"
tagline: Your personal streaming service
description: >-
Navidrome is an open source web-based music collection server and streamer.
@ -51,10 +51,24 @@ path: ""
permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
🚨 This release includes an important security fix. Please update ASAP.
🚨 This release includes important changes. Please update with caution.
New features and improvements:
- Support for multiple artists in albums and songs
- Added contributors and performers information
- Album versions support
- Improved multi-valued tags and custom tags
- Enhanced smart playlists
- Persistent IDs for tracks and albums
- Optimized file scanning with "watcher" mode
- Improved handling of missing files
⚠️ Breaking changes:
- Artist favourites and ratings will be lost after the upgrade
- Albums may change grouping due to new disambiguation logic
Security updates:
- Authentication bypass in Subsonic API with non-existent username
Full release notes can be found at https://github.com/navidrome/navidrome/releases
submitter: owmsoton