Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from gkd-kit:main #42

Merged
merged 2 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.8.0-beta.1
# v1.8.0-beta.2

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

Expand All @@ -8,6 +8,14 @@

## 优化和修复

- 应用的规则列表界面现在显示订阅名称
- 订阅新增了 anyMatches 字段, 如果存在任意一个选择器能匹配上节点, 那么点击这个节点
- 修复了在调用系统分享时状态栏区域塌陷导致应用界面整体上移的问题
- 改进了一些字体样式和间距
- 其它优化和错误修复

## v1.8.0-beta.1

- 优化了很多界面UI
- 新增导入导出规则/配置数据
- 优化应用搜索支持忽略大小写
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
- [gkd.li](https://gkd.li/guide/)
- [releases](https://github.com/gkd-kit/gkd/releases)

如遇到问题可查看 [疑难解答](https://gkd.li/faq/)

## 功能

基于 [高级选择器](https://gkd.li/selector/) + [订阅规则](https://gkd.li/subscription/) + [快照审查](https://github.com/gkd-kit/inspect) 实现根据屏幕上下文信息自定义点击目标控件
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 = 29
versionName = "1.8.0-beta.1"
versionCode = 30
versionName = "1.8.0-beta.2"

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