docs:更新变更日志和版本至 1.0.20

This commit is contained in:
yitacls 2025-06-10 22:44:47 +08:00
parent 4fedd78923
commit 378e4393cc
3 changed files with 25 additions and 1 deletions

View File

@ -2,6 +2,18 @@
# Changelog
## [1.0.20]
### Added
- Added reset button and thumbnail view
- Enhanced interaction between dependency graph and task list, making the dependency graph respond to filtering and task list selection
### Changed
- Removed initial animation of dependency graph to avoid animation jumps
- Optimized initial state of dependency graph
## [1.0.19]
### Added

View File

@ -2,6 +2,18 @@
# 更新日誌
## [1.0.20]
### 新增
- 新增重置按鈕和縮略圖
- 增強關係依賴圖和任務列表交互,篩選和點擊任務列表使關係依賴圖響應變化
### 變更
- 移除關係依賴圖開頭動畫,避免動畫跳變
- 優化關係依賴圖初始狀態
## [1.0.19]
### 新增

View File

@ -1,6 +1,6 @@
{
"name": "mcp-shrimp-task-manager",
"version": "1.0.19",
"version": "1.0.20",
"description": "Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency. It converts natural language into structured dev tasks with dependency tracking and iterative refinement, enabling agent-like developer behavior in reasoning AI systems",
"main": "dist/index.js",
"type": "module",