Bug fix release following v0.6.2.
Highlights
- Fixed BGM volume not applying when reusing a playback session for the same book.
- Fixed accessibility labels for the main screen search bar, close-search button, and settings button — now properly labelled in Chinese.
- Fixed voice export to support selective per-voice export via a selection dialog, instead of always exporting all voices.
- Fixed OpenAI-compatible TTS endpoint (
/v1/audio/speech) Chinese garble when callers send percent-encoded text or UTF-8 bytes mis-decoded as Latin-1. - Fixed
SettingsActivitytriggering deprecatedsetStatusBarColor/setNavigationBarColorwarnings on Android 15; replaced system translucent theme with a customNoActionBartheme, unified slide-right transition animation across Android 13 and 15.
Notes
- v0.6.3 is a focused bug-fix release. No new major features.
- Especially relevant for users on Android 15, TalkBack users, and callers using the OpenAI-compatible API with Chinese text.
v0.6.3 是承接 v0.6.2 的后续 Bug 修复版本。
本次重点
- 修复 BGM 背景音乐在同一本书复用会话时音量设置无效的问题。
- 修复主界面搜索栏、关闭搜索、设置按钮无障碍标签为英文或缺失的问题,补齐中文标签。
- 修复音色导出只能全量导出的问题,改为通过弹窗支持勾选指定音色导出。
- 修复 OpenAI TTS 接口接收中文时出现乱码,兼容百分号编码和 UTF-8/Latin-1 误读两种情况。
- 修复设置页在 Android 15 上触发弃用 API 告警及黑边问题,统一 Android 13/15 的右进右出过渡动画。
版本定位
- 以 Bug 修复为主,不引入新功能。
- 适合 Android 15 设备用户、TalkBack 用户,以及使用 OpenAI 兼容接口发送中文的调用方。