Skip to content

Commit

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

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

如果您在使用的过程中遇到BUG, 请到 [issues](https://github.com/gkd-kit/gkd/issues) 提交, 记得带上日志

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

## 优化和修复
## 优化无修复

- 选择器支持取反表达式
- 选择器支持成员属性链式访问
- 选择器支持方法链式调用
- 选择器支持更具体的错误提示
- 以上更新可在 [文档-选择器](https://gkd.li/selector/) 查看

## v1.8.0-beta.2

- 应用的规则列表界面现在显示订阅名称
- 订阅新增了 anyMatches 字段, 如果存在任意一个选择器能匹配上节点, 那么点击这个节点
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 = 30
versionName = "1.8.0-beta.2"
versionCode = 31
versionName = "1.8.0-beta.3"

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

0 comments on commit c78d7c0

Please sign in to comment.