Update version to 1.0.89

This commit is contained in:
2022-05-26 04:42:44 +08:00
parent e20991db3d
commit 4a6abab4f4
5 changed files with 14 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.88-green)
![Blank](https://img.shields.io/badge/version-v1.0.89-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-25 04:03
The latest version update time/最新版本更新时间2022-05-26 04:37
## Contacts

View File

@@ -10,7 +10,7 @@ ext {
devUser = "fankesyooni"
userEmail = "qzmmcn@163.com"
groupId = "com.highcapable.yukihookapi"
apiVersion = "1.0.88"
apiVersion = "1.0.89"
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-25 04:03`</font>
<font size=3 style="opacity: 0.6">`更新时间 2022-05-26 04:37`</font>
[GitHub](https://github.com/fankes/YukiHookAPI)
[Get Started](#介绍)

View File

@@ -2,6 +2,14 @@
> 这里记录了 `YukiHookAPI` 的版本更新历史。
### 1.0.89 | 2022.05.26
- 修复 `YukiHookDataChannel` 不能重复设置监听的问题,并加入在模块不同 `Activity` 中重复响应和自动跟随 `Activity` 销毁监听功能
- 新增 `YukiHookDataChannel` 重复监听用例说明文档
- 加入 `onAlreadyHooked` 方法,可判断当前方法是否被重复 Hook
- 修改部分重复添加 HashMap 的逻辑,移除 `putIfAbsent` 方法,允许覆盖添加
- 修复了几处可能的 BUG
### 1.0.88 | 2022.05.25
- 对 Xposed API 完全解耦合

View File

@@ -73,10 +73,10 @@ object YukiHookAPI {
internal var isLoadedFromBaseContext = false
/** 获取当前 [YukiHookAPI] 的版本 */
const val API_VERSION_NAME = "1.0.88"
const val API_VERSION_NAME = "1.0.89"
/** 获取当前 [YukiHookAPI] 的版本号 */
const val API_VERSION_CODE = 29
const val API_VERSION_CODE = 30
/**
* 获取当前 Hook 框架的名称