Skip to content

Commit

Permalink
chore: v1.9.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Oct 21, 2024
1 parent cae215c commit a2524ab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
# v1.9.0-beta.2
# v1.9.0-beta.3

以下是本次更新的主要内容

## 优化和修复

- 修复优先级规则逻辑判断错误导致规则不执行
- 修复有写入安全设置权限下仍然到系统设置打开无障碍服务导致状态显示不正确
- 优化节点缓存策略

## 旧版本日志

## v1.9.0-beta.2

- 订阅字段新增 [priorityTime](https://gkd.li/api/interfaces/RawCommonProps#prioritytime)[priorityActionMaximum](https://gkd.li/api/interfaces/RawCommonProps#priorityactionmaximum), 用于解决开屏类规则被其他规则阻塞, 无法及时执行的问题
- 优化运行一段时间后出现系统通知提示的问题
- 修复某些机型 java 方法 removeLast 报错不存在的问题
- 其它优化和错误修复

## 旧版本日志

## v1.9.0-beta.1

- 新增写入安全设置权限操作, 便捷控制无障碍开关以及无感保活
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 = 44
versionName = "1.9.0-beta.2"
versionCode = 45
versionName = "1.9.0-beta.3"

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

0 comments on commit a2524ab

Please sign in to comment.