Skip to content

v4.4.3

Choose a tag to compare

@tempus2016 tempus2016 released this 30 Jun 10:04
179f220

New — Approve All

When several chore completions are waiting for a parent's sign-off, you can now clear the whole queue with a single Approve All button instead of approving each one by hand.

  • The button appears on both the TaskMate panel (pending-approvals view) and the Approvals card.
  • It runs every award, badge, quest and celebration side-effect exactly as approving each chore individually would (it reuses the single-approval code path).
  • New taskmate.approve_all_chores service — approves all pending completions, or a specific completion_ids list. Admin-gated.
  • New taskmate/approve_all_chores WebSocket command, returning {count} of approvals applied.
  • Strings translated into every locale (de / fr / nb / nn / pt / pt-BR, plus en / en-GB).

PRs #647, #648.

Changed — dashboard card-picker suggestions (HA 2026.6+)

Every TaskMate card now implements getEntitySuggestion, so Home Assistant's "add card" picker pre-fills a sensible TaskMate entity when you drop a card onto a dashboard instead of leaving it blank. PR #646.

Upgrading

Update via HACS and restart Home Assistant. The Approve All button appears automatically; hard-refresh the browser if the card looks stale (the ?v= cache-buster handles this on most setups).

Full changelog: v4.4.2...v4.4.3