3 Commits

Author SHA1 Message Date
5ec1cff
26b274cf58 fix typo 2025-06-21 15:15:32 +08:00
5ec1cff
140e212ebc 1.3.0 2025-06-18 20:17:54 +08:00
5ec1cff
1d92796ed1 fix 1.2.1 url 2025-02-07 14:04:39 +08:00
2 changed files with 19 additions and 3 deletions

View File

@@ -1,3 +1,19 @@
# 1.3.0
- 支持 KeyMint 4.0 新增的 moduleHash 字段
- 支持 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",
"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"
}