Skip to content

Commit e397a30

Browse files
committed
Bump version to 1.2.1
1 parent c5b191a commit e397a30

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

docs-source/src/en/about/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ Time zone of version release date: **UTC+8**
1616

1717
:::
1818

19-
### 1.2.0 | 2023.10.07 &ensp;<Badge type="tip" text="latest" vertical="middle" />
19+
### 1.2.1 | 2024.06.20 &ensp;<Badge type="tip" text="latest" vertical="middle" />
20+
21+
- Catch exceptions in singleton Hooker to prevent it from blocking the entire process
22+
- Add automatic use of "`" in the automatic handler to fix the situation where Kotlin keywords are package names, thanks to [Fengning Zhu](https://github.com/zhufengning) for [PR](https://github.com/HighCapable/YukiHookAPI/pull/70)
23+
- Adapt to Kotlin 2.0.0+, fix the problem that it cannot be compiled during automatic processing, thanks to [xihan123](https://github.com/xihan123) for [PR](https://github.com/HighCapable/YukiHookAPI/pull/76)
24+
25+
### 1.2.0 | 2023.10.07 &ensp;<Badge type="warning" text="stale" vertical="middle" />
2026

2127
- The license agreement has been changed from `MIT` to `Apache-2.0`, subsequent versions will be distributed under this license agreement, you should change the relevant license agreement after using this version
2228
- This is a breaking update, please refer to [Migrate to YukiHookAPI 1.2.x](https://highcapable.github.io/YukiHookAPI/en/config/move-to-api-1-2-x) for details

docs-source/src/zh-cn/about/changelog.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88

99
:::
1010

11-
### 1.2.0 | 2023.10.07 &ensp;<Badge type="tip" text="最新" vertical="middle" />
11+
### 1.2.1 | 2024.06.20 &ensp;<Badge type="tip" text="最新" vertical="middle" />
12+
13+
- 捕获单例 Hooker 中的异常,防止其阻断整个进程
14+
- 在自动处理程序中添加自动使用 "`" 来修复 Kotlin 关键字为包名的情况,感谢 [Fengning Zhu](https://github.com/zhufengning)[PR](https://github.com/HighCapable/YukiHookAPI/pull/70)
15+
- 适配 Kotlin 2.0.0+,修复在自动处理过程中无法通过编译的问题,感谢 [xihan123](https://github.com/xihan123)[PR](https://github.com/HighCapable/YukiHookAPI/pull/76)
16+
17+
### 1.2.0 | 2023.10.07 &ensp;<Badge type="warning" text="过旧" vertical="middle" />
1218

1319
- 许可协议由 `MIT` 变更为 `Apache-2.0`,在此之后的版本将由此许可协议进行分发,您在使用此版本后应变更相关许可协议
1420
- 这是一次重大更新,详情请参考 [迁移到 YukiHookAPI 1.2.x](https://highcapable.github.io/YukiHookAPI/zh-cn/config/move-to-api-1-2-x)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ project.name=YukiHookAPI
99
project.url=https://github.com/HighCapable/YukiHookAPI
1010
project.groupName=com.highcapable.yukihookapi
1111
project.yukihookapi-core.moduleName=api
12-
project.yukihookapi-core.version="1.2.0"
12+
project.yukihookapi-core.version="1.2.1"
1313
project.yukihookapi-ksp-xposed.moduleName=ksp-xposed
1414
project.yukihookapi-ksp-xposed.version=${project.yukihookapi-core.version}
1515
project.android.compileSdk=34

0 commit comments

Comments
 (0)