Skip to content

Commit 1aad79f

Browse files
committed
v1.7.2
1 parent 64b7a9d commit 1aad79f

File tree

3 files changed

+11
-15
lines changed

3 files changed

+11
-15
lines changed

CHANGELOG.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
#### Changelog v1.7.1
2-
+ [adjust] net.inotify script
3-
#### Changelog v1.7.0
4-
+ feat: Insert rules when the network changes [CHIZI-0618/box4magisk@a8a85e1](https://github.com/CHIZI-0618/box4magisk/commit/a8a85e1dad6322626a9f314fa6e600f95e4c9ff0)
5-
+ add option to download sing-box "Pre-release" and "Latest release"
6-
+ fix: 修复某些情况下clash dns端口匹配不到
7-
+ add download Hysteria core
8-
+ adjust scripts box
1+
#### Changelog v1.7.2
2+
+ add USB Tethering `ncm+` to ap_list
3+
+ independent local IP anti-loopback rules
4+
+ provide old clash dns forwarding compatibility for mihom0 transparent proxy [box4magisk@a05e0b0](https://github.com/CHIZI-0618/box4magisk/commit/a05e0b0892a7423fc477f6f917f3a19924acb467)
95

10-
[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.5.0...v1.6.0)
6+
[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.7.0...v1.7.2)

module.prop

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=box_for_root
22
name=Box for Magisk/KernelSU
3-
version=v1.7.1
4-
versionCode=20240812
5-
author=t@amarin
3+
version=v1.7.2
4+
versionCode=20240917
5+
author=taamarin.t.me
66
description=use sing-box, clash, v2ray, hysteria and xray for tunnel proxy on android device
77
updateJson=https://github.com/taamarin/box_for_magisk/raw/master/update.json

update.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v1.7.1",
3-
"versionCode": "20240812",
4-
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.1/box_for_root-v1.7.1.zip",
2+
"version": "v1.7.2",
3+
"versionCode": "20240917",
4+
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.2/box_for_root-v1.7.2.zip",
55
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)