Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fankes committed Jun 20, 2024
1 parent c5b191a commit e397a30
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 7 additions & 1 deletion docs-source/src/en/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ Time zone of version release date: **UTC+8**

:::

### 1.2.0 | 2023.10.07 &ensp;<Badge type="tip" text="latest" vertical="middle" />
### 1.2.1 | 2024.06.20 &ensp;<Badge type="tip" text="latest" vertical="middle" />

- Catch exceptions in singleton Hooker to prevent it from blocking the entire process
- 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)
- 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)

### 1.2.0 | 2023.10.07 &ensp;<Badge type="warning" text="stale" vertical="middle" />

- 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
- 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
Expand Down
8 changes: 7 additions & 1 deletion docs-source/src/zh-cn/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@

:::

### 1.2.0 | 2023.10.07 &ensp;<Badge type="tip" text="最新" vertical="middle" />
### 1.2.1 | 2024.06.20 &ensp;<Badge type="tip" text="最新" vertical="middle" />

- 捕获单例 Hooker 中的异常,防止其阻断整个进程
- 在自动处理程序中添加自动使用 "`" 来修复 Kotlin 关键字为包名的情况,感谢 [Fengning Zhu](https://github.com/zhufengning)[PR](https://github.com/HighCapable/YukiHookAPI/pull/70)
- 适配 Kotlin 2.0.0+,修复在自动处理过程中无法通过编译的问题,感谢 [xihan123](https://github.com/xihan123)[PR](https://github.com/HighCapable/YukiHookAPI/pull/76)

### 1.2.0 | 2023.10.07 &ensp;<Badge type="warning" text="过旧" vertical="middle" />

- 许可协议由 `MIT` 变更为 `Apache-2.0`,在此之后的版本将由此许可协议进行分发,您在使用此版本后应变更相关许可协议
- 这是一次重大更新,详情请参考 [迁移到 YukiHookAPI 1.2.x](https://highcapable.github.io/YukiHookAPI/zh-cn/config/move-to-api-1-2-x)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project.name=YukiHookAPI
project.url=https://github.com/HighCapable/YukiHookAPI
project.groupName=com.highcapable.yukihookapi
project.yukihookapi-core.moduleName=api
project.yukihookapi-core.version="1.2.0"
project.yukihookapi-core.version="1.2.1"
project.yukihookapi-ksp-xposed.moduleName=ksp-xposed
project.yukihookapi-ksp-xposed.version=${project.yukihookapi-core.version}
project.android.compileSdk=34
Expand Down

0 comments on commit e397a30

Please sign in to comment.