Update version to 1.0.82

This commit is contained in:
2022-05-04 09:25:52 +08:00
parent 485b51ca32
commit 4fc64e0a02
5 changed files with 11 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
- 方便移植 快速上手
<font size=3 style="opacity: 0.6">`更新时间 2022-05-04 05:05`</font>
<font size=3 style="opacity: 0.6">`更新时间 2022-05-04 09:23`</font>
[GitHub](https://github.com/fankes/YukiHookAPI)
[Get Started](#介绍)

View File

@@ -2,6 +2,11 @@
> 这里记录了 `YukiHookAPI` 的版本更新历史。
### 1.0.82 | 2022.05.04
- 修复了一处概念混淆错误,区分 `initZygote` 与系统框架的关系,之前的注释和文档有问题,非常抱歉
- `PackageParam` 新增 `loadSystem` 方法,不需要再写 `loadApp(name = "android")` 即可 Hook 系统框架
### 1.0.81 | 2022.05.04
- 修复使用 `by` 方法设置条件后 Hook 方法体内查找不到的方法、构造方法依然输出错误日志的问题