Skip to content

Commit

Permalink
chore: v1.8.0-beta.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Aug 8, 2024
1 parent fffbcf6 commit 99d112a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.8.0-beta.9
# v1.8.0-beta.10

请注意这是一个测试版本(可能包含BUG), 正式版本暂时不会收到更新

Expand All @@ -8,6 +8,15 @@

## 优化和修复

- 增加界面记录开关并默认关闭记录
- 优化了界面上的文案
- 优化了启动时解析订阅文件的速度
- 修复快照生成链接显示不正确的问题

## 旧版本日志

### v1.8.0-beta.9

- 新增自定义 toast 开关用于解决系统 toast 高频率下不显示的问题
- 新增界面记录可记录打开的应用界面
- 新增通知栏自定义文案模板
Expand All @@ -17,8 +26,6 @@
- 修复选择器的类型检查
- 修复 shizuku 状态检查

## 旧版本日志

### v1.8.0-beta.8

- 更换应用图标
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ android {
targetSdk = project.properties["android_targetSdk"].toString().toInt()

applicationId = "li.songe.gkd"
versionCode = 37
versionName = "1.8.0-beta.9"
versionCode = 38
versionName = "1.8.0-beta.10"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down

0 comments on commit 99d112a

Please sign in to comment.