Skip to content

Commit

Permalink
v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
taamarin committed Mar 19, 2023
1 parent c827139 commit 082b032
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
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)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<img src="https://github.com/taamarin/box_for_magisk/blob/master/docs/box.png" alt="BOX" width="200">
<br>BOX<br>
</h1>
<h4 align="center">Proxy Transparan for android(root)</h4>
<h4 align="center">Transparent Proxy for Android(root)</h4>


<div align="center">
Expand Down
Binary file modified docs/box.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions module.prop
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
6 changes: 3 additions & 3 deletions update.json
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"
}

0 comments on commit 082b032

Please sign in to comment.