Skip to content

Commit a27e30c

Browse files
committed
Update release notes
1 parent 79140c7 commit a27e30c

File tree

5 files changed

+27
-7
lines changed

5 files changed

+27
-7
lines changed

app/src/main/res/raw/changelog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
## v8.0.7
2+
3+
- Fix sepolicy rule migration when upgrading
4+
15
## v8.0.6
26

37
- Minor UI changes
48
- Update internal scripts
5-
6-
## v8.0.5
7-
8-
- Fix sepolicy rule copying

docs/app_changes.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
# Magisk Manager Changelog
22

3-
### v8.0.5
3+
### v8.0.7
4+
5+
- Fix sepolicy rule migration when upgrading
6+
7+
### v8.0.6
48

59
- Minor UI changes
610
- Update internal scripts
711

12+
### v8.0.5
13+
14+
- Fix sepolicy rule copying
15+
816
### v8.0.4
917

1018
- A lot of stability changes and minor bug fixes

docs/changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Magisk Changelog
22

3+
### v21.4
4+
5+
- [MagiskSU] Fix `su -c` behavior that broke many root apps
6+
- [General] Properly handle read/write over sockets (the `broken pipe` issue)
7+
38
### v21.3
49

510
- [MagiskInit] Avoid mounting `f2fs` userdata as it may result in kernel crashes. This shall fix a lot of bootloops

docs/releases/21300.md renamed to docs/releases/21400.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1-
## 2021.1.16 Magisk v21.3
1+
## 2021.1.17 Magisk v21.4
2+
3+
**Update**: v21.4 adds more regression hot fixes.
24

35
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.
46

7+
### v21.4
8+
9+
- [MagiskSU] Fix `su -c` behavior that broke many root apps
10+
- [General] Properly handle read/write over sockets (the `broken pipe` issue)
11+
512
### v21.3
613

714
- [MagiskInit] Avoid mounting `f2fs` userdata as it may result in kernel crashes. This shall fix a lot of bootloops

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ android.injected.testOnly=false
2727
kapt.incremental.apt=true
2828

2929
# Magisk
30-
magisk.versionCode=21304
30+
magisk.versionCode=21400
3131
magisk.ndkVersion=21d
3232
magisk.fullNdkVersion=21.3.6528147

0 commit comments

Comments
 (0)