Skip to content

Commit

Permalink
Merge branch 'topjohnwu:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
deep-soft authored Feb 5, 2024
2 parents dee3448 + 154121f commit ce168fe
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Some highlight features:
[Github](https://github.com/topjohnwu/Magisk/) is the only source where you can get official Magisk information and downloads.

[![](https://img.shields.io/badge/Magisk-v26.4-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v26.4)
[![](https://img.shields.io/badge/Magisk%20Beta-v26.4-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v26.4)
[![](https://img.shields.io/badge/Magisk%20Beta-v27.0-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v27.0)
[![](https://img.shields.io/badge/Magisk-Canary-red)](https://raw.githubusercontent.com/topjohnwu/magisk-files/canary/app-release.apk)
[![](https://img.shields.io/badge/Magisk-Debug-red)](https://raw.githubusercontent.com/topjohnwu/magisk-files/canary/app-debug.apk)

Expand Down
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ android.nonFinalResIds=false

# Magisk
magisk.stubVersion=38
magisk.versionCode=26405
magisk.versionCode=27001
magisk.ondkVersion=r26.3

0 comments on commit ce168fe

Please sign in to comment.