Skip to content

Releases: StruggleYang/dsh-project-kanban

v0.8.3 — 修复看板首帧崩溃

Choose a tag to compare

@StruggleYang StruggleYang released this 16 Aug 05:20

v0.8.3 紧急修复

  • 修复:看板首帧崩溃(统计条在数据加载前访问 board 导致 null 错误)——升级后看板恢复
  • 渲染冒烟新增 board=null 首帧断言(双路径),杜绝同类回归

安装:dsh plugin --profile web add dsh-project-kanban(npm latest)→ 重启

v0.8.2 — 修复看板渲染空白

Choose a tag to compare

@StruggleYang StruggleYang released this 15 Aug 13:01

v0.8.2 紧急修复

  • 修复:统计条把对象作为 React 子元素导致看板内容空白(0.5.0~0.8.1 受影响)
  • 升级即可恢复:dsh plugin --profile web add dsh-project-kanban(npm latest)→ 重启

v0.8.1 — 自动化测试 + 全功能文档

Choose a tag to compare

@StruggleYang StruggleYang released this 15 Aug 12:48

v0.8.1

  • 自动化测试bash scripts/verify.sh 无 key 端到端验证(17 项断言:安装/挂载/工具 schema/HTTP 全流程)
  • 完整功能文档(中英双语)

安装:dsh plugin --profile web add dsh-project-kanban(npm latest)或 tarball

v0.8.0 — 跨工作区移动 + 会话引用

Choose a tag to compare

@StruggleYang StruggleYang released this 15 Aug 12:47

v0.8.0

  • 跨工作区移动:卡片一键移到另一个项目的看板(工具 kanban_move_card_to_workspace + UI 下拉)
  • 来源引用:Agent 创建的卡片记录来源会话,可点击跳回

安装:dsh plugin --profile web add dsh-project-kanban(npm latest)或 tarball

v0.7.0 — 模板 + 撤销

Choose a tag to compare

@StruggleYang StruggleYang released this 15 Aug 12:46

v0.7.0

  • 看板模板:默认 / 开发(+评审)/ 内容(选题/写作/审核/发布),只增列不破坏数据
  • 撤销:所有写操作可撤销(宿主 50 步栈);UI 撤销按钮 + kanban_undo 工具

安装:dsh plugin --profile web add dsh-project-kanban(npm latest)或 tarball

v0.6.0 — 批量操作 + 快捷键

Choose a tag to compare

@StruggleYang StruggleYang released this 15 Aug 12:44

v0.6.0

  • 批量操作:勾选多张卡片 → 批量移动到列 / 设置标签 / 移入回收站;工具 kanban_bulk_delete_cards
  • 键盘快捷键:Esc 取消添加/编辑/重命名/新建列

安装:dsh plugin --profile web add dsh-project-kanban(npm latest)或 tarball

v0.5.0 — 归档/回收站 + 统计 + 拖拽排序

Choose a tag to compare

@StruggleYang StruggleYang released this 15 Aug 12:43

v0.5.0

  • 回收站:删除改为软删除,回收站视图可恢复/彻底删除;工具 kanban_restore_card / kanban_purge_card
  • 统计条:总数 / 标签 / 优先级 / 逾期分布
  • 拖拽列内排序:拖到具体卡片位置即插入(带高亮提示)

安装:dsh plugin --profile web add dsh-project-kanban(npm latest)或 tarball

v0.4.0 — 筛选/搜索 + 截止日期

Choose a tag to compare

@StruggleYang StruggleYang released this 15 Aug 12:39

v0.4.0

  • 筛选/搜索:看板顶部按关键词、标签、优先级过滤
  • 截止日期:卡片可设 YYYY-MM-DD,逾期自动红色标记;工具参数 dueDate 支持
  • 无效日期自动拒绝

安装:dsh plugin --profile web add dsh-project-kanban(npm latest)或 tarball

v0.3.0 — 优先级 / 自定义颜色 / 排序 / 复制

Choose a tag to compare

@StruggleYang StruggleYang released this 15 Aug 12:34

v0.3.0

  • 优先级:高 / 中 / 低(卡片左侧红/橙/蓝色条)
  • 自定义卡片颜色:任意 #rrggbb 背景色
  • 列内排序:↑↓ 按钮或 kanban_move_card 的 toIndex 参数
  • 卡片复制:kanban_duplicate_card(含标签/优先级/颜色)
  • 修复:可选字段 undefined 导致的工具返回值序列化失败(0.2.1 的 bug)
  • 双语 README:英文主版 + 中文版

安装:dsh plugin --profile web add dsh-project-kanban(npm latest)或 tarball

v0.2.1 — 卡片标签与颜色

Choose a tag to compare

@StruggleYang StruggleYang released this 15 Aug 12:02

v0.2.1 卡片标签与颜色

  • 标签:功能(蓝)/ 缺陷(红)/ 文档(绿)/ 优化(橙)
  • 添加 / 编辑卡片时选择标签;Agent 工具 kanban_add_card / kanban_update_card 支持 label 参数
  • 安装:dsh plugin --profile web add dsh-project-kanban(npm)或 add ./dsh-project-kanban-0.2.1.tgz