Skip to content

v0.2.0

Latest

Choose a tag to compare

@SmileyChris SmileyChris released this 24 Jun 10:51
· 11 commits to main since this release

What's new

  • services song-usage command — Shows which songs have been sung the least across any date range, including who led each time. --max-uses controls the threshold (default: 2).

  • --count flag on songs list — Adds a count column showing how many times each song has appeared in services. Pairs naturally with --last-used.

Fixes

  • Services list now correctly returns past services. The API parameter was date_from/date_to but Elvanto uses start/end. Previously the services list silently returned only future services.

  • Deduped song counts — Songs used in a service are now counted once, even if referenced in multiple places.

Docs & tooling

  • Install instructions use /releases/latest/download/ URLs — never stale.
  • Release assets are versionless so the "latest" URLs always work.
  • Site polish: GitHub link in header, per-page edit/view buttons.