Skip to content

Commit 3e3fde2

Browse files
corvo007claude
andcommitted
Release v3.0.20
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 40e9bd3 commit 3e3fde2

3 files changed

Lines changed: 19 additions & 1 deletion

File tree

docs/content/docs/en/changelog.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ description: "All notable changes to MioSub"
55

66
All 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

docs/content/docs/zh/changelog.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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
### 新功能

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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": {

0 commit comments

Comments
 (0)