diff --git a/README.md b/README.md index fff3e8f1..a6c2db94 100644 --- a/README.md +++ b/README.md @@ -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.89-green) +![Blank](https://img.shields.io/badge/version-v1.0.90-green) [![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)

@@ -64,7 +64,7 @@ > 你大概率会遇到浏览器缓存造成文档不是最新版本的问题,若已经查看过一次文档,请手动在每个页面上刷新一次以同步最新版本,或清除浏览器缓存。 -The latest version update time/最新版本更新时间:2022-05-26 04:37 +The latest version update time/最新版本更新时间:2022-05-27 03:12 ## Contacts diff --git a/build.gradle b/build.gradle index 3833f559..c08c86c8 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ ext { devUser = "fankesyooni" userEmail = "qzmmcn@163.com" groupId = "com.highcapable.yukihookapi" - apiVersion = "1.0.89" + apiVersion = "1.0.90" repoName = "YukiHookAPI" repoDescription = "An efficient Kotlin version of the Xposed Hook API." licenceName = "MIT License" diff --git a/docs/_coverpage.md b/docs/_coverpage.md index fab303d5..b86383f3 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -12,7 +12,7 @@ - 方便移植 快速上手 -`更新时间 2022-05-26 04:37` +`更新时间 2022-05-27 03:12` [GitHub](https://github.com/fankes/YukiHookAPI) [Get Started](#介绍) diff --git a/docs/about/changelog.md b/docs/about/changelog.md index 72cf0b91..d3a36dc1 100644 --- a/docs/about/changelog.md +++ b/docs/about/changelog.md @@ -2,6 +2,14 @@ > 这里记录了 `YukiHookAPI` 的版本更新历史。 +### 1.0.90 | 2022.05.27 + +- 修复 `YukiHookDataChannel` 在模块设置监听回调时闪退的问题 +- 修复 `YukiHookDataChannel` 在非当前 `Activity` 情况下依然会回调的问题 +- 移除 `YukiHookDataChannel` 回调事件的默认值,没有即不回调 +- 移除 `YukiHookModulePrefs` 在 XShare 不可读的情况下打印的警告 +- 新增 `YukiHookModulePrefs` 中的 `isXSharePrefsReadable` 方法,可判断当前的 XShare 是否可用 + ### 1.0.89 | 2022.05.26 - 修复 `YukiHookDataChannel` 不能重复设置监听的问题,并加入在模块不同 `Activity` 中重复响应和自动跟随 `Activity` 销毁监听功能 diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt index a1b319f9..8e2f5aa1 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt @@ -73,10 +73,10 @@ object YukiHookAPI { internal var isLoadedFromBaseContext = false /** 获取当前 [YukiHookAPI] 的版本 */ - const val API_VERSION_NAME = "1.0.89" + const val API_VERSION_NAME = "1.0.90" /** 获取当前 [YukiHookAPI] 的版本号 */ - const val API_VERSION_CODE = 30 + const val API_VERSION_CODE = 31 /** * 获取当前 Hook 框架的名称