From ce9f36fd27125fc39323f4e1b5d6a3188f3b914c Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Fri, 30 Sep 2022 23:42:30 +0800 Subject: [PATCH] Update version to 1.1.3 --- README-zh-CN.md | 2 +- README.md | 2 +- build.gradle | 2 +- docs-source/src/en/about/changelog.md | 7 ++++++- docs-source/src/zh-cn/about/changelog.md | 7 ++++++- .../api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt | 4 ++-- 6 files changed, 17 insertions(+), 7 deletions(-) diff --git a/README-zh-CN.md b/README-zh-CN.md index 230fec9a..c394e3e3 100644 --- a/README-zh-CN.md +++ b/README-zh-CN.md @@ -1,7 +1,7 @@ # Yuki Hook API ![Blank](https://img.shields.io/badge/license-MIT-blue) -![Blank](https://img.shields.io/badge/version-v1.1.2-green) +![Blank](https://img.shields.io/badge/version-v1.1.3-green) [![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)

diff --git a/README.md b/README.md index 90a74dab..0449fce2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Yuki Hook API ![Blank](https://img.shields.io/badge/license-MIT-blue) -![Blank](https://img.shields.io/badge/version-v1.1.2-green) +![Blank](https://img.shields.io/badge/version-v1.1.3-green) [![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)

diff --git a/build.gradle b/build.gradle index 19d04488..ddc9d9c1 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ ext { devUser = "fankesyooni" userEmail = "qzmmcn@163.com" groupId = "com.highcapable.yukihookapi" - apiVersion = "1.1.2" + apiVersion = "1.1.3" repoName = "YukiHookAPI" repoDescription = "An efficient Kotlin version of the Xposed Hook API." licenceName = "MIT License" diff --git a/docs-source/src/en/about/changelog.md b/docs-source/src/en/about/changelog.md index 7c46969c..4b84c181 100644 --- a/docs-source/src/en/about/changelog.md +++ b/docs-source/src/en/about/changelog.md @@ -16,7 +16,12 @@ Time zone of version release date: **UTC+8** ::: -### 1.1.2 | 2022.09.30   +### 1.1.3 | 2022.09.30   + +- Fixed a fatal bug where the Hook entry class name could not be customized +- Added some code notes in `LoggerFactory` and updated special features documentation + +### 1.1.2 | 2022.09.30   - Documentation [Basic Knowledge](../guide/knowledge) page add a friend link to the English version - Fixed `YukiBaseHooker` comments in English code note link errors diff --git a/docs-source/src/zh-cn/about/changelog.md b/docs-source/src/zh-cn/about/changelog.md index f348429f..afcfb652 100644 --- a/docs-source/src/zh-cn/about/changelog.md +++ b/docs-source/src/zh-cn/about/changelog.md @@ -8,7 +8,12 @@ ::: -### 1.1.2 | 2022.09.30   +### 1.1.3 | 2022.09.30   + +- 修复一个无法自定义 Hook 入口类名的致命错误 +- 添加 `LoggerFactory` 中的部分代码注释文案并更新特色功能文档 + +### 1.1.2 | 2022.09.30   - 文档 [基础知识](../guide/knowledge) 页面新增 English 版本友情链接 - 修复 `YukiBaseHooker` 注释中的 English 文档链接错误问题 diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt index b3a3bbd2..aceaa18a 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/YukiHookAPI.kt @@ -78,10 +78,10 @@ object YukiHookAPI { internal var isLoadedFromBaseContext = false /** 获取当前 [YukiHookAPI] 的版本 */ - const val API_VERSION_NAME = "1.1.2" + const val API_VERSION_NAME = "1.1.3" /** 获取当前 [YukiHookAPI] 的版本号 */ - const val API_VERSION_CODE = 36 + const val API_VERSION_CODE = 37 /** * 当前 [YukiHookAPI] 的状态