Skip to content

Commit

Permalink
chore: v1.8.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jul 5, 2024
1 parent 990d6ce commit 656caf1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
26 changes: 11 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.8.0-beta.4
# v1.8.0-beta.5

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

Expand All @@ -8,36 +8,34 @@

## 优化和修复

- 优化节点获取缓存策略
- 修复使用 `<<` 时没有限制数量导致内存溢出的问题

## 旧版本日志

### v1.8.0-beta.4

- 新增控制提示 `正在保存快照` 的开关
- 新增订阅字段 [matchRoot](https://gkd.li/api/interfaces/RawCommonProps.html#matchroot)
- 优化了选择器的节点缓存策略

## 旧版本日志

<details>
<summary>v1.8.0-beta.3</summary>
### v1.8.0-beta.3

- 选择器支持取反表达式
- 选择器支持成员属性链式访问
- 选择器支持方法链式调用
- 选择器支持更具体的错误提示
- 以上更新可在 [文档-选择器](https://gkd.li/selector/) 查看

</details>

<details>
<summary>v1.8.0-beta.2</summary>
### v1.8.0-beta.2

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

</details>

<details>
<summary>v1.8.0-beta.1</summary>
### v1.8.0-beta.1

- 优化了很多界面UI
- 新增导入导出规则/配置数据
Expand All @@ -50,5 +48,3 @@
- 修复在某些机型上无故重启进程导致匹配范围短时间失效的错误点击问题
- 隐藏 Android>=12 上截图服务开关
- 其它优化和错误修复

</details>
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 = 32
versionName = "1.8.0-beta.4"
versionCode = 33
versionName = "1.8.0-beta.5"

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

0 comments on commit 656caf1

Please sign in to comment.