mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 12:05:30 +00:00
Update docs and README
This commit is contained in:
parent
9225b47568
commit
8dc62a0232
@ -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)
|
||||||
|
@ -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
|
## v8.0.0
|
||||||
|
|
||||||
- 100% full app rewrite! Will highlight functional changes below.
|
- 100% full app rewrite! Will highlight functional changes below.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# 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)
|
||||||
|
@ -1,5 +1,12 @@
|
|||||||
# 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user