From f79e5cc37e48234e8118767f48442b0d7db5523a Mon Sep 17 00:00:00 2001 From: Danny Lin Date: Mon, 27 Jun 2022 02:44:45 -0700 Subject: [PATCH] version: 2.3.1 --- CHANGELOG.md | 21 ++++++++++++++++----- magisk/module.prop | 4 ++-- update.json | 8 ++++---- 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7177ed8..eeb4c33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ -**If you found this helpful, please consider supporting development with a [recurring donation](https://patreon.com/kdrag0n) for rewards such as early access to updates, exclusive behind-the-scenes development news, and priority support. Alternatively, [you can also buy me a coffee](https://paypal.me/kdrag0ndonate). All support is appreciated!** +# v2.3.1 -# v2.2.1 +## Highlights -- Fixed under-display fingerprint sensor on Realme devices (thanks @osm0sis, @byxiaorun, @Jowat97) -- Clarified definition of "basic attestation" in readme -- Add check to prevent installation on unsupported Android versions (7.x and older) +- Fixed fingerprint on OxygenOS/ColorOS 12 (@osm0sis) +- Support for Magisk 24+ module updates (@benjibobs) +- Restored support for Android 7 + +## Other changes + +- Spoofed OnePlus OEM unlock status for futureproofing (@osm0sis) +- Minor code improvements + +**This version only supports Zygisk (Magisk 24 and newer).** + +--- + +**If you found this module helpful, please consider supporting development with a [recurring donation](https://patreon.com/kdrag0n) for rewards such as early access to updates, exclusive behind-the-scenes development news, and priority support. Alternatively, [you can also buy me a coffee](https://paypal.me/kdrag0ndonate). All support is appreciated!** diff --git a/magisk/module.prop b/magisk/module.prop index bac838a..1d24266 100644 --- a/magisk/module.prop +++ b/magisk/module.prop @@ -1,7 +1,7 @@ id=safetynet-fix name=Universal SafetyNet Fix -version=v2.2.1 -versionCode=20201 +version=v2.3.1 +versionCode=20301 author=kdrag0n description=A universal fix for SafetyNet on Android 8–12 devices with hardware attestation and unlocked bootloaders. updateJson=https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/update.json diff --git a/update.json b/update.json index cf3574b..61d836e 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v2.2.1", - "versionCode": 20201, - "zipUrl": "https://github.com/kdrag0n/safetynet-fix/releases/download/v2.2.1/safetynet-fix-v2.2.1.zip", + "version": "v2.3.1", + "versionCode": 20301, + "zipUrl": "https://github.com/kdrag0n/safetynet-fix/releases/download/v2.3.1/safetynet-fix-v2.3.1.zip", "changelog": "https://raw.githubusercontent.com/kdrag0n/safetynet-fix/master/CHANGELOG.md" -} \ No newline at end of file +}