From 7297aba15afe6a6c39946c789e0b8b61dc427d2a Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sun, 3 Sep 2023 23:54:45 -0700 Subject: [PATCH] Add v26.3 release notes --- docs/changes.md | 7 +++++++ docs/releases/26300.md | 28 ++++++++++++++++++++++++++++ docs/releases/index.md | 1 + 3 files changed, 36 insertions(+) create mode 100644 docs/releases/26300.md diff --git a/docs/changes.md b/docs/changes.md index 319ece1c4..a9125d7fe 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -1,5 +1,12 @@ # Magisk Changelog +### v26.3 + +- [General] Fix device information detection script +- [General] Update BusyBox to 1.36.1 +- [General] Update toolchain that produces broken arm32 executables +- [App] Fix root service unable to bind on OnePlus devices + ### v26.2 - [MagiskBoot] Support extracting boot image from `payload.bin` diff --git a/docs/releases/26300.md b/docs/releases/26300.md new file mode 100644 index 000000000..4a744a752 --- /dev/null +++ b/docs/releases/26300.md @@ -0,0 +1,28 @@ +## 2023.9.4 Magisk v26.3 + +### v26.3 + +- [General] Fix device information detection script +- [General] Update BusyBox to 1.36.1 +- [General] Update toolchain that produces broken arm32 executables +- [App] Fix root service unable to bind on OnePlus devices + +### 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) diff --git a/docs/releases/index.md b/docs/releases/index.md index 46b5243df..ce973b9f8 100644 --- a/docs/releases/index.md +++ b/docs/releases/index.md @@ -1,5 +1,6 @@ # Release Notes +- [v26.3](26300.md) - [v26.2](26200.md) - [v26.1](26100.md) - [v26.0](26000.md)