Skip to content

Commit d268c28

Browse files
committed
Release 1.11.8
1 parent 62f70c6 commit d268c28

2 files changed

Lines changed: 41 additions & 3 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.11.8] - 2026-05-23
10+
11+
### English
12+
13+
#### Changed
14+
- Rebuilt the settings window with a new sidebar home, clearer dashboard cards, and cleaner About and update controls.
15+
- Expanded model and provider presentation across settings so catalogs, install states, and feature model pickers are easier to scan.
16+
- Moved local model storage out of the cache directory while keeping compatibility with existing installs.
17+
18+
#### Fixed
19+
- Preserved settings list scroll position and prompt edits more reliably while settings views refresh.
20+
- Surfaced local model load failures more clearly and reduced stale refresh issues after unloading local models.
21+
- Started Whisper capture before model loading so recording startup stays more reliable.
22+
23+
### 简体中文
24+
25+
#### 改进
26+
- 重构设置窗口,带来新的侧边栏首页、更清晰的 Dashboard 卡片,以及更干净的 About 和更新控制。
27+
- 补全设置中的模型与 provider 展示,让模型目录、安装状态和功能模型选择器更易浏览。
28+
- 将本地模型存储迁出缓存目录,同时保持对现有安装的兼容。
29+
30+
#### 修复
31+
- 改善设置视图刷新时的状态保持,更稳定地保留设置列表滚动位置和提示词编辑内容。
32+
- 更清晰地展示本地模型加载失败信息,并减少卸载本地模型后的陈旧刷新问题。
33+
- 在模型加载前启动 Whisper capture,让录音启动流程更稳定。
34+
35+
### 日本語
36+
37+
#### 変更
38+
- 設定ウィンドウを刷新し、新しいサイドバーのホーム、分かりやすい Dashboard カード、より整理された About と更新操作を追加しました。
39+
- 設定内のモデルと provider の表示を拡充し、カタログ、インストール状態、機能別モデル選択を見やすくしました。
40+
- 既存インストールとの互換性を保ちながら、ローカルモデルの保存先をキャッシュディレクトリ外へ移しました。
41+
42+
#### 修正
43+
- 設定ビューの再読み込み中でも、設定リストのスクロール位置とプロンプト編集内容をより安定して保持するようにしました。
44+
- ローカルモデルの読み込み失敗をより分かりやすく表示し、ローカルモデル解除後の古い更新状態が残る問題を減らしました。
45+
- モデル読み込み前に Whisper capture を開始し、録音開始をより安定させました。
46+
947
## [1.11.8-beta.1] - 2026-05-21
1048

1149
### 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 = 101100801;
471+
CURRENT_PROJECT_VERSION = 101100899;
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 = 101100801;
514+
CURRENT_PROJECT_VERSION = 101100899;
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 = 101100801;
558+
CURRENT_PROJECT_VERSION = 101100899;
559559
ENABLE_APP_SANDBOX = YES;
560560
ENABLE_HARDENED_RUNTIME = YES;
561561
ENABLE_PREVIEWS = NO;

0 commit comments

Comments
 (0)