File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ description: "All notable changes to MioSub"
55
66All notable changes to this project will be documented in this file.
77
8+ ## [ 3.0.20] - 2026-02-26
9+
10+ ### Fixes
11+
12+ - ** macOS** : Switch QuickJS engine from cosmopolitan APE builds to quickjs-ng native binaries, fixing codesign failures on macOS (Ref: MIOSUB-38).
13+ - ** Glossary** : Guard against undefined glossary terms in LLM responses, preventing crashes during glossary merging (Fixes MIOSUB-3A).
14+ - ** JSON Parser** : Strip markdown code fences from JSON responses when third-party proxies ignore ` responseMimeType ` , with improved error position logging (Fixes MIOSUB-11).
15+ - ** Aligner** : Wrap CTC aligner audio and model paths with ` ensureAsciiSafePath() ` , fixing alignment failures on non-ASCII paths (Fixes MIOSUB-3H).
16+
817## [ 3.0.19] - 2026-02-22
918
1019### Features
Original file line number Diff line number Diff line change @@ -5,6 +5,15 @@ description: "MioSub 的所有重要更新记录"
55
66本文件记录了项目的所有重要更改。
77
8+ ## [ 3.0.20] - 2026-02-26
9+
10+ ### 修复
11+
12+ - ** macOS** :将 QuickJS 引擎从 cosmopolitan APE 构建切换为 quickjs-ng 原生二进制,修复 macOS 上的代码签名失败问题(Ref: MIOSUB-38)。
13+ - ** 术语表** :防御 LLM 响应中未定义的术语表条目,避免术语合并时崩溃(Fixes MIOSUB-3A)。
14+ - ** JSON 解析器** :当第三方代理忽略 ` responseMimeType ` 时自动剥离 JSON 响应中的 Markdown 代码围栏,并改进错误位置日志(Fixes MIOSUB-11)。
15+ - ** 对齐器** :为 CTC 对齐器的音频和模型路径添加 ` ensureAsciiSafePath() ` 包装,修复非 ASCII 路径下的对齐失败(Fixes MIOSUB-3H)。
16+
817## [ 3.0.19] - 2026-02-22
918
1019### 新功能
Original file line number Diff line number Diff line change 44 "author" : " Corvo007" ,
55 "license" : " AGPL-3.0-only" ,
66 "private" : true ,
7- "version" : " 3.0.19 " ,
7+ "version" : " 3.0.20 " ,
88 "type" : " module" ,
99 "main" : " dist-electron/main.cjs" ,
1010 "scripts" : {
You can’t perform that action at this time.
0 commit comments