Skip to content

Commit 5fa8936

Browse files
committed
chore: v1.8.0-beta.2
1 parent c244e2c commit 5fa8936

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v1.8.0-beta.1
1+
# v1.8.0-beta.2
22

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

@@ -8,6 +8,14 @@
88

99
## 优化和修复
1010

11+
- 应用的规则列表界面现在显示订阅名称
12+
- 订阅新增了 anyMatches 字段, 如果存在任意一个选择器能匹配上节点, 那么点击这个节点
13+
- 修复了在调用系统分享时状态栏区域塌陷导致应用界面整体上移的问题
14+
- 改进了一些字体样式和间距
15+
- 其它优化和错误修复
16+
17+
## v1.8.0-beta.1
18+
1119
- 优化了很多界面UI
1220
- 新增导入导出规则/配置数据
1321
- 优化应用搜索支持忽略大小写

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ android {
5555
targetSdk = libs.versions.targetSdk.get().toInt()
5656

5757
applicationId = "li.songe.gkd"
58-
versionCode = 29
59-
versionName = "1.8.0-beta.1"
58+
versionCode = 30
59+
versionName = "1.8.0-beta.2"
6060

6161
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
6262
vectorDrawables {

0 commit comments

Comments
 (0)