Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jan 17, 2021
1 parent 79140c7 commit a27e30c
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 7 deletions.
8 changes: 4 additions & 4 deletions app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -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
10 changes: 9 additions & 1 deletion docs/app_changes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 5 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
9 changes: 8 additions & 1 deletion docs/releases/21300.md → docs/releases/21400.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a27e30c

Please sign in to comment.