Releases: Aurora-Nasa-1/ARMIAS
v1.0.1_Alpha
修复Bugs
优化脚本
1.0.0
- 修复联网功能
- 弃用curl,调用magisk提供的busybox中的wget
- 彻底修复shamiko的安装,以及可能存在的问题
- 支持延迟安装模块
- 调整主脚本函数,优化模块内部文件
- 修复其他bug
What's Changed
- 修改一些逻辑 by @WenHao2130 in #8
New Contributors
- @WenHao2130 made their first contribution in #8
Full Changelog: v0.9.9...v1.0.0
0.9.9
0.9.1
- 修复bugs
- 尝试修复联网功能
- 优化各种文件
v0.9.0
修复一堆bugs,正式可用。
Full Changelog: v0.3.2...v0.9.0
0.3.2
- 修复bug
- 优化log输出
0.3.1
0.3.1
- 修复默认安装函数输入致命bug
- 修复安装时意外退出bug
Version 0.3.0
主要功能与自定义脚本
主要功能
-
支持修复ksu安装模块时可能引起的bug
-
支持从网络批量下载模块并安装
自定义脚本
-
同步0.2.8
-
支持patch data/adb
-
支持添加magisk排除列表
-
支持刷入boot.img分区
-
支持从GitHub中获得某个仓库包含某个字符串的最新release
-
支持从网络下载文件
-
支持自定义路径批量安装模块
-
支持针对特定的root方案安装模块
Main Features and Custom Scripts
Main Features
-
Supports fixing bugs that may arise during the installation of ksu modules.
-
Supports batch downloading and installing modules from the internet.
Custom Scripts
-
Sync 0.2.8
-
Supports patching data/adb
-
Supports adding to the Magisk exclusion list
-
Supports flashing the boot.img partition
-
Supports fetching the latest release containing a specific string from a GitHub repository
-
Supports downloading files from the internet
-
Supports batch installation of modules with custom paths
-
Supports installing modules tailored to specific root solutions
Version 0.2.8
- 优化注释
- 优化语言文件
- 优化修补逻辑
- 支持修补模块
- 支持禁用日志输出
- 支持设置Magisk的黑名单
- 优化报错
alpha0.2.6chinese only
优化逻辑,重构部分代码,增加禁用输出log功能