Update version to 1.0.86

This commit is contained in:
2022-05-06 14:51:37 +08:00
parent 8e1c51a80c
commit 25e4dbb3d1
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 13:45`</font>
<font size=3 style="opacity: 0.6">`更新时间 2022-05-06 14:48`</font>
[GitHub](https://github.com/fankes/YukiHookAPI)
[Get Started](#介绍)

View File

@@ -2,6 +2,11 @@
> 这里记录了 `YukiHookAPI` 的版本更新历史。
### 1.0.86 | 2022.05.06
- 修复不支持 Resources Hook(资源钩子) 的情况下在 `initZygote` 时持续报错的问题,复现在 **ZUI**/**LSPosed CI(1.8.3-6550)**
- 优化并对 Resources Hook 进行异常处理,只有被使用后不支持才会打印错误和警告
### 1.0.85 | 2022.05.04
- 修复无法 Hook 系统框架的严重问题,从 `1.0.80` 开始出现