From f0e4aec0af12d090584cf58d38c32df778a37c1a Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Fri, 22 Dec 2017 02:01:11 +0800 Subject: [PATCH] Bump version --- build.gradle | 4 ++-- src/main/assets/changelog.md | 15 +++++++-------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/build.gradle b/build.gradle index df7474948..17eca09e8 100644 --- a/build.gradle +++ b/build.gradle @@ -8,8 +8,8 @@ android { applicationId "com.topjohnwu.magisk" minSdkVersion 21 targetSdkVersion 27 - versionCode 75 - versionName "5.4.3" + versionCode 80 + versionName "5.5.0" ndk { moduleName 'zipadjust' abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a' diff --git a/src/main/assets/changelog.md b/src/main/assets/changelog.md index f4dff6541..751c981d1 100644 --- a/src/main/assets/changelog.md +++ b/src/main/assets/changelog.md @@ -1,10 +1,9 @@ -### v5.4.3 (75) -- Fix dynamic resource loading, should prevent crashing when checking SafetyNet -- Update SignAPK to use very little RAM, should expand old device support +### v5.5.0 +- Fix dynamic resource loading, prevent crashes when checking SafetyNet +- Update SignAPK to use very little RAM for supporting old devices - Support settings migration after hiding Magisk Manager - Add reboot menu in modules section -- Add changelog in app -- Add dark theme to superuser requests -- Properly handle new `KEEPVERITY` and `HIGHCOMP` flags for installation -- Adapt su database to `/data/adb/magisk.adb` and installation paths to `/data/adb` -- Massive improvements for repackaging Magisk Manager +- Add dark theme to superuser request dialogs +- Properly handle new `HIGHCOMP` and add recommended `KEEPVERITY` and `KEEPFORCEENCRYPT` flags for installation +- Support new paths for v14.6 +- Massive improvements in repackaging Magisk Manager