Skip to content

Commit 993a7b4

Browse files
committed
v0.5
1 parent c827139 commit 993a7b4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#### ⟳ Changelog v0.4.1
2-
+ small improvement
3-
#### ⟳ Changelog v0.4
4-
+ delete template for clash
5-
+ add dashboard files
6-
+ fix update kernel & geo
7-
+ optimize `bfm` scripts
1+
#### ⟳ Changelog v0.5
2+
+ fix log
3+
+ improve cgroup
4+
+ cgroups are automatically disabled if the phone's kernel doesn't support it
5+
+ added arm8l arch support for kernel updates
6+
+ improve bfm scripts
7+
+ 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
88

99
[README](https://github.com/taamarin/box_for_magisk/blob/master/README.md)

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=box_for_magisk
22
name=Box for Magisk
3-
version=v0.4.1
4-
versionCode=20230306
3+
version=v0.5
4+
versionCode=20230319
55
author=t@amarin
66
description=use sing-box, clash, v2ray, and xray for tunnel proxy on android device
77
updateJson=https://github.com/taamarin/box_for_magisk/raw/master/update.json

update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "v0.4.1",
3-
"versionCode": "20230306",
4-
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v0.4.1/box_for_magisk-v0.4.1.zip",
2+
"version": "v0.5",
3+
"versionCode": "20230319",
4+
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v0.5/box_for_magisk-v0.5.zip",
55
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)