From c78da1ce24d8baa37b15eafb460dfbf77b3992f3 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Tue, 1 Jul 2025 10:00:38 -0700 Subject: [PATCH] Update v30.0 changelog --- docs/changes.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changes.md b/docs/changes.md index f7733d898..55331daad 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,11 +1,18 @@ # Magisk Changelog +### v30.0 + +- [General] Various minor bug fixes +- [Core] Migrate module implementation to Rust +- [Core] Improve Magisk specific files injection logic +- [MagiskBoot] Migrate compression code to Rust + ### v29.0 - [General] Massive internal refactoring and code migration - [App] Support downloading module zip files with XZ compression - [App] Disable app animations when system animations are disabled -- [MagiskMount] Support systemlessly deleting files with modules using blank file nodes +- [Core] Support systemlessly deleting files with modules using blank file nodes - [MagiskInit] Redesign sepolicy patching and injection logic - [MagiskSU] Better TTY/PTY support