Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
F3FFO committed Mar 3, 2024
1 parent 64583aa commit 3c00973
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 49 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
50 changes: 8 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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)
2 changes: 1 addition & 1 deletion common/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions module.prop
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 3c00973

Please sign in to comment.