1.Automatic creation modules dir when MAGISK_VER_CODE > 18000
2.Automatic creation /data/adb/magisk.img when MAGISK_VER_CODE <= 18000(drop check /data/magisk.img)
3.Shrink magisk.img: Fix sometimes "awk: not found"
4.Give some sorting tasks to sqlite3
5.Rebuild tree binary with Android ndk
6.Include a prebuilt sqlite3 binary(built with Android ndk)
7.List installed modules: force sort by module name
8.Some UI & text adjustments, and remove "Geek mode" debug option
9.Update Magisk uninstaller to 20190501
10.Drop unused resources
11.Show more execution details
12.Code clean
Note: Files whose names begin with “CH_” are in Simplified Chinese, and the other is in English.
0.简体中文版特供: 支持添加快捷启动选项到 TWRP 高级菜单
1.MAGISK_VER_CODE 高于 18000 时自动创建模块目录
2.MAGISK_VER_CODE 低于 18000 时自动创建模块镜像(/data/adb/magisk.img)(不再检测 /data/magisk.img 文件)
3.瘦身 magisk.img: 修复偶尔提示"awk: not found"的 bug
4.将一些排序任务交给 sqlite3
5.使用 Android ndk 重新编译 tree 二进制文件
6.内置一个备用的 sqlite3 二进制文件(使用 Android ndk 编译)
7.现在模块列表强制按模块名称排序
8.一些 UI 和文本调整 并移除"Geek 模式"调试选项
9.更新 Magisk 卸载卡刷包到 20190501 版本
10.移除未使用的资源文件
11.刷入过程中显示更多的执行细节
12.还是代码清理
注: 文件名以CH_开头的为简体中文版本 另一个为英文版本