This commit is contained in:
5ec1cff
2025-06-18 20:17:54 +08:00
parent 1d92796ed1
commit 140e212ebc
2 changed files with 19 additions and 3 deletions

View File

@@ -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

View File

@@ -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"
}