Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update navidrome to version v0.53.2 #1520

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion navidrome/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 8 additions & 9 deletions navidrome/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down