Skip to content

Commit

Permalink
版本更新
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYiGL committed May 13, 2023
1 parent 86413b1 commit ad6f11d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ boolean isRelease() {
def getSelfDefinedVersion(type) {
int aa = 1
int bb = 0 // 0-99
int cc = 6 // 0-99
int cc = 7 // 0-99

if ("code" == type) {
aa * 10000 + bb * 100 + cc
Expand Down
22 changes: 22 additions & 0 deletions update_log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
## 更新日志

### V23.05.13.11

#### 新增

+ 添加黑名单系统,其中包括磁贴、跳转、分享、平行小窗

#### 修复

+ 某些情况下谷歌相册无法删除相片
+ 存在两个贴边小窗时导致存在小窗数量限制

#### 优化

+ 减少模块体积(还是一样的大。。。)
+ 去除多余Hook项
+ 重新设计了新的反射框架
+ 增加平行小窗的判断逻辑,减少无限添加应用导致内存过多的可能,减少应用加载

#### 更改

+ 由于悬浮球未做挂起小窗、贴边小窗处理,防止内存过多占用去除悬浮球的平行小窗权限

### V23.05.06

#### 新增
Expand Down

0 comments on commit ad6f11d

Please sign in to comment.