diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ca184b..e8ae3d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to bestASR are documented here. The format follows ## [Unreleased] +## [0.14.0] - 2026-07-17 + ### Added - **Confidence-gated hallucination filtering (#100)**: `--hallucination-filter diff --git a/Sources/BestASRKit/Models/DataModels.swift b/Sources/BestASRKit/Models/DataModels.swift index 35acee1..e0111ae 100644 --- a/Sources/BestASRKit/Models/DataModels.swift +++ b/Sources/BestASRKit/Models/DataModels.swift @@ -1,7 +1,7 @@ import Foundation public enum BestASRVersion { - public static let current = "0.13.0" + public static let current = "0.14.0" } // MARK: - Backends diff --git a/changelog/20260717_v0.14.0-release.md b/changelog/20260717_v0.14.0-release.md new file mode 100644 index 0000000..7c579aa --- /dev/null +++ b/changelog/20260717_v0.14.0-release.md @@ -0,0 +1,17 @@ +# 2026-07-17 — v0.14.0 發布(幻覺過濾 Phase 2+3 出貨) + +## 發布 + +- **v0.14.0**:把 #100(`--hallucination-filter full`,confidence-gated)與 + #101(WhisperKit decode knobs:`--no-speech-threshold` / + `--compression-ratio-threshold` / `--logprob-threshold`)從 [Unreleased] + 切版出貨。CHANGELOG [0.14.0] 段落為準。 +- `release-mcp.sh 0.14.0`:notarized `bestasr-mcp`(MCP `hallucination_filter` + 參數自此吃得到 `full`)→ GitHub Release v0.14.0 +- `release-app.sh`:簽章 + notarize + staple 的 `bestASR-0.14.0.zip` 上傳同一 release +- `/plugin-update bestasr`:plugin 0.13.0 → 0.14.0 + +## 程式檔變更(今日) + +- `Sources/BestASRKit/Models/DataModels.swift` — `BestASRVersion.current` → 0.14.0 +- `plugins/bestasr/.claude-plugin/plugin.json` — 0.14.0 diff --git a/plugins/bestasr/.claude-plugin/plugin.json b/plugins/bestasr/.claude-plugin/plugin.json index 9322323..dc23e89 100644 --- a/plugins/bestasr/.claude-plugin/plugin.json +++ b/plugins/bestasr/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "bestasr", - "version": "0.13.0", + "version": "0.14.0", "description": "bestASR for agents: the bestasr-mcp MCP server (benchmark-driven ASR routing — transcribe/recommend/list_backends/list_models/corpus_add, auto-downloaded on install) plus workflow skills (context-ingest, srt-proofread, transcript).", "author": { "name": "PsychQuant",