Releases: guancyxx/task-vault
Releases · guancyxx/task-vault
Release list
Task Vault 0.4.0
What's new since 0.3.0
New
- New task / new project commands with default hotkeys (Mod+Shift+N / P; remapped to M / J to avoid core collisions) — modal form with Enter-to-advance fields (#25, #28, #30)
- Sidebar UX round 2 (P0 five) — sticky cockpit header, live heartbeat that preserves input state, capture command creates leaf tasks, hover layer stops event bubbling, semantic counts (FR-043~047)
- One-click review confirm — inline and detail-popover actions both route through the setStatus seam (FR-049)
- Spec v0.4/v0.5: delegation session resumption, decision-point protocol and badges, review one-click (FR-048~051)
Changed
- Retired the tv-archive chain: 107 terminal-state cards restored in place (FR-026)
- README workflow chapter + bilingual docs refresh (#26)
Fixed / internal
- New-task form Enter advances fields instead of submitting (#29)
- Audit fixes from PR #32 (C1-C3, R1, nits)
- Cross-implementation agent-log corpus tests + aggregate coexistence tests (SC-021, PR #3 audit debt)
- Release asset build-provenance attestation workflow
Full changelog: https://github.com/guancyxx/task-vault/commits/main
Task Vault 0.3.0
What's new
- Projects panel — all-project stats cards (open / overdue / done-this-week / running agents); status-grouped project detail view.
- Agenda & calendar — today's schedule timeline + month-grid calendar view (status-colored chips, overdue highlighting). Task-driven, replaces daily-note calendars.
- Built-in local HTTP API —
POST /tasks,GET/PATCH /tasks/:id,POST /tasks/:id/logon 127.0.0.1; per-agent Bearer tokens; every write routed through the state machine and the review gate. Off by default. - Six commands with default hotkeys —
Cmd/Ctrl+Shift+L/D/C/K/S/A(rebindable). - Status color rails — one color per state (cancelled = diagonal stripe) + row tooltips.
- Bilingual README & UI localization — English / 简体中文.
- Agent skill shipped in-repo —
skills/task-vault-agent/SKILL.md. - Release hygiene — a dozen scorecard warnings fixed; assets attested.
Full notes: README
Task Vault 0.2.2
Review-guidance fixes: removed default hotkey for the quick-log command (users bind their own), window.setTimeout for popout-window safety. No functional changes.
Task Vault 0.2.1
Manifest alignment release — author branding (官小西 guancyxx.cn) in manifest author/authorUrl, matching the repository HEAD manifest. No functional changes.
Task Vault 0.2.0
Initial public release. By 官小西 (guancyxx) · github.com/guancyxx
- One file per task, UUID identity, 7-state machine
- Sidebar cockpit: capture bar, Today/Overdue/This-week/Done-today, countdown badges, per-project folding
- Execution log: typed entries (decision/comment/blocker), state migrations, append-only
- Delegation to AI agents + dispatch/terminal hooks
- 记一条执行记录 command (Cmd+Shift+L) — log against the active task file
- Apple Reminders mirror scripts (optional, Python)