v0.1.3
Changes
- Add board sorting by updated time or created time across table and Kanban views.
- Add confirmed task deletion from the detail drawer, backed by DELETE /api/tasks/:id.
- Document board sorting/deletion and bump package version to 0.1.3.
Verification
- npm run format:check
- npm run check
- npm pack --dry-run
- Browser smoke check for sorting and delete confirmation.