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