Update version to 1.0.81

This commit is contained in:
2022-05-04 05:19:02 +08:00
parent cbd2a8d4a7
commit 4ebb674913
5 changed files with 11 additions and 6 deletions

View File

@@ -2,6 +2,11 @@
> 这里记录了 `YukiHookAPI` 的版本更新历史。
### 1.0.81 | 2022.05.04
- 修复使用 `by` 方法设置条件后 Hook 方法体内查找不到的方法、构造方法依然输出错误日志的问题
- 在执行 Hook 过程中加入全局日志显示当前 Hook APP 的包名,并修复一处错误日志打印样式的问题
### 1.0.80 | 2022.05.01
- `InjectYukiHookWithXposed` 注解新增 `entryClassName` 功能,可自定义生成的 `xposed_init` 入口类名