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 993a7b4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 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)
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 993a7b4

Please sign in to comment.