更新版本至 1.0.18,修復 WebGUI 任務詳情檢視的國際化問題,移除不必要的 console.log 輸出以減少雜訊,並增強任務詳情檢視的翻譯函數使用。

This commit is contained in:
siage 2025-05-26 12:31:40 +08:00
parent fd26bfaafc
commit 9d7ed3aabd
3 changed files with 25 additions and 1 deletions

View File

@ -2,6 +2,18 @@
# Changelog
## [1.0.18]
### Fixed
- Fix #29: Removed unnecessary console.log outputs to reduce noise (7cf1a18)
- Fix #28: Fixed WebGUI internationalization issues in task detail view (fd26bfa)
### Changed
- Enhanced WebGUI task detail view to use proper translation functions for all labels (fd26bfa)
- Updated thought process stage description to use English for better consistency (fd26bfa)
## [1.0.17]
### Fixed

View File

@ -2,6 +2,18 @@
# 更新日誌
## [1.0.18]
### 修復
- 修復 #29:移除不必要的 console.log 輸出以減少雜訊 (7cf1a18)
- 修復 #28:修正 WebGUI 任務詳情檢視的國際化問題 (fd26bfa)
### 變更
- 增強 WebGUI 任務詳情檢視,為所有標籤使用適當的翻譯函數 (fd26bfa)
- 更新思維過程階段描述為英文,提升一致性 (fd26bfa)
## [1.0.17]
### 修復

View File

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