Update release notes

This commit is contained in:
topjohnwu 2021-01-17 06:08:15 -08:00
parent 79140c7636
commit a27e30cf54
5 changed files with 27 additions and 7 deletions

View File

@ -1,8 +1,8 @@
## v8.0.7
- Fix sepolicy rule migration when upgrading
## v8.0.6
- Minor UI changes
- Update internal scripts
## v8.0.5
- Fix sepolicy rule copying

View File

@ -1,10 +1,18 @@
# Magisk Manager Changelog
### v8.0.5
### v8.0.7
- Fix sepolicy rule migration when upgrading
### v8.0.6
- Minor UI changes
- Update internal scripts
### v8.0.5
- Fix sepolicy rule copying
### v8.0.4
- A lot of stability changes and minor bug fixes

View File

@ -1,5 +1,10 @@
# Magisk Changelog
### v21.4
- [MagiskSU] Fix `su -c` behavior that broke many root apps
- [General] Properly handle read/write over sockets (the `broken pipe` issue)
### v21.3
- [MagiskInit] Avoid mounting `f2fs` userdata as it may result in kernel crashes. This shall fix a lot of bootloops

View File

@ -1,7 +1,14 @@
## 2021.1.16 Magisk v21.3
## 2021.1.17 Magisk v21.4
**Update**: v21.4 adds more regression hot fixes.
Happy 2021! v21.3 adds a workaround for devices with buggy F2FS Linux kernel drivers. This F2FS bug may cause bootloops on many devices. Checkout the full [v21.0 release notes](https://topjohnwu.github.io/Magisk/releases/21000.html) if coming from older releases.
### v21.4
- [MagiskSU] Fix `su -c` behavior that broke many root apps
- [General] Properly handle read/write over sockets (the `broken pipe` issue)
### v21.3
- [MagiskInit] Avoid mounting `f2fs` userdata as it may result in kernel crashes. This shall fix a lot of bootloops

View File

@ -27,6 +27,6 @@ android.injected.testOnly=false
kapt.incremental.apt=true
# Magisk
magisk.versionCode=21304
magisk.versionCode=21400
magisk.ndkVersion=21d
magisk.fullNdkVersion=21.3.6528147