chore(deps): update docker.io/deluan/navidrome docker tag to v0.61.2#231
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update docker.io/deluan/navidrome docker tag to v0.61.2#231renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
630e6dc to
03caeb2
Compare
03caeb2 to
6dd5519
Compare
6dd5519 to
38fd6a3
Compare
38fd6a3 to
fe665ce
Compare
fe665ce to
0c16791
Compare
0c16791 to
1c03d5c
Compare
a51a71d to
1c03d5c
Compare
1c03d5c to
98383f0
Compare
98383f0 to
49ad9cd
Compare
67648b2 to
1625530
Compare
1625530 to
99fcfef
Compare
99fcfef to
3df1004
Compare
3df1004 to
d9951ba
Compare
d9951ba to
b8bd8c0
Compare
b8bd8c0 to
44c9b93
Compare
44c9b93 to
c6c6b03
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.54.5→0.61.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
navidrome/navidrome (docker.io/deluan/navidrome)
v0.61.2Compare Source
Another round of bugfixes. Transcoding now properly clamps target channels to codec limits, WAV files play directly in browsers without unnecessary transcoding, and the scanner picks up
ORIGYEARtags for VorbisComment and MP4 formats. Cover art handling got a few fixes too, including configurable max upload size. Plugin developers now get the file path in TrackInfo for Scrobbler and Lyrics plugins.Configuration Changes
MaxImageUploadSize10MBFor a complete list of all configuration options, see the Configuration Options documentation.
UI
Scanner
Subsonic API
createdfield on AlbumID3 responses. (#5340 by @deluan)Artwork
Transcoding
Plugins
Server
Database
New Contributors
Full Changelog: navidrome/navidrome@v0.61.1...v0.61.2
Helping out
This release is only possible thanks to the support of some awesome people!
Want to be one of them?
You can sponsor, pay me a Ko-fi, or contribute with code.
Where to go next?
v0.61.1Compare Source
This patch release addresses a WebP performance regression on low-power hardware introduced in v0.61.0, adds a new
EnableWebPEncodingconfig option and a configurable UI cover art size, and includes several Subsonic API and translation fixes.Configuration Changes
EnableWebPEncodingfalse(default), Navidrome uses JPEG/PNG (preserving the original source format), avoiding the WebP WASM encoder overhead that caused slow image processing on low-power hardware in v0.61.0. Set totrueto re-enable WebP output. Replaces the internalDevJpegCoverArtflag. (#5286)falseUICoverArtSize300DevArtworkMaxRequestsmax(4, NumCPU)tomax(2, NumCPU/2)to reduce load on low-power hardware. (#5286). (Note: this is an internal configuration and can be removed in future releases)max(2, NumCPU/2)DevJpegCoverArtEnableWebPEncodingoption. (#5286)For a complete list of all configuration options, see the Configuration Options documentation.
Server
MPVPath,ArtistImageFolder, andPlugins.LogLevelso they can be overridden via environment variables and config files. (220019a9f by @deluan)go-sqlite3to v1.14.38 andgo-tomlto v2.3.0. (6109bf519 by @deluan)Artwork
Smart Playlists
sampleRate,codec, andmissingfields for smart playlist criteria. (80c1e6025 by @deluan)Subsonic API
getInternetRadioStations. (c60637de2 by @deluan)Translations
Full Changelog: navidrome/navidrome@v0.61.0...v0.61.1
Helping out
This release is only possible thanks to the support of some awesome people!
Want to be one of them?
You can sponsor, pay me a Ko-fi, or contribute with code.
Where to go next?
v0.61.0Compare Source
This version brings a comprehensive Artwork overhaul, with per-disc cover art, artist image uploads, animated image preservation, and a faster image pipeline powered by WebP encoding. You can now upload custom artwork for playlists, artists, and internet radios directly from the UI, and multi-disc albums will automatically pick up disc-specific cover images.
Search has been completely rebuilt on top of SQLite FTS5 with two-phase BM25 ranking, delivering faster and more accurate results across your entire library.
Transcoding is now fully server-managed: Navidrome detects client codecs, applies format-aware bitrate defaults, and implements the OpenSubsonic Transcoding extension, so clients no longer need to guess what format to request.
The Plugin System continues to mature with new host services for HTTP requests, persistent task queues, lyrics providers, and key-value storage with TTL support, giving plugin developers more tools to build powerful integrations.
Security
golang.org/x/imageto v0.38.0 to address CVE-2026-33809. (#5268)Spotify.IDandSpotify.Secretconfiguration options are no longer supported. Use the Last.fm or Deezer agents, or a plugin for similar functionality, like the new Apple Music Plugin. (#5197 by @deluan)Configuration Changes
EnableArtworkUploadtrueEnableM3UExternalAlbumArt#EXTALBUMARTURLdirectives in M3U playlists. (#5131)falseDiscArtPrioritydisc*.*, cd*.*, cover.*, folder.*, front.*, discsubtitle, embeddedArtistImageFolderSearch.Backendftsfor FTS5 full-text search). (#5079)ftsExtAuth.LogoutURL""Subsonic.AppendAlbumVersiontrueUISearchDebounceMsCoverJpegQuality→CoverArtQuality75SearchFullStringSearch.FullStringinstead. (#5079)Spotify.ID,Spotify.SecretFor a complete list of all configuration options, see the Configuration Options documentation.
Artwork
DiscArtPriority. (#5182 by @deluan)UI
pathfield as optional column in library list for desktop view. (4e34d3ac1 by @deluan)DefaultTheme="Auto"from config. (#5190 by @trek-e)Search
search3endpoint. (#5086 by @deluan)Transcoding
Subsonic API
transcodingextension. (#4990 by @deluan)publicattribute for playlists in XML responses. (0c3cc8653 by @deluan)Scanner
Playlists / Smart Playlists
#EXTALBUMARTURLdirective and sidecar images for playlist cover art. (#5131 by @deluan)averageRatingas a smart playlist field. (#5092 by @Lokke)Server
ND_-prefixed environment variable names in config files. (#5258 by @deluan)~syntax support for schedule expressions. (#5233 by @deluan)created_atwhen moving songs between libraries. (#5055 by @deluan)http.TimeFormatfor Last-Modified header. (#5219 by @SimonTeixidor)Plugins
[]bytefor binary support. (6fd044fb0 by @deluan)Translations
New Contributors
Full Changelog: navidrome/navidrome@v0.60.3...v0.61.0
Helping out
This release is only possible thanks to the support of some awesome people!
Want to be one of them?
You can sponsor, pay me a Ko-fi, or contribute with code.
Where to go next?
v0.60.3Compare Source
Changelog
New Features
34c6f12: feat(server): add explicit status support in smart playlists (#5031) (@kgarner7)Bug fixes
408aa78: fix(scanner): log warning when metadata extraction fails (@deluan)ed79a88: fix(scanner): pass filename hint to gotaglib's OpenStream for format detection (#5012) (@deluan)fd09ca1: fix(scanner): resolve data race on conf.Server access in getScanner (@deluan)0a47228: fix(subsonic): validate JSONP callback parameter (@deluan)eb9ebc3: fix(ui): add missing keys in Danish translation (#5011) (@denisarissa)62f9c3a: fix: linux service should restart when upgrading (#5001) (@mintsoft)e05a7e2: fix: prevent data race on conf.Server during cleanup in e2e tests (@deluan)bee0305: fix: split reflex -R flags to preserve directory exclusion optimization (@deluan)Other work
302d99a: chore(deps): update dependencies in go.mod and go.sum (@deluan)c80ef8a: chore: ignore _test.go files in reflex conf (@deluan)8319905: test(subsonic): add comprehensive e2e test suite for Subsonic API (#5003) (@deluan)Full Changelog: navidrome/navidrome@v0.60.2...v0.60.3
Helping out
This release is only possible thanks to the support of some awesome people!
Want to be one of them?
You can sponsor, pay me a Ko-fi, or contribute with code.
Where to go next?
v0.60.2Compare Source
This release expands ListenBrainz integration with artist URLs and top/similar songs, adds OpenSubsonic readonly and validUntil properties for playlists, and includes several bug fixes for the UI, scanner, and plugin system.
Added
Backend Features:
API Features:
readonlyandvalidUntilproperties to playlists. (#4993 by @kgarner7)Plugin Features:
CallRawmethod to SubsonicAPI host function with support for binary responses. (#4982 by @deluan)Fixed
UI:
Scanner:
Server:
Full Changelog: navidrome/navidrome@v0.60.0...v0.60.2
Helping out
This release is only possible thanks to the support of some awesome people!
Want to be one of them?
You can sponsor, pay me a Ko-fi, or contribute with code.
Where to go next?
v0.60.0Compare Source
Plugins
This release introduces a major rewrite of the experimental Plugin System, now with multi-language PDK support, enabling developers to extend Navidrome's functionality using WebAssembly-based plugins written in Go, Rust, Python or JavaScript. Plugins run in a secure sandbox and can provide additional metadata sources, custom integrations, and server-side enhancements. Users can now easily configure plugins directly from the UI through a new JSONForms-based configuration interface.
A couple of working plugins are already available:
For more plugins, keep an eye on the tag navidrome-plugins in GitHub.
More details and instructions on how to use and manage plugins can be found in our documentation.
New documentation will soon be added with details on how to create new plugins.
Metadata Extraction
Additionally, this version includes a pure-Go metadata extractor built on top of the new
go-tagliblibrary. This is a significant step toward removing the C++ TagLib dependency, which will simplify cross-platform builds and packaging in future releases. The new extractor is activated by default, but in case of any issues you can revert to the previous implementation by settingScanner.Extractor="legacy-taglib"configuration option.Instant Mix
The Instant Mix feature generates a playlist of similar songs based on a selected track. By default, it retrieves similar songs from Last.fm (if configured with an API key) or falls back to Deezer. It can also be configured to use external plugins, like AudioMuse-AI for sonic analysis-based similarity recommendations.
New and Changed Configuration Options
Plugin System Options
Plugins.EnabledtruePlugins.Folder""$DataFolder/PluginsPlugins.CacheSize"200MB"Plugins.AutoReloadfalsePlugins.LogLevel""Subsonic API Options
Subsonic.MinimalClients""Subsonic.EnableAverageRatingtrueMetadata & Matching Options
SimilarSongsMatchThreshold85LastFM.Language"en""de,fr,en") for metadata fallbackDeezer.Language"en"Renamed Options (Deprecation Notice)
The following options have been renamed. The old names still work but will be removed in a future release:
HTTPSecurityHeaders.CustomFrameOptionsValueHTTPHeaders.FrameOptionsSecurity
Added
Plugins:
Server:
go-taglib) as alternative to FFmpeg-based extraction. (#4902 by @deluan)Subsonic.MinimalClientsconfiguration option for improved compatibility with minimal Subsonic clients. Default list is"SubMusic"(#4850 by @typhoon2099)UI Features:
Subsonic API:
avgRatingfield from Subsonic spec. (#4900 by @terry90)Insights:
Changed
HTTPSecurityHeaders.CustomFrameOptionsValuetoHTTPHeaders.FrameOptions. (7ccf44b by @deluan)Fixed
Playlists:
UI:
Scanner:
FullScanInProgressnot reflecting current scan request during interrupted scans. (8c80be5 by @deluan)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.