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
Showing
1 changed file
with
6 additions
and
8 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,8 +1,6 @@ | ||
# v7.0.0 | ||
- Major UI redesign! | ||
- Render Markdown natively (no more buggy WebView!) | ||
- Support down to Android 4.1 (native Magisk only support Android 4.2 though) | ||
- Significantly improve Magisk log disply performance | ||
- Fix post OTA scripts for A/B devices | ||
- Reduce memory usages when verifying and signing boot image | ||
- Drop support for Magisk lower than v18.0 | ||
# v7.1.0 | ||
- Support the new module format | ||
- Support per-application component granularity MagiskHide targets (only on v19+) | ||
- Ask for fingerprint before deleting rules if enabled | ||
- Fix the bug that causes repackaging to lose settings | ||
- Several UI fixes |