-
-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
11 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
#### Changelog v1.7.1 | ||
+ [adjust] net.inotify script | ||
#### Changelog v1.7.0 | ||
+ feat: Insert rules when the network changes [CHIZI-0618/box4magisk@a8a85e1](https://github.com/CHIZI-0618/box4magisk/commit/a8a85e1dad6322626a9f314fa6e600f95e4c9ff0) | ||
+ add option to download sing-box "Pre-release" and "Latest release" | ||
+ fix: 修复某些情况下clash dns端口匹配不到 | ||
+ add download Hysteria core | ||
+ adjust scripts box | ||
#### 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) | ||
|
||
[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.5.0...v1.6.0) | ||
[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.7.0...v1.7.2) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.1 | ||
versionCode=20240812 | ||
author=t@amarin | ||
version=v1.7.2 | ||
versionCode=20240917 | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"version": "v1.7.1", | ||
"versionCode": "20240812", | ||
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.1/box_for_root-v1.7.1.zip", | ||
"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", | ||
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md" | ||
} |