Skip to content

Commit

Permalink
chore: v1.9.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Oct 19, 2024
1 parent 24c57a8 commit 86bb3c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

## 优化和修复

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

## 旧版本日志

## v1.9.0-beta.2

- 新增写入安全设置权限操作, 便捷控制无障碍开关以及无感保活
- 新增订阅字段 Postion 中 random 变量
- 新增订阅字段 excludeSnapshotUrls
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 = 43
versionName = "1.9.0-beta.1"
versionCode = 44
versionName = "1.9.0-beta.2"

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

0 comments on commit 86bb3c3

Please sign in to comment.