chore(deps): update deluan/navidrome docker tag to v0.61.2 #1236

Merged
renovate merged 1 commit from renovate/deluan-navidrome-0.x into master 2026-04-14 06:09:12 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
deluan/navidrome patch 0.61.10.61.2

Release Notes

navidrome/navidrome (deluan/navidrome)

v0.61.2

Compare 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 ORIGYEAR tags 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

Status Option Description Default
New MaxImageUploadSize Maximum allowed size for uploaded cover art images. Accepts human-readable values like '10MB', '1GB'. (#​5335) 10MB

For a complete list of all configuration options, see the Configuration Options documentation.

UI

Scanner

Subsonic API

Artwork

Transcoding

  • Clamp target channels to codec limit, fixing issues with codecs that don't support high channel counts. (#​5345 by @​deluan)
  • Play WAV files directly in browsers instead of transcoding. (#​5309 by @​deluan)
  • Include ffprobe in MSI installer and fall back gracefully when absent. (#​5326 by @​deluan)

Plugins

Server

Database

  • Resolve schema inconsistencies in library_artist and scrobble_buffer tables. (#​5047 by @​bvdwalt)

New Contributors

Full Changelog: https://github.com/navidrome/navidrome/compare/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?


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [deluan/navidrome](https://github.com/navidrome/navidrome) | patch | `0.61.1` → `0.61.2` | --- ### Release Notes <details> <summary>navidrome/navidrome (deluan/navidrome)</summary> ### [`v0.61.2`](https://github.com/navidrome/navidrome/releases/tag/v0.61.2) [Compare Source](https://github.com/navidrome/navidrome/compare/v0.61.1...v0.61.2) 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 `ORIGYEAR` tags 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 | Status | Option | Description | Default | | ------ | -------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | | New | `MaxImageUploadSize` | Maximum allowed size for uploaded cover art images. Accepts human-readable values like '10MB', '1GB'. ([#&#8203;5335](https://github.com/navidrome/navidrome/pull/5335)) | `10MB` | For a complete list of all configuration options, see the [Configuration Options](https://www.navidrome.org/docs/usage/configuration-options/) documentation. #### UI - Prevent theme CSS filters from affecting disc cover art. ([c91721363](https://github.com/navidrome/navidrome/commit/c91721363) by [@&#8203;deluan](https://github.com/deluan)) - Refine image filters for playing and paused states in SquiddiesGlass theme. ([4570dec67](https://github.com/navidrome/navidrome/commit/4570dec67) by [@&#8203;deluan](https://github.com/deluan)) - Update Chinese (Simplified) translation. ([#&#8203;5323](https://github.com/navidrome/navidrome/pull/5323) by [@&#8203;fxj368](https://github.com/fxj368)) - Update Russian translations. ([#&#8203;5329](https://github.com/navidrome/navidrome/pull/5329) by [@&#8203;amakeenk](https://github.com/amakeenk)) #### Scanner - Map ORIGYEAR tag for VorbisComment and MP4 formats, bringing them in line with ID3. ([#&#8203;5303](https://github.com/navidrome/navidrome/pull/5303) by [@&#8203;obskyr](https://github.com/obskyr)) - Fix issue with empty ID3v2 frames in go-taglib. ([1de4e43d2](https://github.com/navidrome/navidrome/commit/1de4e43d2) by [@&#8203;deluan](https://github.com/deluan)) #### Subsonic API - Always emit required `created` field on AlbumID3 responses. ([#&#8203;5340](https://github.com/navidrome/navidrome/pull/5340) by [@&#8203;deluan](https://github.com/deluan)) #### Artwork - Make max image upload size configurable. ([#&#8203;5335](https://github.com/navidrome/navidrome/pull/5335) by [@&#8203;m8tec](https://github.com/m8tec)) - Allow shared disc art from unnumbered filenames in single-folder albums. ([#&#8203;5344](https://github.com/navidrome/navidrome/pull/5344) by [@&#8203;deluan](https://github.com/deluan)) #### Transcoding - Clamp target channels to codec limit, fixing issues with codecs that don't support high channel counts. ([#&#8203;5345](https://github.com/navidrome/navidrome/pull/5345) by [@&#8203;deluan](https://github.com/deluan)) - Play WAV files directly in browsers instead of transcoding. ([#&#8203;5309](https://github.com/navidrome/navidrome/pull/5309) by [@&#8203;deluan](https://github.com/deluan)) - Include ffprobe in MSI installer and fall back gracefully when absent. ([#&#8203;5326](https://github.com/navidrome/navidrome/pull/5326) by [@&#8203;deluan](https://github.com/deluan)) #### Plugins - Add file path to Scrobbler and Lyrics plugin TrackInfo. ([#&#8203;5339](https://github.com/navidrome/navidrome/pull/5339) by [@&#8203;J0R6IT0](https://github.com/J0R6IT0)) - Fix race condition between KVStore cleanup goroutine and Close. ([478845bc5](https://github.com/navidrome/navidrome/commit/478845bc5) by [@&#8203;deluan](https://github.com/deluan)) #### Server - Honor path component of ShareURL config. ([d7baf6ee7](https://github.com/navidrome/navidrome/commit/d7baf6ee7) by [@&#8203;deluan](https://github.com/deluan)) - Surface real SQLite error when backup step fails. ([1f3a7efa7](https://github.com/navidrome/navidrome/commit/1f3a7efa7) by [@&#8203;deluan](https://github.com/deluan)) - Improve error handling in configuration validation. ([1988a4162](https://github.com/navidrome/navidrome/commit/1988a4162) by [@&#8203;deluan](https://github.com/deluan)) - Reduce hot-path heap escapes from value-param pointer aliasing. ([#&#8203;5342](https://github.com/navidrome/navidrome/pull/5342) by [@&#8203;deluan](https://github.com/deluan)) #### Database - Resolve schema inconsistencies in library\_artist and scrobble\_buffer tables. ([#&#8203;5047](https://github.com/navidrome/navidrome/pull/5047) by [@&#8203;bvdwalt](https://github.com/bvdwalt)) #### New Contributors - [@&#8203;m8tec](https://github.com/m8tec) made their first contribution in [#&#8203;5335](https://github.com/navidrome/navidrome/pull/5335) - [@&#8203;J0R6IT0](https://github.com/J0R6IT0) made their first contribution in [#&#8203;5339](https://github.com/navidrome/navidrome/pull/5339) - [@&#8203;obskyr](https://github.com/obskyr) made their first contribution in [#&#8203;5303](https://github.com/navidrome/navidrome/pull/5303) - [@&#8203;bvdwalt](https://github.com/bvdwalt) made their first contribution in [#&#8203;5047](https://github.com/navidrome/navidrome/pull/5047) - [@&#8203;amakeenk](https://github.com/amakeenk) made their first contribution in [#&#8203;5329](https://github.com/navidrome/navidrome/pull/5329) **Full Changelog**: <https://github.com/navidrome/navidrome/compare/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](https://github.com/sponsors/deluan), pay me a [Ko-fi](https://ko-fi.com/deluan), or [contribute with code](https://www.navidrome.org/docs/developers/). #### Where to go next? - Read installation instructions on our [website](https://www.navidrome.org/docs/installation/). - Host Navidrome on [PikaPods](https://www.pikapods.com/pods/navidrome) for a simple cloud solution. - Reach out on [Discord](https://discord.gg/xh7j7yF), [Reddit](https://www.reddit.com/r/navidrome/) and [Twitter](https://twitter.com/navidrome)! </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMTEuMCIsInVwZGF0ZWRJblZlciI6IjQzLjExMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
chore(deps): update deluan/navidrome docker tag to v0.61.2
All checks were successful
/ ansible-lint (pull_request) Successful in 53s
/ shellcheck (pull_request) Successful in 2s
/ gitleaks (pull_request) Successful in 2s
/ ansible-playbook (pull_request) Has been skipped
1bfe88fbc1
renovate scheduled this pull request to auto merge when all checks succeed 2026-04-14 06:07:39 +02:00
renovate merged commit 4bb246c3a1 into master 2026-04-14 06:09:12 +02:00
renovate deleted branch renovate/deluan-navidrome-0.x 2026-04-14 06:09:12 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mg/homeserver!1236
No description provided.