Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
jing332 committed Jul 26, 2023
1 parent df35f8f commit f26e791
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
添加 10种主题色
修复 阅读TTS导入失败
修复 试听无法暂停
修复 内置文件选择器返回后界面被遮挡
- 有好的配置导入提示
- 添加三种主题色
- 新用户自动添加默认配置
- 添加帮助文档,并自动显示
- 朗读规则支持单条导出
- 支持由调用者通过API指定发音配置
- 修复朗读规则导出无拓展名
- 修复本地TTS无法在编辑界面试听
- 修复插件TTS附加数据不更新(解决Azure插件风格和角色变化问题)
- 修复Android8及以下版本的备份问题
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ android {
applicationId 'com.github.jing332.tts_server_android'
minSdk 21
targetSdk 33
versionCode 8
versionName "0.8"
versionCode 9
versionName "0.9"

ksp {
arg("room.schemaLocation", "$projectDir/schemas".toString())
Expand Down

0 comments on commit f26e791

Please sign in to comment.