Skip to content

Commit

Permalink
chore: v1.8.0-beta.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jul 13, 2024
1 parent 028ad89 commit 31df349
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.6
# v1.8.0-beta.7

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

Expand All @@ -8,12 +8,19 @@

## 优化和修复

- 修复选择器类型检查不完全的错误
- 选择器支持多次快速查询优化
- 订阅新增 fastQuery 字段
- 以上更新可在 [选择器-查询优化](https://gkd.li/selector/optimize) 查看

## 旧版本日志

### v1.8.0-beta.6

- 优化导出数据格式兼容性
- 优化更改应用规则页面的配置更改速度
- 选择器新增 [prev/getPrev](https://gkd.li/selector/node.html#context) 属性方法

## 旧版本日志

### v1.8.0-beta.5

- 优化节点获取缓存策略
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ android {
targetSdk = libs.versions.targetSdk.get().toInt()

applicationId = "li.songe.gkd"
versionCode = 34
versionName = "1.8.0-beta.6"
versionCode = 35
versionName = "1.8.0-beta.7"

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

0 comments on commit 31df349

Please sign in to comment.