Skip to content

Commit

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

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

Expand All @@ -8,13 +8,18 @@

## 优化和修复

- 更换应用图标, 应用图标适配深色/浅色主题
- 修复自定义提示在某些机型无法消失的问题

## 旧版本日志

### v1.8.0-beta.10

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

## 旧版本日志

### v1.8.0-beta.9

- 新增自定义 toast 开关用于解决系统 toast 高频率下不显示的问题
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 = 38
versionName = "1.8.0-beta.10"
versionCode = 39
versionName = "1.8.0-beta.11"

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

0 comments on commit c78de4e

Please sign in to comment.