From 947560a4a420810e3dad014e5c10e5eefff7b129 Mon Sep 17 00:00:00 2001 From: Fankesyooni Date: Tue, 29 Mar 2022 20:53:26 +0800 Subject: [PATCH] Update version to 1.0.68 --- README.md | 9 +++++++-- build.gradle | 2 +- .../kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7dc9caa8..3d446451 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Eclipse Marketplace](https://img.shields.io/badge/build-passing-brightgreen) ![Eclipse Marketplace](https://img.shields.io/badge/license-MIT-blue) -![Eclipse Marketplace](https://img.shields.io/badge/version-v1.0.67-green) +![Eclipse Marketplace](https://img.shields.io/badge/version-v1.0.68-green) [![Telegram](https://img.shields.io/static/v1?label=Telegram&message=交流讨论&color=0088cc)](https://t.me/XiaofangInternet)

@@ -183,7 +183,12 @@ class MainHook : YukiHookXposedInitProxy { 彻底对方法、构造方法及变量的查找方案进行重构;
优化代码注释,修复了可能产生的 BUG。

- 1.0.68
- 完善中。 + 增加 Demo 中的新用例和 LSPosed 作用域; + 增加 `Member` 查找缓存和查找缓存配置开关; + 移除和修改 `MethodFinder`、`FieldFinder` 以及 `HookParam` 相关方法的调用; + 增加更多 `Finder` 中的 `cast` 类型并支持 `cast` 为数组; + 整体的性能和稳定性提升; + 修复上一个版本可能存在的 BUG。 # Features diff --git a/build.gradle b/build.gradle index 42b3d482..8f787faf 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.67" + apiVersion = "1.0.68" repoName = "YukiHookAPI" repoDescription = "An efficient Kotlin version of the Xposed Hook API." licenceName = "MIT License" diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt index 841ff8f1..7ca3eb26 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 { private var isXposedInitialized = false /** 获取当前 [YukiHookAPI] 的版本 */ - const val API_VERSION_NAME = "1.0.67" + const val API_VERSION_NAME = "1.0.68" /** 获取当前 [YukiHookAPI] 的版本号 */ - const val API_VERSION_CODE = 12 + const val API_VERSION_CODE = 13 /** * 模块是否装载了 Xposed 回调方法