Releases: topjohnwu/Magisk
Magisk Manager v8.0.6
manager-v8.0.6 Add v21.3 release notes
Magisk Manager v8.0.5
manager-v8.0.5 Fix
Magisk v21.2
v21.2 is a maintenance update, mostly addressing bugs, and expanding device compatibility. Checkout the full v21.0 release notes if coming from older releases.
v21.2
- [MagiskInit] Detect 2SI after mounting
system_root
on legacy SAR devices - [General] Make sure
post-fs-data
scripts cannot block more than 35 seconds - [General] Fix the
magisk --install-module
command - [General] Trim Windows newline when reading files
- [General] Directly log to file to prevent
logcat
weirdness - [MagiskBoot] Fix header dump/load for header v3 images
Full Changelog: here
Magisk Manager v8.0.4
manager-v8.0.4 Add v21.2 release notes
Magisk v21.1
v21.1 is a maintenance update from v21.0, mostly addressing bugs, refining some details, and adding new boot image format support (for Pixel 5 and 4a 5G). Checkout the full v21.0 release notes if coming from older releases.
Full Changelog: here
Magisk Manager v8.0.3
manager-v8.0.3 Push release notes
Magisk Manager v8.0.2
manager-v8.0.2 Update app changelog
Magisk Manager v8.0.1
manager-v8.0.1 Update docs and README
Magisk v21.0
Long time no see! v21.0 is the largest release in Magisk's history. It comes with full Android 11 support (tons of stuff had to be rewritten from scratch!), and a completely redesigned Magisk Manager. These are the reasons why this particular public release took me over half a year to wrap up.
To the end user, not much has changed other than the fact that Magisk Manager has completely changed its appearance. However developers should pay attention to some changes due to adjustments for Android 11. Full changelogs are too massive to fit, so here I'll point out the main changes and links to updated documentations.
Highlights
- Android 11 support π
- Completely redesigned Magisk Manager
- Safe Mode detection: if you installed a module that bootloops your device, reboot into Safe Mode and all modules will be disabled. More instructions on how to deal with broken modules is linked here.
The following are for advanced users/developer:
- On Android 8.0+, Magisk now uses a new SELinux setup that keeps Android sandbox less compromised. This provides better security to rooted users, and also separates Magisk rules from original rules. Details here.
- On Android 11,
/sbin
may no longer exist. For developers, this means the Magisk's internaltmpfs
directory is no longer always/sbin
, and instead randomly created every boot. To get thetmpfs
path, use the commandmagisk --path
(more details here). For custom kernel developers that usesoverlay.d
, updated docs are here. magiskpolicy
gained more features and some minor syntax changes, details here.
Full Changelog: here
Magisk Manager v8.0.0
manager-v8.0.0 Add v21.0 release notes