You've already forked TrickyStore
mirror of
https://github.com/5ec1cff/TrickyStore.git
synced 2025-09-06 06:37:07 +00:00
1.1.1
This commit is contained in:
27
changelog.md
27
changelog.md
@@ -1,13 +1,18 @@
|
||||
# 1.1.0
|
||||
# 1.1.1
|
||||
|
||||
- 支持自动选择工作模式,无需手动添加感叹号(详见安装包内 README.md)
|
||||
- 支持模拟更多密钥操作,可通过一些特殊验证(如小布建议,请手动添加包名com.coloros.sceneservice)
|
||||
- 支持 app attest key
|
||||
- 移除 prop 修改(spoof_build_vars)功能
|
||||
- 大量代码重构,提升安全性和稳定性
|
||||
修复自动模式与生成模式下的多个 bug
|
||||
|
||||
支持在 root 管理器内更新
|
||||
|
||||
|
||||
注:Magisk 用户从 1.1.0 版本升级时可能出现模块被自动禁用的现象。此为旧版问题,重新启用并重启即可。
|
||||
|
||||
---
|
||||
|
||||
Fix some bugs in auto and generated modes.
|
||||
|
||||
Support update in root manager.
|
||||
|
||||
|
||||
Note: Magisk users may experience the module being automatically disabled when upgrading from version 1.1.0. This is an issue in old version, simply re-enable the module and reboot.
|
||||
|
||||
- Supports automatic mode selection, no need for manualy adding ! (See README.md in the zip)
|
||||
- Supports emulating more key operations, passes some special attestations.
|
||||
- Supports app attest key.
|
||||
- Removes prop modification (spoof_build_vars) feature.
|
||||
- Massive code refactoring to enhance security and stability.
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"versionCode": 108,
|
||||
"version": "v1.1.0",
|
||||
"zipUrl": "https://github.com/5ec1cff/TrickyStore/releases/download/1.1.0/Tricky-Store-v1.1.0-108-9bf78c0-release.zip",
|
||||
"versionCode": 118,
|
||||
"version": "v1.1.1",
|
||||
"zipUrl": "https://github.com/5ec1cff/TrickyStore/releases/download/1.1.1/Tricky-Store-v1.1.1-118-7c164d3-release.zip",
|
||||
"changelog": "https://github.com/5ec1cff/TrickyStore/raw/release/changelog.md"
|
||||
}
|
||||
Reference in New Issue
Block a user