mirror of
https://github.com/cjo4m06/mcp-shrimp-task-manager.git
synced 2025-07-26 07:52:25 +08:00
更新版本至 1.0.18,修復 WebGUI 任務詳情檢視的國際化問題,移除不必要的 console.log 輸出以減少雜訊,並增強任務詳情檢視的翻譯函數使用。
This commit is contained in:
parent
fd26bfaafc
commit
9d7ed3aabd
12
CHANGELOG.md
12
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
|
||||
|
@ -2,6 +2,18 @@
|
||||
|
||||
# 更新日誌
|
||||
|
||||
## [1.0.18]
|
||||
|
||||
### 修復
|
||||
|
||||
- 修復 #29:移除不必要的 console.log 輸出以減少雜訊 (7cf1a18)
|
||||
- 修復 #28:修正 WebGUI 任務詳情檢視的國際化問題 (fd26bfa)
|
||||
|
||||
### 變更
|
||||
|
||||
- 增強 WebGUI 任務詳情檢視,為所有標籤使用適當的翻譯函數 (fd26bfa)
|
||||
- 更新思維過程階段描述為英文,提升一致性 (fd26bfa)
|
||||
|
||||
## [1.0.17]
|
||||
|
||||
### 修復
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user