From 9d7ed3aabd808cddaced0668130749f1daa64231 Mon Sep 17 00:00:00 2001 From: siage Date: Mon, 26 May 2025 12:31:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E8=87=B3?= =?UTF-8?q?=201.0.18=EF=BC=8C=E4=BF=AE=E5=BE=A9=20WebGUI=20=E4=BB=BB?= =?UTF-8?q?=E5=8B=99=E8=A9=B3=E6=83=85=E6=AA=A2=E8=A6=96=E7=9A=84=E5=9C=8B?= =?UTF-8?q?=E9=9A=9B=E5=8C=96=E5=95=8F=E9=A1=8C=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=20console.log=20=E8=BC=B8?= =?UTF-8?q?=E5=87=BA=E4=BB=A5=E6=B8=9B=E5=B0=91=E9=9B=9C=E8=A8=8A=EF=BC=8C?= =?UTF-8?q?=E4=B8=A6=E5=A2=9E=E5=BC=B7=E4=BB=BB=E5=8B=99=E8=A9=B3=E6=83=85?= =?UTF-8?q?=E6=AA=A2=E8=A6=96=E7=9A=84=E7=BF=BB=E8=AD=AF=E5=87=BD=E6=95=B8?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ docs/zh/CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c666f2..0463247 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/zh/CHANGELOG.md b/docs/zh/CHANGELOG.md index 658731e..4e0a218 100644 --- a/docs/zh/CHANGELOG.md +++ b/docs/zh/CHANGELOG.md @@ -2,6 +2,18 @@ # 更新日誌 +## [1.0.18] + +### 修復 + +- 修復 #29:移除不必要的 console.log 輸出以減少雜訊 (7cf1a18) +- 修復 #28:修正 WebGUI 任務詳情檢視的國際化問題 (fd26bfa) + +### 變更 + +- 增強 WebGUI 任務詳情檢視,為所有標籤使用適當的翻譯函數 (fd26bfa) +- 更新思維過程階段描述為英文,提升一致性 (fd26bfa) + ## [1.0.17] ### 修復 diff --git a/package.json b/package.json index 2a05f74..d1f940b 100644 --- a/package.json +++ b/package.json @@ -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",