Update docs and README

This commit is contained in:
topjohnwu 2020-10-06 05:10:19 -07:00
parent 9225b47568
commit 8dc62a0232
4 changed files with 16 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Here are some feature highlights:
## Downloads
[![](https://img.shields.io/badge/Magisk%20Manager-v8.0.0-green)](https://github.com/topjohnwu/Magisk/releases/download/manager-v8.0.0/MagiskManager-v8.0.0.apk)
[![](https://img.shields.io/badge/Magisk%20Manager-v8.0.1-green)](https://github.com/topjohnwu/Magisk/releases/download/manager-v8.0.1/MagiskManager-v8.0.1.apk)
[![](https://img.shields.io/badge/Magisk%20Manager-Canary-red)](https://raw.githubusercontent.com/topjohnwu/magisk_files/canary/app-debug.apk)
<br>
[![](https://img.shields.io/badge/Magisk-v20.4-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v20.4)

View File

@ -1,3 +1,10 @@
## v8.0.1
- Fix `vbmeta.img` patching for Samsung `AP.tar` files. This fixes bootloops on devices like Galaxy S10 after flashing updated AP files.
- Properly truncate existing files before writing to prevent corrupted files
- Prevent a possible UI loop when device ran into very low memory
- Switch to use JSDelivr CDN for several files
## v8.0.0
- 100% full app rewrite! Will highlight functional changes below.

View File

@ -1,5 +1,5 @@
# Magisk Documentation
(Updated on 2020.10.2)
(Updated on 2020.10.6)
- [Installation Instructions](install.md)
- [Frequently Asked Questions](faq.md)

View File

@ -1,5 +1,12 @@
# Magisk Manager Changelog
### v8.0.1
- Fix `vbmeta.img` patching for Samsung `AP.tar` files. This fixes bootloops on devices like Galaxy S10 after flashing updated AP files.
- Properly truncate existing files before writing to prevent corrupted files
- Prevent a possible UI loop when device ran into very low memory
- Switch to use JSDelivr CDN for several files
### v8.0.0
- 100% full app rewrite! Will highlight functional changes below.