From 6ad33d60f711add3dd7ba536bcf30863d2c15b7e Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Thu, 12 Jul 2018 11:44:16 +0800 Subject: [PATCH] Bump to 5.8.1 --- build.gradle | 4 ++-- src/full/res/raw/changelog.md | 17 +++++++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index d8d3c9df9..7621a2f68 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,8 @@ android { productFlavors { full { - versionCode 125 - versionName "5.8.0" + versionCode 127 + versionName "5.8.1" } stub { versionCode 1 diff --git a/src/full/res/raw/changelog.md b/src/full/res/raw/changelog.md index d9cf73fc2..e490bb2e7 100644 --- a/src/full/res/raw/changelog.md +++ b/src/full/res/raw/changelog.md @@ -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