feat(container): update image ghcr.io/navidrome/navidrome ( 0.61.2 → 0.63.2 ) - #1790
Open
chaplain-grimaldus[bot] wants to merge 1 commit into
Open
feat(container): update image ghcr.io/navidrome/navidrome ( 0.61.2 → 0.63.2 )#1790chaplain-grimaldus[bot] wants to merge 1 commit into
chaplain-grimaldus[bot] wants to merge 1 commit into
Conversation
chaplain-grimaldus
Bot
force-pushed
the
renovate/ghcr.io-navidrome-navidrome-0.x
branch
from
July 8, 2026 15:09
ba9de36 to
5d32b19
Compare
chaplain-grimaldus
Bot
force-pushed
the
renovate/ghcr.io-navidrome-navidrome-0.x
branch
from
July 9, 2026 13:43
5d32b19 to
57fb25a
Compare
chaplain-grimaldus
Bot
force-pushed
the
renovate/ghcr.io-navidrome-navidrome-0.x
branch
from
July 11, 2026 14:18
57fb25a to
e0be703
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.61.2→0.63.2Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
navidrome/navidrome (ghcr.io/navidrome/navidrome)
v0.63.2Compare Source
Changelog
Bug fixes
205c85d: fix(plugins): surface host service failures when loading plugins (#5756) (@deluan)7fa1376: fix(scanner): resolve file symlinks with the production local storage FS (#5755) (@deluan)e91687e: fix(smartplaylist): reject NSP mixing top-level 'any' and 'all' (#5759) (@deluan)Build process updates
be10f89: ci: don't skip release jobs after the DB migration check on tag pushes (#5760) (@deluan)4381366: ci: validate DB migration order on pull requests (#5750) (@deluan)Other work
116a440: test(scanner): fix flaky Windows search_normalized rescan test (#5758) (@deluan)Full Changelog: navidrome/navidrome@v0.63.1...v0.63.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.63.1Compare Source
Changelog
Bug fixes
052f10f: fix(build): prevent 32-bit startup crash (segfault/SIGILL) in downloads binaries (#5739) (@deluan)f48943c: fix(plugins): discard buffered scrobbles when a plugin is removed (#5737) (@deluan)4652b46: fix(plugins): populate username for buffered plugin scrobbles (#5736) (@deluan)42d4363: fix(service): rewrite systemd service template for kardianos/service v1.3.0 (#5743) (@deluan)Full Changelog: navidrome/navidrome@v0.63.0...v0.63.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.63.0Compare Source
Navidrome 0.63 brings a long-awaited upgrade to lyrics: full support for synced sidecar lyrics in multiple formats (TTML, ELRC, SRT, YAML and LRC), including word-by-word karaoke timing and multi-voice (agent) layers, exposed to clients through the new OpenSubsonic v2 lyrics extensions. A huge shoutout to @ranokay, who not only contributed the code for these lyrics enhancements, but also helped shape the OpenSubsonic extension specification behind them. Search also gets noticeably smarter: exact matches now rank above prefix matches (searching for "MØ" brings MØ to the top instead of burying it), and artists with short or non-ASCII names that were previously unfindable now show up correctly.
The other big theme of this release is performance for large libraries and offline-first clients. Full-library synchronization via
search3(the way clients like Symfonium mirror the whole library) is now flat at every offset instead of degrading with depth, roughly 30-50x faster at deep offsets and about 20x faster for a complete sync on a ~1M-track library, and a related pagination-integrity fix eliminates the duplicate and short pages that could corrupt those syncs. Alongside it,getRandomSongsis about 13x faster on the same library size, and a batch of database improvements (annotation-index-friendly smart playlist filters, leaner list-count queries, and new composite indexes for album/artist song sorts) makes everyday operations anywhere from ~9x to ~160x faster. Finally, a heads-up on a behavior change: sharing is now enabled by default, and can be turned off withEnableSharing=false.Security
Configuration Changes
Scanner.ArtistSplitExceptions[](empty)Scanner.IgnoreDotFoldersfalseto index dot-prefixed folders. (#5568)trueEnableSharingfalseto restore the previous behavior. (#5714)trueLyricsPriority.ttml,.yaml,.yml,.elrc,.lrc,.srt,.txt,embeddedFor a complete list of all configuration options, see the Configuration Options documentation.
Lyrics
Search
UI
DefaultLanguagenot being applied on app startup. (#4000 by @deluan)Scanner
Scanner.ArtistSplitExceptionsto protect artist names from being split by tag separators. (#5701 by @deluan)Scanner.IgnoreDotFoldersto allow indexing dot-prefixed folders. (#5568 by @deluan)Subsonic API
getRandomSongson large libraries with two-phase random selection, about 13x faster on a 1M-track library. (#5618 by @deluan)search3pagination at deep offsets, roughly 5-8x faster on a 300K-artist library. (#5620 by @deluan)search3empty-query (browse-all) pagination: response times are now flat at any offset, 30-50x faster at deep offsets, making a full ~1M-track library sync about 20x faster overall. (#5601 by @deluan)RecentlyAddedByModTimesetting. (#5678 by @deluan)Smart Playlists
isMissing/isPresentoperators to BPM, bit depth and many text fields. (#5603 by @deluan)isMissing/isPresentoperators on ReplayGain fields. (#5585 by @deluan)Recommendations
Plugins
navidrome pluginCLI for managing and inspecting plugins. (#5682 by @deluan)Artwork
Transcoding
MaxBitRateon all stream paths. (#5611 by @deluan)Server
log.Logcalls not honoringDevLogLevels. (#5700 by @kgarner7)Database
PRAGMA optimizeerrors non-fatal at startup. (bd3192be0 by @deluan)Translations
New Contributors
Full Changelog: navidrome/navidrome@v0.62.0...v0.63.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.62.0Compare Source
This release introduces support for the OpenSubsonic
sonicSimilarityextension, enabling audio-based similarity through the plugin system: when a plugin provides the capability, the newgetSonicSimilarTracksandfindSonicPathendpoints unlock smarter, sound-based recommendations and playlists. One plugin that implements it is AudioMuse-AI. It also brings a major overhaul to playback reporting and the Now Playing experience — the UI now uses the new OpenSubsonicplaybackReportextension, replacing the old scrobble flow with a redesigned panel and configurable reporting interval. On the security front, it hardens the server with stronger ownership and authorization checks across shares, players, and transcoding endpoints, caps concurrent transcodes to prevent ffmpeg-based denial of service, and adds an option to refuse to run as root. Smart playlists gain ReplayGain fields and newisMissing/isPresentoperators, and there are five new UI themes to choose from.Security
This release fixes several reported vulnerabilities. We thank the security researchers who responsibly disclosed them.
EnforceNonRootUseroption to exit early if Navidrome is started as root. (#5373 by @kopf)Configuration Changes
EnforceNonRootUserfalseTranscoding.MaxConcurrent0Transcoding.MaxConcurrentPerUser0Matcher.PreferStarredtrueUIPlaybackReportInterval1mEnableTranscodingCancellation→Transcoding.EnableCancellationTranscodingsection. (#5523)falseSimilarSongsMatchThreshold→Matcher.FuzzyThresholdMatchersection. (#5387)85For a complete list of all configuration options, see the Configuration Options documentation.
UI
reportPlaybackand redesign the Now Playing panel. (#5448 by @deluan)Smart Playlists
isMissingandisPresentoperators. (#5436 by @deluan)inPlaylist/notInPlaylistrules. (#5411 by @deluan)Subsonic API
playbackReportOpenSubsonic extension. (#5442 by @deluan)sonicSimilarityextension as a plugin capability. (#5419 by @deluan)groupingsfield to the OpenSubsonic Child response. (f12e75aa1 by @deluan)RANDOM()sorting ingetRandomSongsfor faster results. (cf1f190bb by @deluan)AlbumID3songCountandcreatedas required. (8897ec918 by @deluan)Transcoding
-ssbefore-ifor fast input seeking. (#5492 by @deluan)getTranscodeDecision. (#5473 by @deluan)Scanner
Artwork
Server
ignoreScrobbleis set. (#5559 by @deluan)/api/songpath filter work and usestartsWith. (#5566 by @deluan)Matcher
Matcher.PreferStarredoption to bias the fuzzy matcher toward starred/high-rated tracks. (#5387 by @deluan)Plugins
PlaybackReportto the scrobbler capability. (#5452 by @deluan)LibraryIDtoTrackInfo. (fd930eefd by @deluan)CLI
pls export/importsubcommands for bulk playlist management. (#5412 by @deluan)syscall.Stdinon Windows. (e75ab3b03 by @deluan)Build & Dependencies
Translations
New Contributors
Full Changelog: navidrome/navidrome@v0.61.2...v0.62.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?
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 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 these updates again.
This PR has been generated by Mend Renovate CLI.