Skip to content

Commit 2315740

Browse files
committed
v0.5.1
1 parent 2309fbf commit 2315740

File tree

3 files changed

+14
-11
lines changed

3 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
#### ⟳ Changelog v0.5.1
2+
+ **remove the selection to create the DNS resolve.conf file**. [#3 (comment)](https://github.com/taamarin/box_for_magisk/issues/3#issuecomment-1475454926)
3+
+ **add force stop `${bin_name}`.** if stubborn
4+
+ **kill `$(pidof ${bin}`) is replaced with `pkill ${bin}`.**
5+
16
#### ⟳ 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
7+
+ **fix log**
8+
+ **improve cgroup:** cgroups are automatically disabled if the phone's kernel doesn't support it
9+
+ **added arm8l arch support for kernel updates**
10+
+ **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
811

912
[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.5
4-
versionCode=20230319
3+
version=v0.5.1
4+
versionCode=20230321
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.5",
3-
"versionCode": "20230319",
4-
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v0.5/box_for_magisk-v0.5.zip",
2+
"version": "v0.5.1",
3+
"versionCode": "20230321",
4+
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v0.5.1/box_for_magisk-v0.5.1.zip",
55
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)