Skip to content

Commit 90ee96e

Browse files
committed
chore: release v0.13.1
修復繁體中文格式驗證問題,新增多語言區段標題映射系統
1 parent a620621 commit 90ee96e

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,47 @@
11
# @minidoracat/openspec-tw
22

3+
## 0.13.1
4+
5+
### Patch Changes
6+
7+
- 修復繁體中文格式驗證問題
8+
9+
**核心修復**
10+
11+
- 新增多語言區段標題映射系統 (`src/core/i18n/section-titles.ts`)
12+
- 實作遞迴區段搜尋功能,修復巢狀區段解析問題
13+
- 支援繁體中文和英文雙語 Markdown 格式同時使用
14+
15+
**支援的繁體中文標題**
16+
17+
- `## 目的` / `## Purpose`
18+
- `## 需求` / `## Requirements`
19+
- `## 為什麼` / `## Why`
20+
- `## 變更內容` / `## What Changes`
21+
- `## 新增需求` / `## ADDED Requirements`
22+
- `## 修改需求` / `## MODIFIED Requirements`
23+
- `## 移除需求` / `## REMOVED Requirements`
24+
- `## 重新命名需求` / `## RENAMED Requirements`
25+
- `### 需求:` / `### Requirement:`
26+
- `#### 情境:` / `#### Scenario:`
27+
28+
**完整翻譯**
29+
30+
- 所有驗證錯誤訊息翻譯為繁體中文
31+
- 指引訊息和幫助文字完整本地化
32+
- Delta spec 驗證訊息繁體化
33+
34+
**相容性**
35+
36+
- 大小寫不敏感的標題匹配
37+
- 同時支援英文和繁體中文格式
38+
- 向後相容原有英文格式
39+
40+
**測試改進**
41+
42+
- 更新所有測試案例以驗證繁體中文訊息
43+
- 測試通過率從 93% 提升至 99.6%(242/243 通過)
44+
345
## 0.13.0
446

547
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@minidoracat/openspec-tw",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "繁體中文 AI 原生的規範驅動開發系統",
55
"keywords": [
66
"openspec",

0 commit comments

Comments
 (0)