mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 12:05:30 +00:00
Add v26.2 release notes
This commit is contained in:
parent
5a5d0d5d72
commit
eadb0307fa
19
docs/releases/26200.md
Normal file
19
docs/releases/26200.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
## 2023.8.27 Magisk v26.2
|
||||||
|
|
||||||
|
- [MagiskBoot] Support extracting boot image from `payload.bin`
|
||||||
|
- [MagiskBoot] Support cpio files containing character files
|
||||||
|
- [MagiskBoot] Support listing cpio content
|
||||||
|
- [MagiskBoot] Directly handle AVB 1.0 signing and verification without going through Java implementation
|
||||||
|
- [Daemon] Make daemon socket a fixed path in MAGISKTMP
|
||||||
|
- [resetprop] Support printing property context
|
||||||
|
- [resetprop] Support only printing persistent properties from storage
|
||||||
|
- [resetprop] Properly support setting persistent properties bypassing property_service
|
||||||
|
- [MagiskSU] Support `-g` and `-G` options
|
||||||
|
- [MagiskSU] Support switching mount namespace to PID with `-t`
|
||||||
|
- [MagiskPolicy] Fix patching extended permissions
|
||||||
|
- [MagiskPolicy] Support more syntax for extended permissions
|
||||||
|
- [MagiskPolicy] Support printing out the loaded sepolicy rules
|
||||||
|
- [App] Support patching boot image from ROM zips
|
||||||
|
- [App] Properly preserve `boot.img` when patching Samsung firmware with `init_boot.img`
|
||||||
|
|
||||||
|
### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html)
|
@ -1,5 +1,6 @@
|
|||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
- [v26.2](26200.md)
|
||||||
- [v26.1](26100.md)
|
- [v26.1](26100.md)
|
||||||
- [v26.0](26000.md)
|
- [v26.0](26000.md)
|
||||||
- [v25.2](25200.md)
|
- [v25.2](25200.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user