Browse Source

Update navidrome to v0.53.2 (#1520)

main
Nathan Fretz 3 months ago
committed by GitHub
parent
commit
ef4b626ea5
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      navidrome/docker-compose.yml
  2. 17
      navidrome/umbrel-app.yml

2
navidrome/docker-compose.yml

@ -6,7 +6,7 @@ services:
PROXY_AUTH_ADD: "false"
server:
image: deluan/navidrome:0.53.1@sha256:40e53100217d57ec04199fbdd4ca3176aa4e556a73e63862dae4d5bc4763ccca
image: deluan/navidrome:0.53.2@sha256:5e0c2ada777241a735483b79e9699edafa9dd26469cb1c4e8d4dbf4da9bc5820
restart: on-failure
environment:
- PUID=1000

17
navidrome/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1.1
id: navidrome
category: media
name: Navidrome
version: "0.53.1"
version: "0.53.2"
tagline: Your personal streaming service
description: >-
Navidrome is an open source web-based music collection server and streamer.
@ -51,14 +51,13 @@ path: ""
permissions:
- STORAGE_DOWNLOADS
releaseNotes: >-
Highlights:
- Added new “Nuclear” theme and Hungarian and Basque translations.
- Improved playlist features with auto-import toggle and better smart playlist handling.
- Fixed album sorting, cover art display, Last.FM links, and context menu issues.
- Enhanced performance with optimized database access, reduced memory leaks, and smarter playlist updates.
- Increased security with better SQL sanitization and SHA256 for Gravatar URLs.
- Added support for new tag formats, upgraded to TagLib 2.0.2, and improved Subsonic API compatibility.
- Introduced new configuration options and skipped unnecessary folders during scans.
This release includes several improvements and bug fixes:
- Added Serbian translation and updated German and Korean translations
- Improved M3U playlist import times
- Fixed issues with play queue, random albums, and album sorting
- Enhanced UI with updates to the Nuclear theme and album list randomization
- Improved Subsonic API compatibility
Full release notes can be found at https://github.com/navidrome/navidrome/releases

Loading…
Cancel
Save