Skip to content

v4.3.0

Choose a tag to compare

@tempus2016 tempus2016 released this 23 Jun 22:06
0c6de95

TaskMate v4.3.0 — four new features and three fixes since v4.2.1.

✨ Features

  • Chore row actions stay next to the title (#568) — the Edit ✏ and overflow ⋮ controls now ride inside the pinned task-name column, so they stay reachable when a wide chore table scrolls horizontally instead of being stranded off to the right. They un-pin and scroll with the name column in bulk-select mode.
  • Custom pool deposit amounts (#559) — the Rewards card gains a deposit_amounts option to set the quick-deposit button values on pool/jackpot rewards (default [1, 5, 10]), plus a free-form Amount field so a child can deposit any custom value toward a big goal.
    type: custom:taskmate-rewards-card
    deposit_amounts: [10, 50, 100]
  • Stricter streaks & perfect weeks (#563) — two new settings, Streak needs all tasks and Perfect week needs all tasks, only count a day once every chore due that day is done (rather than just one). Both default to off, preserving the original behaviour.
  • Kid-friendly activity card (#565) — a new Show undo buttons toggle (show_undo, default on) on the Activity card. Turn it off for a children's dashboard so they can see what they earned without being able to undo their own activity. Translated into all locales.
    type: custom:taskmate-activity-card
    show_undo: false

🐛 Fixes

  • Refund pool allocations when a reward is deleted (#564) — deleting a pool/savings-jar or jackpot reward now refunds the points children had already deposited, instead of losing them.
  • Quests & challenges advance on no-approval completions (#558) — completing a chore that does not require approval now correctly progresses active quests and challenges.
  • Jackpot claim dialog shows the pool total (#557) — the jackpot claim confirmation now displays the accumulated pool total.

⬆️ Upgrading

Update TaskMate via HACS (it's in the HACS default store), then restart Home Assistant. After restart, hard-refresh your browser so the updated dashboard cards load.

Full changelog: v4.2.1...v4.3.0