forked from topjohnwu/Magisk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
topjohnwu
committed
Nov 2, 2019
1 parent
a9f11b2
commit 7da9748
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# v7.3.5 | ||
- Sort installed modules by name | ||
- Better pre-5.0 support | ||
- Fix potential issues when patching tar files | ||
# v7.4.0 | ||
- Hide Magisk Manager with stub APKs on Android 9.0+. Not all devices will be supported, please refer to Magisk v20.1 release notes. | ||
- Allow customizing app name when hiding Magisk Manager | ||
- Generate random keys to sign the hidden Magisk Manager to prevent signature detections | ||
- Fix fingerprint UI infinite loop |