Skip to content

Commit

Permalink
版本提升至23.05.20.19
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuYiGL committed May 20, 2023
1 parent e5cfae6 commit 8b0b12d
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 @@ -91,7 +91,7 @@ boolean isRelease() {
def getSelfDefinedVersion(type) {
int aa = 1
int bb = 0 // 0-99
int cc = 11 // 0-99
int cc = 15 // 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 @@
## 更新日志

### 23.05.20.19

#### 修复

+ 去除系统应用跳转限制,如传送门

#### 新增

+ 自定义小窗缩放和位置
+ 黑名单的搜索、过滤功能、恢复默认黑名单开关
+ 窗口外手势判断,替换掉原来的失去焦点行为
+ 点击:当手指在小窗外抬起时触发行为
+ 触摸:当手指在小窗外按下时触发行为

+ 详细日志开关,优化部分场景下掉帧问题

#### 优化

+ 点击小窗外面的动画转迷你小窗的动画逻辑
+ 去除强制黑名单,所有预设黑名单为建议黑名单,可自行关闭
+ 平行小窗替换成白名单模式

### V23.05.13.11

#### 新增
Expand Down

0 comments on commit 8b0b12d

Please sign in to comment.