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

This commit is contained in:
siage 2025-07-06 20:50:26 +08:00
parent 99baa0fa63
commit 57f96717f0
3 changed files with 31 additions and 1 deletions

View File

@ -2,6 +2,21 @@
# Changelog
## [1.0.21]
### Added
- Added support for ListRoots protocol and optimized DATA_DIR configuration method (99baa0f)
- Added WEB_PORT environment variable to customize WebGUI port number (8771a5b)
### Changed
- Updated documentation to reflect new configuration options (99baa0f, 8771a5b)
### Fixed
- Fix #56: Added configurable WebGUI port to avoid port conflicts (8771a5b)
## [1.0.20]
### Added

View File

@ -2,6 +2,21 @@
# 更新日誌
## [1.0.21]
### 新增
- 新增對 ListRoots 協議的支援,優化 DATA_DIR 配置方式 (99baa0f)
- 新增 WEB_PORT 環境變數以自訂 WebGUI 埠號 (8771a5b)
### 變更
- 更新相關文檔說明以反映新的配置選項 (99baa0f, 8771a5b)
### 修復
- 修復 #56:新增可配置的 WebGUI 埠號以避免埠號衝突 (8771a5b)
## [1.0.20]
### 新增

View File

@ -1,6 +1,6 @@
{
"name": "mcp-shrimp-task-manager",
"version": "1.0.20",
"version": "1.0.21",
"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",