Skip to content

Commit

Permalink
v1.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twnesss committed Oct 30, 2024
1 parent 630a9a2 commit f74b269
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
13 changes: 6 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#### Changelog v1.7.3
+ Minor fix
#### Changelog v1.7.2
+ add USB Tethering `ncm+` to ap_list
+ independent local IP anti-loopback rules
+ provide old clash dns forwarding compatibility for mihom0 transparent proxy [box4magisk@a05e0b0](https://github.com/CHIZI-0618/box4magisk/commit/a05e0b0892a7423fc477f6f917f3a19924acb467)
#### Changelog v1.7.4
+ fix update curl
+ Improve box scripts
+ add Ethernet Tethering `eth+` to ap_list
+ add Action for Magisk(28000+) to start the service in the manager

[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.7.0...v1.7.2)
[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.7.3...v1.7.4)
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=box_for_root
name=Box for Magisk/KernelSU
version=v1.7.3
versionCode=20241005
version=v1.7.4(630a9a2)
versionCode=20241030
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
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"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",
"version": "v1.7.4",
"versionCode": "20241030",
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.4/box_for_root-v1.7.4.zip",
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md"
}

0 comments on commit f74b269

Please sign in to comment.