From 259fe36eda2961c9f81114a1157af975c2f5585d Mon Sep 17 00:00:00 2001 From: siage Date: Tue, 29 Apr 2025 20:16:57 +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.12=EF=BC=8C=E6=96=B0=E5=A2=9E=E7=A4=BA=E7=AF=84=E5=BD=B1?= =?UTF-8?q?=E7=89=87=E9=80=A3=E7=B5=90=E3=80=81JSON=20=E6=A0=BC=E5=BC=8F?= =?UTF-8?q?=E6=B3=A8=E6=84=8F=E4=BA=8B=E9=A0=85=E5=8F=8A=E7=B6=B2=E9=A0=81?= =?UTF-8?q?=E5=9C=96=E5=BD=A2=E4=BB=8B=E9=9D=A2=E5=8A=9F=E8=83=BD=EF=BC=8C?= =?UTF-8?q?=E4=B8=A6=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84?= =?UTF-8?q?=E9=8C=AF=E8=AA=A4=E6=97=A5=E8=AA=8C=E8=BC=B8=E5=87=BA=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 f79dbc6..bed21d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ # Changelog +## [1.0.12] + +### Added + +- Added demonstration video links to README and Chinese README, along with demonstration video image files. (406eb46) +- Added JSON format notes emphasizing the prohibition of comments and the requirement for special character escaping to prevent parsing failures. (a328322) +- Added a web-based graphical interface feature, controlled by the `ENABLE_GUI` environment variable. (bf5f367) + +### Removed + +- Removed unnecessary error log outputs in multiple places to avoid Cursor errors. (552eed8) + ## [1.0.11] ### Changed diff --git a/docs/zh/CHANGELOG.md b/docs/zh/CHANGELOG.md index 88543aa..3d834eb 100644 --- a/docs/zh/CHANGELOG.md +++ b/docs/zh/CHANGELOG.md @@ -2,6 +2,18 @@ # 更新日誌 +## [1.0.12] + +### 新增 + +- 新增蝦米任務管理器示範影片連結至 README 和中文 README,並新增示範影片圖片檔案。 (406eb46) +- 新增 JSON 格式注意事項,強調禁止註解及特殊字元轉義要求,以避免解析失敗。 (a328322) +- 新增網頁圖形介面功能,透過環境變數 `ENABLE_GUI` 控制。 (bf5f367) + +### 移除 + +- 移除多處不必要的錯誤日誌輸出,避免 Cursor 報錯。 (552eed8) + ## [1.0.11] ### 變更 diff --git a/package.json b/package.json index 83b77b1..928ef78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcp-shrimp-task-manager", - "version": "1.0.11", + "version": "1.0.12", "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",