v1.7-Alpha
1.Force use DroidSansFallback font
2.Use an easier way to create symbolic link
3.Faster way to get magisk.img size
4.Mount /system as readonly
5.Support reading build.prop from system-as-root devices
6.Show installed Magisk version code in the welcome interface
7.Show magisk.img information (size & free) in the welcome interface
8.Remove useless partition information in the welcome interface
9.Show module's size on subtitle
10.Add an option to show module's recursive directory listing
11.Add an option to remove module at next reboot (and can undo this operation)
12.Code clean
1.使用更简单的挂载方法
2.更快的获取 magisk.img 文件大小的方法
3.挂载 system 分区为只读模式
4.支持从 system-as-root 设备中读取 build.prop
5.在欢迎界面显示已安装的 Magisk 版本代码
6.在欢迎界面显示 magisk.img 信息(容量 & 剩余空间)
7.移除欢迎界面中无用的分区信息
8.在模块操作界面副标题中显示模块占用空间
9.在模块操作界面中添加一个预览模块目录结构的选项
10.在模块操作界面中添加一个重启后移除的选项(并且允许撤销操作)
11.还是代码清理