feat(container-image): update ghcr.io/navidrome/navidrome ( 0.62.0 → 0.63.2 ) - #1417
Open
robottoms-up[bot] wants to merge 1 commit into
Open
feat(container-image): update ghcr.io/navidrome/navidrome ( 0.62.0 → 0.63.2 )#1417robottoms-up[bot] wants to merge 1 commit into
robottoms-up[bot] wants to merge 1 commit into
Conversation
robottoms-up
Bot
force-pushed
the
renovate/ghcr.io-navidrome-navidrome-0.x
branch
from
July 9, 2026 12:03
2332063 to
68437b6
Compare
robottoms-up
Bot
force-pushed
the
renovate/ghcr.io-navidrome-navidrome-0.x
branch
from
July 11, 2026 14:02
68437b6 to
ffe9a33
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.62.0→0.63.2Release 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?
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.