From 3c00973ec4e15d0e23e62162324b6a4d762c9e09 Mon Sep 17 00:00:00 2001 From: F3FFO Date: Sun, 3 Mar 2024 18:00:45 +0100 Subject: [PATCH] Bump version to 2.4.0 --- CHANGELOG.md | 9 +++++++++ README.md | 50 ++++++++--------------------------------------- common/install.sh | 2 +- module.prop | 6 +++--- update.json | 6 +++--- 5 files changed, 24 insertions(+), 49 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3046931..b8598b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ **If you found this helpful, please consider supporting development with a [coffe](https://www.paypal.me/f3ff0). Alternatively, you can contribute to the project by reporting bugs and doing PR. All support is appreciated!** +# v2.4.0 + +- Welcome to Thorium webview +- Mark as **experimental** Vanadium and Thorium +- Add manual installation of Mulch webview +- No need anymore to download thrichrome lib +- Prevent to perform user installation of webview +- Bug fix + # v2.3.1 - KernelSU compatibility. Thanks to @amteza diff --git a/README.md b/README.md index b31bdf9..da22915 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Open WebView - [XDA Thread](https://xdaforums.com/t/magisk-module-webview-open-webview-2-3-0.4496119/) +# Open WebView - [XDA Thread](https://xdaforums.com/t/magisk-module-webview-open-webview.4496119/) ![Open WebView](https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/open_webview/master/img/logo.png) @@ -66,47 +66,13 @@ The source code is available under [GPL-3.0](https://github.com/Magisk-Modules-A ## Change logs -# v2.3.1 +# v2.4.0 -- KernelSU compatibility (Shell must have SuperUser enabled). Thanks to [@amteza](https://github.com/amteza) +- Welcome to Thorium webview +- Mark as **experimental** Vanadium and Thorium +- Add manual installation of Mulch webview +- No need anymore to download thrichrome lib +- Prevent to perform user installation of webview - Bug fix -# v2.3.0 - -- Remove Bromite webview -- Re-add overlay inside module -- Add Android 14 support for Vanadium - -# v2.2.0 - -- Add Vanadium webview -- Add SHA256 integrity check for Mulch -- Get always last release of bromite -- Bug fix - -# v2.1.0 - -- Add Mulch webview -- Add status in the module description -- Update bromite to v108.0.5359.156 -- Bug fix - -# v2.0.0 - -- Reworked the installation logic -- Add cleaning logic for dalvik cache -- Update bromite to v106.0.5249.163 -- Bug fix - -# v1.1.0 - -- Add curl binary -- Bug fix - -# v1.0.1 - -- Bug fix - -# v1.0.0 - -- Initial release +See older release notes: [CHANGELOG.md](CHANGELOG.md) diff --git a/common/install.sh b/common/install.sh index 6fc71aa..327309e 100755 --- a/common/install.sh +++ b/common/install.sh @@ -197,7 +197,7 @@ clean_up() { echo "[$(date "+%H:%M:%S")] Installation success" >>$LOG } -echo "# open-webview v2.3.1" > $LOG +echo "# open-webview v2.4.0" > $LOG echo -e "# Author: @f3ffo (Github)\n" >>$LOG echo "[$(date "+%H:%M:%S")] Brand: $(getprop ro.product.system.brand)" >>$LOG echo "[$(date "+%H:%M:%S")] Device: $(getprop ro.product.system.device)" >>$LOG diff --git a/module.prop b/module.prop index de0c514..dd123a8 100644 --- a/module.prop +++ b/module.prop @@ -1,10 +1,10 @@ id=open_webview name=Open Webview -version=2.3.1 -versionCode=231 +version=2.4.0 +versionCode=240 author=F3FFO description=Open Webview change your system webview minMagisk=20400 updateJson=https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/open_webview/master/update.json -support=https://xdaforums.com/t/magisk-module-webview-open-webview-2-3-0.4496119/ +support=https://xdaforums.com/t/magisk-module-webview-open-webview.4496119/ donate=https://www.paypal.me/f3ff0 diff --git a/update.json b/update.json index 266922e..61ee791 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v2.3.1", - "versionCode": 231, - "zipUrl": "https://github.com/Magisk-Modules-Alt-Repo/open_webview/releases/download/v2.3.1/open-webview.zip", + "version": "v2.4.0", + "versionCode": 240, + "zipUrl": "https://github.com/Magisk-Modules-Alt-Repo/open_webview/releases/download/v2.4.0/open-webview.zip", "changelog": "https://raw.githubusercontent.com/Magisk-Modules-Alt-Repo/open_webview/master/CHANGELOG.md" }