diff --git a/changelog.md b/changelog.md index 31ec6af..93eefa9 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,19 @@ +# 1.3.0 + +- 支持 KeyMint 4.0 新增的 moudleHash 字段 +- 支持 Android 16 +- 修复偶发注入失败的问题 +- 将 Play 商店加入默认作用列表 +- 修复大量证书链生成问题 + +--- + +- Support for the new moduleHash field introduced in KeyMint 4.0 +- Compatibility with Android 16 +- Fixed occasional injection failures +- Added Play Store to the default scope list +- Resolved numerous certificate chain generation issues + # 1.2.1 支持自定义安全补丁级别(请参见 README.md) diff --git a/update.json b/update.json index 0312428..933eabd 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "versionCode": 158, - "version": "v1.2.1", - "zipUrl": "https://github.com/5ec1cff/TrickyStore/releases/download/1.2.1/Tricky-Store-v1.2.1-158-51390a7-release.zip", + "versionCode": 180, + "version": "v1.3.0", + "zipUrl": "https://github.com/5ec1cff/TrickyStore/releases/download/1.3.0/Tricky-Store-v1.3.0-180-8acfa57-release.zip", "changelog": "https://github.com/5ec1cff/TrickyStore/raw/release/changelog.md" }