Update navidrome to version v0.55.2 (#2515)

This commit is contained in:
Alexander L. 2025-04-07 15:07:04 +02:00 committed by GitHub
parent 4ba55ef601
commit 52343b9c35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 7 deletions

View File

@ -6,7 +6,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: deluan/navidrome:0.55.1@sha256:f78fa7095d72a3b6a556b300515ba4386d3c2b4ecdeb6cc9522e422d543c04a4
image: deluan/navidrome:0.55.2@sha256:3a66e262b7ea836faa06c08ad5b32076c49e9e63e2fa4de10080c8e9be9f0846
restart: on-failure
environment:
- PUID=1000

View File

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: navidrome
category: media
name: Navidrome
version: "0.55.1"
version: "0.55.2"
tagline: Your personal streaming service
description: >-
Navidrome is an open source web-based music collection server and streamer.
@ -54,17 +54,23 @@ releaseNotes: >-
🚨 If you haven't yet updated to at least 0.55.0, please note the breaking changes below.
New features and bug fixes:
- Allow disabling tags with `Tags.<tag>.Ignore=true`
- Add Role filters to albums
New features and bug-fixes:
- Automatically load navidrome.toml file from /data if available
- Add Greek and Norwegian translations
- Add mood column to Album and Song list views
- Hide absolute paths from regular users
- Show bitDepth in song info dialog
- Improve embedded artwork extraction
- Fix issues with scanner and watcher
- Resolve database migration problems
- Correct various UI and API issues
- Update various translations
- Correct UI and API issues
⚠️ Breaking changes from 0.55.0:
- Artist favourites and ratings will be lost after the upgrade
- Albums may change grouping due to new disambiguation logic
Full release notes can be found at https://github.com/navidrome/navidrome/releases
submitter: owmsoton
submission: https://github.com/getumbrel/umbrel-apps/pull/1232