Skip to content

Commit 603f159

Browse files
committed
Release 1.11.9-beta.2
1 parent 44ddc20 commit 603f159

2 files changed

Lines changed: 35 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,38 @@ The format is based on Keep a Changelog.
66

77
## [Unreleased]
88

9+
## [1.11.9-beta.2] - 2026-05-24
10+
11+
### English
12+
13+
#### Changed
14+
- Refined permissions and feature settings pages with clearer cards, labels, and navigation details.
15+
- Improved app enhancement URL handling with cached site icons and more reliable model catalog refresh behavior.
16+
17+
#### Fixed
18+
- Reduced unnecessary microphone input reconfiguration during active recording when hardware change events keep the same device selected.
19+
- Added model-debug-gated live capture diagnostics so local and remote transcription startup issues are easier to isolate.
20+
21+
### 简体中文
22+
23+
#### 改进
24+
- 优化权限和功能设置页面,带来更清晰的卡片、标签和导航细节。
25+
- 改善应用增强中的 URL 处理,加入站点图标缓存,并提升模型目录刷新稳定性。
26+
27+
#### 修复
28+
- 在录音过程中遇到硬件变更但当前设备未变化时,减少不必要的麦克风输入重配置。
29+
- 补充受模型调试开关控制的 live capture 诊断日志,让本地和远程转录启动问题更容易定位。
30+
31+
### 日本語
32+
33+
#### 変更
34+
- 権限ページと機能設定ページを調整し、カード、ラベル、ナビゲーションの見通しを改善しました。
35+
- App Enhancement の URL 処理を改善し、サイトアイコンのキャッシュとモデルカタログ更新の安定性を高めました。
36+
37+
#### 修正
38+
- 録音中に同じ入力デバイスが維持されている hardware change では、不必要なマイク入力再構成を減らしました。
39+
- モデルデバッグログで制御される live capture 診断ログを追加し、ローカル/リモート転写の起動問題を切り分けやすくしました。
40+
941
## [1.11.9-beta.1] - 2026-05-24
1042

1143
### English

Voxt.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@
468468
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
469469
CODE_SIGN_ENTITLEMENTS = Voxt/Voxt.entitlements;
470470
COMBINE_HIDPI_IMAGES = YES;
471-
CURRENT_PROJECT_VERSION = 101100901;
471+
CURRENT_PROJECT_VERSION = 101100902;
472472
ENABLE_APP_SANDBOX = YES;
473473
ENABLE_HARDENED_RUNTIME = YES;
474474
ENABLE_PREVIEWS = NO;
@@ -511,7 +511,7 @@
511511
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
512512
CODE_SIGN_ENTITLEMENTS = Voxt/Voxt.entitlements;
513513
COMBINE_HIDPI_IMAGES = YES;
514-
CURRENT_PROJECT_VERSION = 101100901;
514+
CURRENT_PROJECT_VERSION = 101100902;
515515
ENABLE_APP_SANDBOX = YES;
516516
ENABLE_HARDENED_RUNTIME = YES;
517517
ENABLE_PREVIEWS = NO;
@@ -555,7 +555,7 @@
555555
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
556556
CODE_SIGN_ENTITLEMENTS = Voxt/Voxt.entitlements;
557557
COMBINE_HIDPI_IMAGES = YES;
558-
CURRENT_PROJECT_VERSION = 101100901;
558+
CURRENT_PROJECT_VERSION = 101100902;
559559
ENABLE_APP_SANDBOX = YES;
560560
ENABLE_HARDENED_RUNTIME = YES;
561561
ENABLE_PREVIEWS = NO;

0 commit comments

Comments
 (0)