Skip to content

v1.24.1

Choose a tag to compare

@github-actions github-actions released this 21 Jul 01:55
Immutable release. Only release title and notes can be modified.
39fe612

canticle v1.24.1

Two serve-mode fixes.

Bug Fixes

  • The dashboard "Up next" panel no longer goes blank between the worker's processing cycles. The lookahead buffer is now topped up on every dequeue instead of draining to empty and only redrawing on the next claim, so it stays populated whenever work is eligible. (#587)
  • Backfilled album and album_artist onto the older queue rows that predated those columns. The value was already read from the tags into scan_results but never propagated to the work queue, so it was missing from the dashboard and, more importantly, from the q_album Musixmatch match signal for most of the deferred backlog. Runs automatically as a migration on the next start. (#583)

Docker: docker pull ghcr.io/sydlexius/canticle:1.24.1

Full changelog: v1.24.0...v1.24.1