Bump version

This commit is contained in:
topjohnwu 2018-07-08 00:49:00 +08:00
parent da6f1d0f12
commit b885ccbd63
2 changed files with 8 additions and 7 deletions

View File

@ -27,8 +27,8 @@ android {
productFlavors { productFlavors {
full { full {
versionCode 122 versionCode 125
versionName "5.7.0" versionName "5.8.0"
} }
stub { stub {
versionCode 1 versionCode 1

View File

@ -1,5 +1,6 @@
### v5.7.0 ### v5.8.0
- Add app shortcuts for Android 7.1+ - Remain hidden when upgrading within repackaged Magisk Manager
- Bump minimal module `minMagisk` to `1500` - New feature: support reconstructing a proper Magisk environment if error detected (e.g. after factory reset)
- Adjustments for new sepolicies on v16.4+ - New uninstall method: download uninstaller and completely remove Magisk + Magisk Manager, following with a reboot
- Fix crashes when refreshing the online repo - Hidden apps are now shown on the top of the list in MagiskHide fragment
- Tons of under-the-hood bug fixes and improvements