Skip to content

Commit

Permalink
chore: v1.8.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jun 19, 2024
1 parent 03822a4 commit b2403e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
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
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

0 comments on commit b2403e7

Please sign in to comment.