Bump to 5.8.1

This commit is contained in:
topjohnwu 2018-07-12 11:44:16 +08:00
parent 68c448bc34
commit 6ad33d60f7
2 changed files with 13 additions and 8 deletions

View File

@ -27,8 +27,8 @@ android {
productFlavors { productFlavors {
full { full {
versionCode 125 versionCode 127
versionName "5.8.0" versionName "5.8.1"
} }
stub { stub {
versionCode 1 versionCode 1

View File

@ -1,6 +1,11 @@
### v5.8.0 ### v5.8.1
- Remain hidden when upgrading within repackaged Magisk Manager - Fix a bug that cause the root shell initializer not running in BusyBox.
- New feature: support reconstructing a proper Magisk environment if error detected (e.g. after factory reset) This is the cause of freezes on some older devices and DTBO being patched unconditionally.
- New uninstall method: download uninstaller and completely remove Magisk + Magisk Manager, following with a reboot
- Hidden apps are now shown on the top of the list in MagiskHide fragment ### Note
- Tons of under-the-hood bug fixes and improvements If your device has a separate DTBO, and you do NOT want it patched but it was patched due to the bug,
follow these instructions to fix it:
1. Uninstall → Restore Images. Do **NOT** reboot afterwards!
2. Check **Preserve AVB 2.0/dm-verity** in Advanced Settings
3. Install → Install → Direct Install to install correctly with proper settings