We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2d409 commit c78da1cCopy full SHA for c78da1c
1 file changed
docs/changes.md
@@ -1,11 +1,18 @@
1
# Magisk Changelog
2
3
+### v30.0
4
+
5
+- [General] Various minor bug fixes
6
+- [Core] Migrate module implementation to Rust
7
+- [Core] Improve Magisk specific files injection logic
8
+- [MagiskBoot] Migrate compression code to Rust
9
10
### v29.0
11
12
- [General] Massive internal refactoring and code migration
13
- [App] Support downloading module zip files with XZ compression
14
- [App] Disable app animations when system animations are disabled
-- [MagiskMount] Support systemlessly deleting files with modules using blank file nodes
15
+- [Core] Support systemlessly deleting files with modules using blank file nodes
16
- [MagiskInit] Redesign sepolicy patching and injection logic
17
- [MagiskSU] Better TTY/PTY support
18
0 commit comments