Skip to content

Commit

Permalink
Add v21.2 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Dec 28, 2020
1 parent afe17c7 commit b6144ae
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 1 deletion.
5 changes: 5 additions & 0 deletions app/src/main/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v8.0.4

- A lot of stability changes and minor bug fixes
- Collect device properties, app logcat, and Magisk logs when saving logs in the logs menu

## v8.0.3

- Switch to the new Magisk Module Repo setup in preparation to allow 3rd party repos
Expand Down
5 changes: 5 additions & 0 deletions docs/app_changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Magisk Manager Changelog

### v8.0.4

- A lot of stability changes and minor bug fixes
- Collect device properties, app logcat, and Magisk logs when saving logs in the logs menu

### v8.0.3

- Switch to the new Magisk Module Repo setup in preparation to allow 3rd party repos
Expand Down
9 changes: 9 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Magisk Changelog

### v21.2

- [MagiskInit] Detect 2SI after mounting `system_root` on legacy SAR devices
- [General] Make sure `post-fs-data` scripts cannot block more than 35 seconds
- [General] Fix the `magisk --install-module` command
- [General] Trim Windows newline when reading files
- [General] Directly log to file to prevent `logcat` weirdness
- [MagiskBoot] Fix header dump/load for header v3 images

### v21.1

- [MagiskBoot] Support boot header v3 (Pixel 5 and 4a 5G)
Expand Down
14 changes: 14 additions & 0 deletions docs/releases/21200.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## 2020.12.28 Magisk v21.2

v21.2 is a maintenance update, mostly addressing bugs, and expanding device compatibility. Checkout the full [v21.0 release notes](https://topjohnwu.github.io/Magisk/releases/21000.html) if coming from older releases.

### v21.2

- [MagiskInit] Detect 2SI after mounting `system_root` on legacy SAR devices
- [General] Make sure `post-fs-data` scripts cannot block more than 35 seconds
- [General] Fix the `magisk --install-module` command
- [General] Trim Windows newline when reading files
- [General] Directly log to file to prevent `logcat` weirdness
- [MagiskBoot] Fix header dump/load for header v3 images

### Full Changelog: [here](https://topjohnwu.github.io/Magisk/changes.html)
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=21102
magisk.versionCode=21200
magisk.ndkVersion=21d
magisk.fullNdkVersion=21.3.6528147

0 comments on commit b6144ae

Please sign in to comment.