Skip to content

Commit 57f9671

Browse files
committed
feat: 更新版本至1.0.21,新增對ListRoots協議的支援及WEB_PORT環境變數,並更新相關文檔以反映新配置選項,修復可配置WebGUI埠號以避免衝突
1 parent 99baa0f commit 57f9671

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
# Changelog
44

5+
## [1.0.21]
6+
7+
### Added
8+
9+
- Added support for ListRoots protocol and optimized DATA_DIR configuration method (99baa0f)
10+
- Added WEB_PORT environment variable to customize WebGUI port number (8771a5b)
11+
12+
### Changed
13+
14+
- Updated documentation to reflect new configuration options (99baa0f, 8771a5b)
15+
16+
### Fixed
17+
18+
- Fix #56: Added configurable WebGUI port to avoid port conflicts (8771a5b)
19+
520
## [1.0.20]
621

722
### Added

docs/zh/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
# 更新日誌
44

5+
## [1.0.21]
6+
7+
### 新增
8+
9+
- 新增對 ListRoots 協議的支援,優化 DATA_DIR 配置方式 (99baa0f)
10+
- 新增 WEB_PORT 環境變數以自訂 WebGUI 埠號 (8771a5b)
11+
12+
### 變更
13+
14+
- 更新相關文檔說明以反映新的配置選項 (99baa0f, 8771a5b)
15+
16+
### 修復
17+
18+
- 修復 #56:新增可配置的 WebGUI 埠號以避免埠號衝突 (8771a5b)
19+
520
## [1.0.20]
621

722
### 新增

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-shrimp-task-manager",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"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",
55
"main": "dist/index.js",
66
"type": "module",

0 commit comments

Comments
 (0)