Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
6ad33d60
Commit
6ad33d60
authored
Jul 12, 2018
by
topjohnwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump to 5.8.1
parent
68c448bc
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
+13
-8
build.gradle
build.gradle
+2
-2
changelog.md
src/full/res/raw/changelog.md
+11
-6
No files found.
build.gradle
View file @
6ad33d60
...
@@ -27,8 +27,8 @@ android {
...
@@ -27,8 +27,8 @@ android {
productFlavors
{
productFlavors
{
full
{
full
{
versionCode
12
5
versionCode
12
7
versionName
"5.8.
0
"
versionName
"5.8.
1
"
}
}
stub
{
stub
{
versionCode
1
versionCode
1
...
...
src/full/res/raw/changelog.md
View file @
6ad33d60
### 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment