Add v24.3 release notes

This commit is contained in:
topjohnwu
2022-03-10 00:24:02 -08:00
parent a11d25bb44
commit 66406227d6
4 changed files with 36 additions and 0 deletions

View File

@@ -17,3 +17,5 @@ Maintenance release fixing various issues.
- [App] Improve stub loading mechanism
- [App] Major app upgrade flow improvements
- [General] Improve commandline error handling and messaging
### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html)

9
docs/releases/24300.md Normal file
View File

@@ -0,0 +1,9 @@
## 2022.3.10 Magisk v24.3
For those coming from v24.1, check the full changelog for changes introduced in v24.2.
- [General] Stop using `getrandom` syscall
- [Zygisk] Update API to v3, adding new fields to `AppSpecializeArgs`
- [App] Improve app repackaging installation workflow
### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html)

View File

@@ -1,5 +1,6 @@
# Release Notes
- [v24.3](24300.md)
- [v24.2](24200.md)
- [v24.1](24100.md)
- [v24.0](24000.md)