File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,35 @@ The format is based on Keep a Changelog.
66
77## [ Unreleased]
88
9+ ## [ 1.11.9-beta.3] - 2026-05-25
10+
11+ ### English
12+
13+ #### Changed
14+ - Expanded the built-in log viewer to show and export the latest 2000 lines with appended app metadata for debugging.
15+
16+ #### Fixed
17+ - Switched the log viewer preview to a more stable native text view to prevent blank or frozen previews when opening large logs.
18+ - Added broader model-debug-gated live capture diagnostics across local and remote transcription startup paths.
19+
20+ ### 简体中文
21+
22+ #### 改进
23+ - 扩展内置日志查看器,支持预览和导出最新 2000 行日志,并继续在末尾附带应用元数据,方便排查问题。
24+
25+ #### 修复
26+ - 将日志预览切换为更稳定的原生文本视图,避免打开大日志时出现空白或卡死。
27+ - 在本地与远程转录启动链路中补充更完整的、受模型调试开关控制的 live capture 诊断日志。
28+
29+ ### 日本語
30+
31+ #### 変更
32+ - 内蔵ログビューアーを拡張し、最新 2000 行の表示と書き出し、および末尾へのアプリメタデータ付与に対応しました。
33+
34+ #### 修正
35+ - ログプレビューをより安定したネイティブテキストビューに切り替え、大きなログを開いたときの空白表示やフリーズを防ぎました。
36+ - ローカル/リモート転写の起動経路に、モデルデバッグログで制御される live capture 診断ログをさらに追加しました。
37+
938## [ 1.11.9-beta.2] - 2026-05-24
1039
1140### English
Original file line number Diff line number Diff line change 468468 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
469469 CODE_SIGN_ENTITLEMENTS = Voxt/Voxt.entitlements;
470470 COMBINE_HIDPI_IMAGES = YES;
471- CURRENT_PROJECT_VERSION = 101100902 ;
471+ CURRENT_PROJECT_VERSION = 101100903 ;
472472 ENABLE_APP_SANDBOX = YES;
473473 ENABLE_HARDENED_RUNTIME = YES;
474474 ENABLE_PREVIEWS = NO;
511511 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
512512 CODE_SIGN_ENTITLEMENTS = Voxt/Voxt.entitlements;
513513 COMBINE_HIDPI_IMAGES = YES;
514- CURRENT_PROJECT_VERSION = 101100902 ;
514+ CURRENT_PROJECT_VERSION = 101100903 ;
515515 ENABLE_APP_SANDBOX = YES;
516516 ENABLE_HARDENED_RUNTIME = YES;
517517 ENABLE_PREVIEWS = NO;
555555 ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
556556 CODE_SIGN_ENTITLEMENTS = Voxt/Voxt.entitlements;
557557 COMBINE_HIDPI_IMAGES = YES;
558- CURRENT_PROJECT_VERSION = 101100902 ;
558+ CURRENT_PROJECT_VERSION = 101100903 ;
559559 ENABLE_APP_SANDBOX = YES;
560560 ENABLE_HARDENED_RUNTIME = YES;
561561 ENABLE_PREVIEWS = NO;
You can’t perform that action at this time.
0 commit comments