We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0ddec commit f16e93cCopy full SHA for f16e93c
2 files changed
app/gradle.properties
@@ -30,4 +30,4 @@ android.nonFinalResIds=false
30
31
# Magisk
32
magisk.stubVersion=40
33
-magisk.versionCode=30200
+magisk.versionCode=30300
docs/changes.md
@@ -1,5 +1,12 @@
1
# Magisk Changelog
2
3
+### v30.3 (2025.9.29)
4
+
5
+- [General] Support installing Magisk into vendor_boot partition
6
+- [MagiskPolicy] Support new sepolicy binary format introduced in Android 16 QPR2
7
+- [Core] Migrate much more code into Rust
8
+- [MagiskSU] Fallback to older implementation when the kernel doesn't support zero userspace copy APIs
9
10
### v30.2 (2025.8.6)
11
12
- [Core] Fix an edge case breaking modules when overlayfs is involved
0 commit comments