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 {
full {
versionCode 122
versionName "5.7.0"
versionCode 125
versionName "5.8.0"
}
stub {
versionCode 1

View File

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