-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
12 additions
and
12 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,9 +1,9 @@ | ||
#### ⟳ Changelog v0.4.1 | ||
+ small improvement | ||
#### ⟳ Changelog v0.4 | ||
+ delete template for clash | ||
+ add dashboard files | ||
+ fix update kernel & geo | ||
+ optimize `bfm` scripts | ||
#### ⟳ Changelog v0.5 | ||
+ fix log | ||
+ improve cgroup | ||
+ cgroups are automatically disabled if the phone's kernel doesn't support it | ||
+ added arm8l arch support for kernel updates | ||
+ improve bfm scripts | ||
+ will take the value of the `clash tun_device: utun`, `sing-box tun_device: tun0`, `clash_fake_ip_range: 198.18.0.1/16`, `clash_enhanced_mode: fake-ip`, `clash_dns_port: 1053`, `external-ui: ./dashboard/dist`, `tproxy-port: $tproxy_port` and `redir-port: $redir_port` variable, as default if not confirmed in the YAML / JSON config | ||
|
||
[README](https://github.com/taamarin/box_for_magisk/blob/master/README.md) |
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_magisk | ||
name=Box for Magisk | ||
version=v0.4.1 | ||
versionCode=20230306 | ||
version=v0.5 | ||
versionCode=20230319 | ||
author=t@amarin | ||
description=use sing-box, clash, v2ray, 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": "v0.4.1", | ||
"versionCode": "20230306", | ||
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v0.4.1/box_for_magisk-v0.4.1.zip", | ||
"version": "v0.5", | ||
"versionCode": "20230319", | ||
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v0.5/box_for_magisk-v0.5.zip", | ||
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md" | ||
} |