-
0.6.6 Stable
released this
2026-07-15 13:44:26 -06:00 | 3 commits to master since this releaseRedesigns the daily Telegram digest (covers 0.6.5, which was never published as a release, plus the final formatting pass).
The digest is now formatted for Telegram instead of raw monospace text: a branded header with hostname and date, a green/orange tally line, a callout up top saying either all clear or how many items need attention, bold section headers, and one line per check with a colored status dot. Rows are plain text that reflows on a phone screen, no more fixed-width columns wrapping mid-word. Long content is truncated safely so a very long report can never break the send.
Also included:
- Two digest sections ("added today" and "Library by format") had been silently empty since the in-app scheduler took over from cron, because the status script could not find the beet command. They show real numbers again.
- The weekly cover-art watermark job no longer fails its entire run when reading one file stalls; it skips that file with a warning and carries on.
- notify-telegram.sh keeps sending plain text for any other use; the digest opts into the new formatting explicitly.
Upgrade: change the version in your
docker-compose.yml, thendocker compose pull alembic && docker compose up -d alembic.(Note: the v0.6.5 tag exists in the repo but had no release; everything it contained is described above and included here.)
Downloads