Update version to 1.0.91

This commit is contained in:
2022-05-29 03:53:49 +08:00
parent 57331234c3
commit 4c9cf2b3bd
5 changed files with 12 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
![Blank](https://img.shields.io/badge/build-passing-brightgreen)
![Blank](https://img.shields.io/badge/license-MIT-blue)
![Blank](https://img.shields.io/badge/version-v1.0.90-green)
![Blank](https://img.shields.io/badge/version-v1.0.91-green)
[![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)
<br/><br/>
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>
@@ -64,7 +64,7 @@
> 你大概率会遇到浏览器缓存造成文档不是最新版本的问题,若已经查看过一次文档,请手动在每个页面上刷新一次以同步最新版本,或清除浏览器缓存。
The latest version update time/最新版本更新时间2022-05-27 05:20
The latest version update time/最新版本更新时间2022-05-29 03:50
## Contacts

View File

@@ -10,7 +10,7 @@ ext {
devUser = "fankesyooni"
userEmail = "qzmmcn@163.com"
groupId = "com.highcapable.yukihookapi"
apiVersion = "1.0.90"
apiVersion = "1.0.91"
repoName = "YukiHookAPI"
repoDescription = "An efficient Kotlin version of the Xposed Hook API."
licenceName = "MIT License"

View File

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

View File

@@ -2,6 +2,12 @@
> 这里记录了 `YukiHookAPI` 的版本更新历史。
### 1.0.91 | 2022.05.29
- 修复部分设备的定制系统在 LSPosed 环境下开机启动获取的 `ClassLoader` 错误的问题,感谢 [Luckyzyx](https://github.com/luckyzyx) 的反馈
- 修复 `YukiHookDataChannel`**ZUI** 以及低于 **Android 12** 的系统上不能回调当前 `Activity` 广播的问题
- 整合 `YukiHookModuleStatus` 功能到 `YukiHookAPI.Status`,重写了大量方法,现在你可以在模块与宿主中双向判断模块激活等状态信息
### 1.0.90 | 2022.05.27
- 修复 `YukiHookDataChannel` 在模块设置监听回调时闪退的问题

View File

@@ -74,10 +74,10 @@ object YukiHookAPI {
internal var isLoadedFromBaseContext = false
/** 获取当前 [YukiHookAPI] 的版本 */
const val API_VERSION_NAME = "1.0.90"
const val API_VERSION_NAME = "1.0.91"
/** 获取当前 [YukiHookAPI] 的版本号 */
const val API_VERSION_CODE = 31
const val API_VERSION_CODE = 32
/**
* 当前 [YukiHookAPI] 的状态