Update version to 1.1.3

This commit is contained in:
2022-09-30 23:42:30 +08:00
parent 885fb08ef2
commit ce9f36fd27
6 changed files with 17 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# Yuki Hook API # Yuki Hook API
![Blank](https://img.shields.io/badge/license-MIT-blue) ![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) [![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)
<br/><br/> <br/><br/>
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/> <img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>

View File

@@ -1,7 +1,7 @@
# Yuki Hook API # Yuki Hook API
![Blank](https://img.shields.io/badge/license-MIT-blue) ![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) [![Telegram](https://img.shields.io/badge/Follow-Telegram-blue.svg?logo=telegram)](https://t.me/YukiHookAPI)
<br/><br/> <br/><br/>
<img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/> <img src="https://github.com/fankes/YuKiHookAPI/blob/master/img-src/icon.png" width = "100" height = "100"/>

View File

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

View File

@@ -16,7 +16,12 @@ Time zone of version release date: **UTC+8**
::: :::
### 1.1.2 | 2022.09.30 &ensp;<Badge type="tip" text="latest" vertical="middle" /> ### 1.1.3 | 2022.09.30 &ensp;<Badge type="tip" text="latest" vertical="middle" />
- 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 &ensp;<Badge type="warning" text="stale" vertical="middle" />
- Documentation [Basic Knowledge](../guide/knowledge) page add a friend link to the English version - Documentation [Basic Knowledge](../guide/knowledge) page add a friend link to the English version
- Fixed `YukiBaseHooker` comments in English code note link errors - Fixed `YukiBaseHooker` comments in English code note link errors

View File

@@ -8,7 +8,12 @@
::: :::
### 1.1.2 | 2022.09.30 &ensp;<Badge type="tip" text="最新" vertical="middle" /> ### 1.1.3 | 2022.09.30 &ensp;<Badge type="tip" text="最新" vertical="middle" />
- 修复一个无法自定义 Hook 入口类名的致命错误
- 添加 `LoggerFactory` 中的部分代码注释文案并更新特色功能文档
### 1.1.2 | 2022.09.30 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
- 文档 [基础知识](../guide/knowledge) 页面新增 English 版本友情链接 - 文档 [基础知识](../guide/knowledge) 页面新增 English 版本友情链接
- 修复 `YukiBaseHooker` 注释中的 English 文档链接错误问题 - 修复 `YukiBaseHooker` 注释中的 English 文档链接错误问题

View File

@@ -78,10 +78,10 @@ object YukiHookAPI {
internal var isLoadedFromBaseContext = false internal var isLoadedFromBaseContext = false
/** 获取当前 [YukiHookAPI] 的版本 */ /** 获取当前 [YukiHookAPI] 的版本 */
const val API_VERSION_NAME = "1.1.2" const val API_VERSION_NAME = "1.1.3"
/** 获取当前 [YukiHookAPI] 的版本号 */ /** 获取当前 [YukiHookAPI] 的版本号 */
const val API_VERSION_CODE = 36 const val API_VERSION_CODE = 37
/** /**
* 当前 [YukiHookAPI] 的状态 * 当前 [YukiHookAPI] 的状态