Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
Bump to 5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jul 12, 2018
1 parent 68c448b commit 6ad33d6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {

productFlavors {
full {
versionCode 125
versionName "5.8.0"
versionCode 127
versionName "5.8.1"
}
stub {
versionCode 1
Expand Down
17 changes: 11 additions & 6 deletions src/full/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
### v5.8.0
- Remain hidden when upgrading within repackaged Magisk Manager
- New feature: support reconstructing a proper Magisk environment if error detected (e.g. after factory reset)
- 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
- Tons of under-the-hood bug fixes and improvements
### v5.8.1
- Fix a bug that cause the root shell initializer not running in BusyBox.
This is the cause of freezes on some older devices and DTBO being patched unconditionally.

### Note
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

0 comments on commit 6ad33d6

Please sign in to comment.