File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed
Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1- # v1.10.0-beta.3
1+ # v1.10.0-beta.4
22
33以下是本次更新的主要内容
44
55## 优化和修复
66
7- - 修复无法启动HTTP服务器的问题
7+ - 新增规则组长按触发批量操作
8+ - 订阅新增 excludeAllMatches/disableIfAppGroupMatch/ignoreGlobalGroupMatch 字段
9+ - 优化规则组列表项卡片显示
10+ - 优化本地订阅规则组列表显示
11+ - 优化界面的一些操作逻辑
12+ - 变更长按时间 400 -> 500 毫秒
13+ - 修复某些应用异常图标导致的崩溃
14+ - 修复快照链接生成不正确的问题
15+ - 修复暂停匹配时概率触发匹配的问题
816
9- 选择器新增内容可查看 [ 文档] ( https://gkd.li/guide/selector )
17+ 选择器新增内容可查看 [ 文档-选择器] ( https://gkd.li/guide/selector )
18+
19+ 订阅新增内容可查看 [ 文档-API] ( https://gkd.li/api/ )
1020
1121## 通过以下任意方式更新
1222
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ android {
5757 targetSdk = project.properties[" android_targetSdk" ].toString().toInt()
5858
5959 applicationId = " li.songe.gkd"
60- versionCode = 55
61- versionName = " 1.10.0-beta.3 "
60+ versionCode = 56
61+ versionName = " 1.10.0-beta.4 "
6262
6363 testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
6464 vectorDrawables {
You can’t perform that action at this time.
0 commit comments