Release Magisk v30.3

[skip ci]
This commit is contained in:
topjohnwu
2025-09-29 21:35:45 -07:00
parent 1b0ddec66e
commit f16e93c7db
2 changed files with 8 additions and 1 deletions

View File

@@ -30,4 +30,4 @@ android.nonFinalResIds=false
# Magisk
magisk.stubVersion=40
magisk.versionCode=30200
magisk.versionCode=30300

View File

@@ -1,5 +1,12 @@
# Magisk Changelog
### v30.3 (2025.9.29)
- [General] Support installing Magisk into vendor_boot partition
- [MagiskPolicy] Support new sepolicy binary format introduced in Android 16 QPR2
- [Core] Migrate much more code into Rust
- [MagiskSU] Fallback to older implementation when the kernel doesn't support zero userspace copy APIs
### v30.2 (2025.8.6)
- [Core] Fix an edge case breaking modules when overlayfs is involved