mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
Add v24.3 release notes
This commit is contained in:
parent
a11d25bb44
commit
66406227d6
@ -1,5 +1,29 @@
|
|||||||
# Magisk Changelog
|
# Magisk Changelog
|
||||||
|
|
||||||
|
### v24.3
|
||||||
|
|
||||||
|
- [General] Stop using `getrandom` syscall
|
||||||
|
- [Zygisk] Update API to v3, adding new fields to `AppSpecializeArgs`
|
||||||
|
- [App] Improve app repackaging installation workflow
|
||||||
|
|
||||||
|
### v24.2
|
||||||
|
|
||||||
|
- [MagiskSU] Fix buffer overflow
|
||||||
|
- [MagiskSU] Fix owner managed multiuser superuser settings
|
||||||
|
- [MagiskSU] Fix command logging when using `su -c <cmd>`
|
||||||
|
- [MagiskSU] Prevent su request indefinite blocking
|
||||||
|
- [MagiskBoot] Support `lz4_legacy` archive with multiple magic
|
||||||
|
- [MagiskBoot] Fix `lz4_lg` compression
|
||||||
|
- [DenyList] Allow targeting processes running as system UID
|
||||||
|
- [Zygisk] Workaround Samsung's "early zygote"
|
||||||
|
- [Zygisk] Improved Zygisk loading mechanism
|
||||||
|
- [Zygisk] Fix application UID tracking
|
||||||
|
- [Zygisk] Fix improper `umask` being set in zygote
|
||||||
|
- [App] Fix BusyBox execution test
|
||||||
|
- [App] Improve stub loading mechanism
|
||||||
|
- [App] Major app upgrade flow improvements
|
||||||
|
- [General] Improve commandline error handling and messaging
|
||||||
|
|
||||||
### v24.1
|
### v24.1
|
||||||
|
|
||||||
- [App] Stability improvements
|
- [App] Stability improvements
|
||||||
|
@ -17,3 +17,5 @@ Maintenance release fixing various issues.
|
|||||||
- [App] Improve stub loading mechanism
|
- [App] Improve stub loading mechanism
|
||||||
- [App] Major app upgrade flow improvements
|
- [App] Major app upgrade flow improvements
|
||||||
- [General] Improve commandline error handling and messaging
|
- [General] Improve commandline error handling and messaging
|
||||||
|
|
||||||
|
### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html)
|
||||||
|
9
docs/releases/24300.md
Normal file
9
docs/releases/24300.md
Normal 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)
|
@ -1,5 +1,6 @@
|
|||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
- [v24.3](24300.md)
|
||||||
- [v24.2](24200.md)
|
- [v24.2](24200.md)
|
||||||
- [v24.1](24100.md)
|
- [v24.1](24100.md)
|
||||||
- [v24.0](24000.md)
|
- [v24.0](24000.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user