Skip to content

v0.1.3

Choose a tag to compare

@neilellis neilellis released this 16 Jun 23:49
· 7 commits to main since this release

What's new

  • Undo / redo — store-wide history covering every change.
    • Toolbar buttons (↶ / ↷) in the panel, enabled/disabled based on availability.
    • Keyboard shortcuts: Ctrl/+Z to undo, Ctrl/+Shift+Z (or Ctrl+Y) to redo — suppressed while you're typing in a field so native text undo still works.
    • Reverts any mutation regardless of where it came from — the panel, the embedded Lovelace card, hakanban.*/todo.* services, or Assist. Each action snapshots the whole board document; a new action clears the redo stack. History is capped at 50 states and starts empty on load.
    • New hakanban/undo and hakanban/redo WebSocket commands; the live payload now includes can_undo/can_redo.

Updating

Update via HACS (or copy custom_components/hakanban/ manually), then restart Home Assistant.

Full changelog: v0.1.2...v0.1.3