Skip to content
This repository has been archived by the owner on Jul 19, 2018. It is now read-only.

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jul 7, 2018
1 parent da6f1d0 commit b885ccb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {

productFlavors {
full {
versionCode 122
versionName "5.7.0"
versionCode 125
versionName "5.8.0"
}
stub {
versionCode 1
Expand Down
11 changes: 6 additions & 5 deletions src/full/res/raw/changelog.md
Original file line number Diff line number Diff line change
@@ -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

6 comments on commit b885ccb

@CirnoTheFrosty
Copy link

@CirnoTheFrosty CirnoTheFrosty commented on b885ccb Jul 8, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This release manages to grind my phone to a violent halt so bad I had to keep spamming "ADB REBOOT" until my phone would detect the command as the hardware reboot on my device was just being outright ignored. Downgraded back to 5.7.0, I think I'll just keep it there for a while and disable notifications.

@Dimensional
Copy link

@Dimensional Dimensional commented on b885ccb Jul 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have the same problem. It's not only constantly crashing my phone, but it won't even open on the screen. I opened the app up and it's been hanging on the splash for over an hour. I can't even give adb shell any root permissions because it's waiting for the manager to load, which never happens.

@shalien
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here for me, after updating MagiskManager the app hang on the Mask screen

@Dark1z
Copy link

@Dark1z Dark1z commented on b885ccb Jul 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here for me, after updating MagiskManager the app hang on the Mask screen

Same thing happens to me,
But will this happen if I have latest Magisk with MagiskManager v5.7.0 ?

Thanking You, Best regards πŸ‘

@shalien
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last version of Magisk Manager 5.8.1 resolve this issue. Using it with latest beta Magisk flashed via Custom Recovery

@Dark1z
Copy link

@Dark1z Dark1z commented on b885ccb Jul 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Last version of Magisk Manager 5.8.1 resolve this issue. Using it with latest beta Magisk flashed via Custom Recovery

Ho! Sorry !! I did not check for New release of APK, my bad.
I was outdated , sorry for troubles.

Best regards πŸ‘

Please sign in to comment.