Skip to content

Commit

Permalink
chore: v1.8.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lisonge committed Jul 11, 2024
1 parent c3d7969 commit e38bf00
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.8.0-beta.5
# v1.8.0-beta.6

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

Expand All @@ -8,11 +8,17 @@

## 优化和修复

- 优化节点获取缓存策略
- 修复使用 `<<` 时没有限制数量导致内存溢出的问题
- 优化导出数据格式兼容性
- 优化更改应用规则页面的配置更改速度
- 选择器新增 [prev/getPrev](https://gkd.li/selector/node.html#context) 属性方法

## 旧版本日志

### v1.8.0-beta.5

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

### v1.8.0-beta.4

- 新增控制提示 `正在保存快照` 的开关
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 = 33
versionName = "1.8.0-beta.5"
versionCode = 34
versionName = "1.8.0-beta.6"

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

0 comments on commit e38bf00

Please sign in to comment.