Skip to content

Commit

Permalink
Add v27.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Feb 3, 2024
1 parent 18c45ae commit 5280982
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Magisk Changelog

### v27.0

- [Zygisk] Introduce new code injection mechanism
- [Zygisk] Support new signature introduced in U QPR2
- [SEPolicy] Update libsepol to properly set some policy config bits
- [MagiskBoot] Support compressing `init` so Magisk is installable on devices with small boot partitions
- [ResetProp] Add new wait for property feature `resetprop -w`

### v26.4

- [MagiskBoot] Don't pad zeros if signed boot image is larger
Expand Down
9 changes: 9 additions & 0 deletions docs/releases/27000.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 2024.2.3 Magisk v27.0

- [Zygisk] Introduce new code injection mechanism
- [Zygisk] Support new signature introduced in U QPR2
- [SEPolicy] Update libsepol to properly set some policy config bits
- [MagiskBoot] Support compressing `init` so Magisk is installable on devices with small boot partitions
- [ResetProp] Add new wait for property feature `resetprop -w`

### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html)
1 change: 1 addition & 0 deletions docs/releases/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Release Notes

- [v27.0](27000.md)
- [v26.4](26400.md)
- [v26.3](26300.md)
- [v26.2](26200.md)
Expand Down

0 comments on commit 5280982

Please sign in to comment.