-
-
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
8 additions
and
6 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,7 +1,9 @@ | ||
#### Changelog v1.7.5 | ||
+ fixes and improvements | ||
#### 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.3...v1.7.4) | ||
[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.7.4...v1.7.5) |
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.4(630a9a2) | ||
versionCode=20241030 | ||
version=v1.7.5(d3b7d6e) | ||
versionCode=20241117 | ||
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.4", | ||
"versionCode": "20241030", | ||
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.4/box_for_root-v1.7.4.zip", | ||
"version": "v1.7.5", | ||
"versionCode": "20241117", | ||
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.5/box_for_root-v1.7.5.zip", | ||
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md" | ||
} |