From 2f4f2570706e222e6a5c9569fc094681c7cbe639 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Tue, 11 May 2021 22:08:02 -0700 Subject: [PATCH] Publish v23.0 docs --- README.MD | 4 ++-- docs/releases/23000.md | 21 +++++++++++++++++++++ docs/releases/index.md | 1 + 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 docs/releases/23000.md diff --git a/README.MD b/README.MD index d5b3c58b8..9320c6d9b 100644 --- a/README.MD +++ b/README.MD @@ -16,8 +16,8 @@ Here are some feature highlights: [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-v22.1-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v22.1) -[![](https://img.shields.io/badge/Magisk%20Beta-v22.1-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v22.1) +[![](https://img.shields.io/badge/Magisk-v23.0-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v23.0) +[![](https://img.shields.io/badge/Magisk%20Beta-v23.0-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v23.0) [![](https://img.shields.io/badge/Magisk-Canary-red)](https://raw.githubusercontent.com/topjohnwu/magisk-files/canary/app-debug.apk) ## Useful Links diff --git a/docs/releases/23000.md b/docs/releases/23000.md new file mode 100644 index 000000000..21108b09b --- /dev/null +++ b/docs/releases/23000.md @@ -0,0 +1,21 @@ +## 2021.5.12 Magisk v23.0 + +This release is focused on fixing regressions and bugs. + +Note: Magisk v22 is the last major version to support Jellybean and Kitkat. Magisk v23 only supports Android 5.0 and higher. + +### Bug Fixes + +- [App] Update snet extension. This fixes SafetyNet API errors. +- [App] Fix a bug in the stub app that causes APK installation to fail +- [App] Hide annoying errors in logs when hidden as stub +- [App] Fix issues when patching ODIN tar files when the app is hidden +- [General] Remove all pre Android 5.0 support +- [General] Update BusyBox to use proper libc +- [General] Fix C++ undefined behaviors +- [General] Several `sepolicy.rule` copy/installation fixes +- [MagiskPolicy] Remove unnecessary sepolicy rules +- [MagiskHide] Update package and process name validation logic +- [MagiskHide] Some changes that prevents zygote deadlock + +### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html) diff --git a/docs/releases/index.md b/docs/releases/index.md index 400faab84..b3352c0b3 100644 --- a/docs/releases/index.md +++ b/docs/releases/index.md @@ -1,5 +1,6 @@ # Release Notes +- [v23.0](23000.md) - [v22.1](22100.md) - [v22.0](22000.md) - [v21.4](21400.md)