Releases: alpacachen/dsh-kanban
Releases · alpacachen/dsh-kanban
Release list
dsh-kanban 1.3.3
What's Changed
- feat: migrate kanban styling to DSH-native CSS by @alpacachen in #25
Full Changelog: v1.3.2...v1.3.3
dsh-kanban 1.3.2
What's Changed
- test: add automated quality gates for releases by @alpacachen in #23
- fix: support GitHub installs with tracked client bundle by @alpacachen in #24
Full Changelog: v1.3.1...v1.3.2
dsh-kanban 1.3.1
What's Changed
- docs: redesign project readme by @alpacachen in #19
- fix: persist boards in workspace roots by @alpacachen in #20
Full Changelog: v1.3.0...v1.3.1
dsh-kanban 1.3.0
What's Changed
- feat: schemaVersion + backups + step-by-step board data migration by @alpacachen in #17
- feat: card activity log + release 1.3.0 by @alpacachen in #18
Full Changelog: v1.2.0...v1.3.0
dsh-kanban 1.2.0
What's Changed
- feat: chat with agent from card dialog + kanban_get_card tool by @alpacachen in #16
Full Changelog: v1.1.0...v1.2.0
dsh-kanban 1.1.0
What's Changed
- Add manual Kanban refresh button by @alpacachen in #14
- Release 1.1.0 by @alpacachen in #15
Full Changelog: v1.0.3...v1.1.0
dsh-kanban 1.0.3
What's Changed
- Fix scoped client bundle registration by @alpacachen in #13
Full Changelog: v1.0.2...v1.0.3
dsh-kanban 1.0.2
What's Changed
- Refresh project README by @alpacachen in #1
- Add repository governance and CI by @alpacachen in #2
- Prepare scoped npm release 1.0.1 by @alpacachen in #8
- build(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #4
- build(deps): bump actions/setup-node from 4 to 7 by @dependabot[bot] in #3
- build(deps): bump pnpm/action-setup from 4 to 6 by @dependabot[bot] in #5
- Bump esbuild to 0.28.2 by @alpacachen in #10
- Automate npm and GitHub releases by @alpacachen in #11
- Release 1.0.2 by @alpacachen in #12
New Contributors
- @alpacachen made their first contribution in #1
- @dependabot[bot] made their first contribution in #4
Full Changelog: v1.0.0...v1.0.2
dsh-kanban 1.0.0
dsh-kanban 1.0.0
A kanban board plugin for DeepSeek Harness: a live Board tab in conversations plus 13 kanban_* AI tools (read / create / edit / delete / move cards, lists and labels). Per-workspace isolation, disk persistence, DSH theme + dark mode, and i18n (follows DSH language).
Features
- Board tab in the conversation view
- 13 AI tools:
kanban_get,kanban_get_label, card / list / label CRUD + move - Lists: add / rename / delete / reorder (drag in the edit dialog)
- Labels: create / rename / recolor / delete (color bound to label)
- Cards: title / note / label / priority (P0-P2), drag & drop (dnd-kit), click to edit
- Priority filter + operations panel
- UI: React + TypeScript + Tailwind CSS + shadcn/ui
Install
dsh plugin --profile web add github:alpacachen/dsh-kanbanor via the attached tarball:
dsh plugin --profile web add ./dsh-kanban-1.0.0.tgzDocs: README