chore: v1.8.0-beta.6
Some checks are pending
Build-Apk / build (push) Waiting to run

This commit is contained in:
lisonge 2024-07-11 21:40:53 +08:00
parent c3d7969ac9
commit e38bf00a96
2 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# v1.8.0-beta.5
# v1.8.0-beta.6
请注意这是一个测试版本(可能包含BUG), 正式版本暂时不会收到更新
@ -8,11 +8,17 @@
## 优化和修复
- 优化节点获取缓存策略
- 修复使用 `<<` 时没有限制数量导致内存溢出的问题
- 优化导出数据格式兼容性
- 优化更改应用规则页面的配置更改速度
- 选择器新增 [prev/getPrev](https://gkd.li/selector/node.html#context) 属性方法
## 旧版本日志
### v1.8.0-beta.5
- 优化节点获取缓存策略
- 修复使用 `<<` 时没有限制数量导致内存溢出的问题
### v1.8.0-beta.4
- 新增控制提示 `正在保存快照` 的开关

View File

@ -55,8 +55,8 @@ android {
targetSdk = libs.versions.targetSdk.get().toInt()
applicationId = "li.songe.gkd"
versionCode = 33
versionName = "1.8.0-beta.5"
versionCode = 34
versionName = "1.8.0-beta.6"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {