pub.dev requires README.md and CHANGELOG.md in each package directory. Added minimal but accurate files to all four packages. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 lines
505 B
Markdown
11 lines
505 B
Markdown
# Changelog
|
|
|
|
## 1.0.0 — 2026-04-25
|
|
|
|
Initial stable release.
|
|
|
|
- 16 kanban CLI subcommands: `create`, `list`, `move`, `get`, `update`, `delete`, `archive`, `unarchive`, `link`, `unlink`, `comment`, `search`, `board`, `stats`, `config`, `tui`
|
|
- Interactive TUI with board view, ticket detail, inline editor, and help overlay
|
|
- Full MCP tool definitions for all commands
|
|
- Git-native file-based storage (Markdown + YAML frontmatter)
|
|
- Configurable columns, ticket types, labels, milestones, and transitions
|