Skip to content

Commit f74b269

Browse files
committed
v1.7.4
1 parent 630a9a2 commit f74b269

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

CHANGELOG.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
#### Changelog v1.7.3
2-
+ Minor fix
3-
#### Changelog v1.7.2
4-
+ add USB Tethering `ncm+` to ap_list
5-
+ independent local IP anti-loopback rules
6-
+ provide old clash dns forwarding compatibility for mihom0 transparent proxy [box4magisk@a05e0b0](https://github.com/CHIZI-0618/box4magisk/commit/a05e0b0892a7423fc477f6f917f3a19924acb467)
1+
#### Changelog v1.7.4
2+
+ fix update curl
3+
+ Improve box scripts
4+
+ add Ethernet Tethering `eth+` to ap_list
5+
+ add Action for Magisk(28000+) to start the service in the manager
76

8-
[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.7.0...v1.7.2)
7+
[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.7.3...v1.7.4)

module.prop

+2-2
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.3
4-
versionCode=20241005
3+
version=v1.7.4(630a9a2)
4+
versionCode=20241030
55
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.3",
3-
"versionCode": "20241005",
4-
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.3/box_for_root-v1.7.3.zip",
2+
"version": "v1.7.4",
3+
"versionCode": "20241030",
4+
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.4/box_for_root-v1.7.4.zip",
55
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)