Commit 8dc62a02 authored by topjohnwu's avatar topjohnwu

Update docs and README

parent 9225b475
...@@ -15,7 +15,7 @@ Here are some feature highlights: ...@@ -15,7 +15,7 @@ Here are some feature highlights:
## Downloads ## 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) [![](https://img.shields.io/badge/Magisk%20Manager-Canary-red)](https://raw.githubusercontent.com/topjohnwu/magisk_files/canary/app-debug.apk)
<br> <br>
[![](https://img.shields.io/badge/Magisk-v20.4-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v20.4) [![](https://img.shields.io/badge/Magisk-v20.4-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v20.4)
......
## 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 ## v8.0.0
- 100% full app rewrite! Will highlight functional changes below. - 100% full app rewrite! Will highlight functional changes below.
......
# Magisk Documentation # Magisk Documentation
(Updated on 2020.10.2) (Updated on 2020.10.6)
- [Installation Instructions](install.md) - [Installation Instructions](install.md)
- [Frequently Asked Questions](faq.md) - [Frequently Asked Questions](faq.md)
......
# Magisk Manager Changelog # 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 ### v8.0.0
- 100% full app rewrite! Will highlight functional changes below. - 100% full app rewrite! Will highlight functional changes below.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment