Releases: axonasif/rusty-magisk
Releases · axonasif/rusty-magisk
v0.1.7
Release v0.1.5
Release v0.1.4
Changelog
ae70ef5
- Some tiny edits.43dab8a
- Create LICENSE9ee82ed
- Create rust.yml12b19d1
- Update README.md481fbe7
- Hmm ?d2f9415
- Fix kernel panic for a-9 and below, also code optimizations.1aa2e0c
- Merge branch 'master' of https://github.com/AXIM0S/rusty-magisk59db2c2
- Use magisk bin and apk locally when available.b118c63
- fix: confusion with early_mode() functionae0b52a
- feat: add release-please action.218b5da
- Create main.yml04b0fbf
- Rename main.yml to create-changelog.ymlb6c732b
- Update create-changelog.yml7d5395d
- Update create-changelog.yml9c75b00
- fix(version): update version code
Beta release 4
Changelogs
- Setup minimal su environment with overlayFS for android-10 and above on non-writable system image with no
/sbin
dir. - Using native exec() function by rust std library instead of C exevcpe() bindings.
- More improvements and stability.
Raw changelog
Beta release 3
- In short, about 90% of the code was re-written and thus heavily optimized focused in stability.
- Now it's failproof by not spawning an unnecessary internal panic for any error which results in kernel panic in the end.
Instead when any critical error occurs it simply reverts back changes and make the system boot without magisk nicely.
Special note to android-11+ developers
- You need to keep an empty directory called
/sbin
at your system image for when if someone tries to boot with asystem.sfs
.
Changes in raw
Whats working
- SuperUser prompts.
- MagiskHide support.
- No mirror mounting errors internally.
- Complete modules support, no more issues with it, yay!
What's not working
- You tell me :D
Beta release 2
- AutoInstall magisk-manager when needed.
- Improve mount function. Also includes mirror mounting fixes.
- Resolve magisk being missing from PATH when system doesn't have gearlock.
To-do:
- Setting up the mount environment for minimal magisk initialization in a different way when
/
(system) is not writable/non-supercharged.
Changes:
Beta release
Nothing much