File tree Expand file tree Collapse file tree 3 files changed +48
-2
lines changed
Expand file tree Collapse file tree 3 files changed +48
-2
lines changed Original file line number Diff line number Diff line change 11# 更新日志 / Changelog
22
3+ ## v3.11.2 (2025-01-07)
4+
5+ ### 新增功能
6+
7+ - ** 触觉反馈强度调节** : 新增触觉反馈强度分级调节功能,并补全各场景的触觉反馈
8+ - ** 自定义推理参数** : 新增自定义思考模式的参数配置功能
9+ - ** 前台保活服务** : 其他设置页新增前台保活服务及电池优化白名单申请入口
10+ - ** 下载源测速** : 下载源选择弹窗增加延迟测速显示,方便选择最快的镜像源
11+ - ** 自动检查更新** : 关于页新增"自动检查更新"开关选项
12+ - ** 更新内置后处理模型列表** : 为部分渠道新增多个内置后处理模型可供选择
13+
14+ ### 改进优化
15+
16+ - ** 预置渠道拉取模型** : 将拉取模型列表功能扩展到预置渠道,不再仅限于自定义渠道
17+ - ** 下载镜像源配置** : 统一下载镜像源配置并简化调用逻辑
18+
19+ ### 问题修复
20+
21+ - 修复本地模型"配置指南"跳转按钮失效的问题
22+ - 修复同步总字符数时可能丢失已统计 ASR 字符的问题
23+
24+ ---
25+
326## v3.11.1 (2025-12-30)
427
528### 新增功能
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v3.11.2 (2025-01-07)
4+
5+ ### New Features
6+
7+ - ** Haptic Feedback Intensity Adjustment** : Added haptic feedback intensity level adjustment and completed haptic feedback for various scenarios
8+ - ** Custom Thinking Parameters** : Added custom thinking parameter configuration for AI post-processing models
9+ - ** Foreground Keep-Alive Service** : Added foreground keep-alive service and battery optimization whitelist request entry in Other Settings
10+ - ** Download Source Speed Test** : Added latency speed test display in download source selection dialog for easier fastest mirror selection
11+ - ** Auto Update Check** : Added "Auto Check for Updates" toggle option in About page
12+ - ** New Built-in Post-Processing Models** : Added multiple built-in post-processing models to choose from
13+
14+ ### Improvements
15+
16+ - ** Preset Channel Model Fetch** : Extended model list fetching to preset channels, no longer limited to custom channels only
17+ - ** Download Mirror Configuration** : Unified download mirror source configuration and simplified calling logic
18+
19+ ### Bug Fixes
20+
21+ - Fixed "Configuration Guide" jump button not working for local models
22+ - Fixed potential loss of already counted ASR characters when syncing total character count
23+
24+ ---
25+
326## v3.11.1 (2025-12-30)
427
528### New Features
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ android {
1212 applicationId = " com.brycewg.asrkb"
1313 minSdk = 29
1414 targetSdk = 35
15- versionCode = 139
16- versionName = " 3.11.1 "
15+ versionCode = 140
16+ versionName = " 3.11.2 "
1717
1818 // 仅构建 arm64-v8a 以减小包体体积
1919 ndk {
You can’t perform that action at this time.
0 commit comments