mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-26 16:02:26 +08:00
docs:更新变更日志和版本至 1.0.20
This commit is contained in:
parent
4fedd78923
commit
378e4393cc
12
CHANGELOG.md
12
CHANGELOG.md
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
# Changelog
|
# 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]
|
## [1.0.19]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
# 更新日誌
|
# 更新日誌
|
||||||
|
|
||||||
|
## [1.0.20]
|
||||||
|
|
||||||
|
### 新增
|
||||||
|
|
||||||
|
- 新增重置按鈕和縮略圖
|
||||||
|
- 增強關係依賴圖和任務列表交互,篩選和點擊任務列表使關係依賴圖響應變化
|
||||||
|
|
||||||
|
### 變更
|
||||||
|
|
||||||
|
- 移除關係依賴圖開頭動畫,避免動畫跳變
|
||||||
|
- 優化關係依賴圖初始狀態
|
||||||
|
|
||||||
## [1.0.19]
|
## [1.0.19]
|
||||||
|
|
||||||
### 新增
|
### 新增
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mcp-shrimp-task-manager",
|
"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",
|
"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",
|
"main": "dist/index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user