From f9c39055fe110a23caff258ac2a9d445ffee988f Mon Sep 17 00:00:00 2001 From: twnesss Date: Sat, 5 Oct 2024 02:37:41 +0700 Subject: [PATCH] v1.7.3 --- CHANGELOG.md | 2 ++ module.prop | 4 ++-- update.json | 6 +++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6a014ca..ceb86627 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +#### Changelog v1.7.3 ++ Minor fix #### Changelog v1.7.2 + add USB Tethering `ncm+` to ap_list + independent local IP anti-loopback rules diff --git a/module.prop b/module.prop index 509d4552..3432c755 100755 --- a/module.prop +++ b/module.prop @@ -1,7 +1,7 @@ id=box_for_root name=Box for Magisk/KernelSU -version=v1.7.2 -versionCode=20240917 +version=v1.7.3 +versionCode=20241005 author=taamarin.t.me description=use sing-box, clash, v2ray, hysteria and xray for tunnel proxy on android device updateJson=https://github.com/taamarin/box_for_magisk/raw/master/update.json \ No newline at end of file diff --git a/update.json b/update.json index 64462db9..1ce1d7f8 100755 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "v1.7.2", - "versionCode": "20240917", - "zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.2/box_for_root-v1.7.2.zip", + "version": "v1.7.3", + "versionCode": "20241005", + "zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.3/box_for_root-v1.7.3.zip", "changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md" }