- [General] Restore MagiskHide, uses system logcat to monitor app processes startup: disabled or abnormal logcat can't use MagiskHide.
- [App] The package name is
io.github.huskydg.magisk
- [App] Support Magisk installation without boot image for emulators
- [General] Copy required files to
/system
foraddon.d
, like Lygisk - [Manager] Show all supported languages in Language settings for Chinese ROM
- [Modules] Support systemless deleting files or folders for modules
- [General] Built-in Bootloop Protection to protect system from bootloop by Modules
- [General] Tune F2FS for unencrypted devices
- [MagiskInit] Support Pre-Init mount, replace system files before
init
starts - [MagiskInit] Support loading custom rc script from pre-init directory
- [App] Wait for service to bind before accessing topjohnwu/Magisk#6268
- [Modules] Support magic mount more partitions (
my_*
,odm
,optics
,prism
) - [MagiskInit] Use stable random number seed topjohnwu/Magisk#6340
- [MagiskHide] Introduce SuList feature: Sulist apps are granted root, Magisk remain invisible for other processes
- [Zygisk]: Change to Native bridge method (Credit @5ec1cff for Maru, chinese post about it)
- Make hiding the Magisk app 100% offline
- Cleanups and minor refactoring of Zygisk
- [General] Fix minor bug in module files mounting implementation
- [MagiskPolicy] Fix minor bug in command line argument parsing
- [Zygisk] Prevent crashing daemon in error
- [Zygisk] Rewrite zygote code injection with new loader library approach