Skip to content

Commit

Permalink
Update v4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CHIZI-0618 committed Dec 18, 2022
1 parent 7c03ddc commit 3db6fba
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
6 changes: 3 additions & 3 deletions box4magisk.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "v4.3",
"versionCode": 2022112909,
"zipUrl": "https://github.com/CHIZI-0618/box4magisk/releases/download/v4.3/box4magisk_v4.3.zip",
"version": "v4.4",
"versionCode": 2022121811,
"zipUrl": "https://github.com/CHIZI-0618/box4magisk/releases/download/v4.4/box4magisk_v4.4.zip",
"changelog": "https://raw.githubusercontent.com/CHIZI-0618/box4magisk/main/changelog.md"
}
21 changes: 19 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## box4magisk 更新日志

### v4.4
- 修复因包名重复导致的 UID 错误
- 修复白名单 clash DNS 流量重定向
- 添加 xray 透明代理配置示例
- 移除路由表禁用 IPv6
- 优化 Box 服务启动脚本
- 添加 Box 内核内存占用显示
- 添加 Box 内核运行时间显示
- 添加 Magisk Busybox 至 PATH
- 增强 Box 服务存活检查

### v4.3
- 修复黑白名单打印错误
- 添加部分日志输出
Expand All @@ -8,6 +19,8 @@
- 修复初次安装环境缺失无法启动的错误
- 添加初次安装免重启可使用 Magisk Manager 启停控制
- 优化 libcap 使用时机
- 增强 Box 用户用户组合法性检查
- 添加 libcap 使用前判断

### v4.1
- 修复日志打印,重定向输出时不再输出颜色
Expand All @@ -27,6 +40,8 @@
- 支持安卓多用户黑白名单
- 移除默认 libcap 安装
- 优化安装脚本
- 备份用户 Box 服务配置
- 增量更新用户 Box 服务配置

### v3.8
- 修复自定义用户用户组获取
Expand All @@ -35,13 +50,14 @@
### v3.7
- 支持自定义用户用户组启动 Box 服务
- 支持可选代理 USB 网络共享
- 优化 DNS 拦截
- 修复 clash DNS 拦截
- 默认删除三天前日志

### v3.6
- 支持 IPv6 tproxy 透明代理
- 修复 Magisk Manager 更新日志显示错误
- 优化 box.config 配置定义
- `network_mode` 改为 `proxy_method`

### v3.5
- 修复 TUN 设备检查
Expand All @@ -54,7 +70,8 @@

### v3.3
- 修复非 TUN 模式的启动
- 优化服务启动脚本
- 优化 Box 服务启动脚本
- if 改为 case

### v3.2
- 修复 TUN 模式的热点代理
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=box4magisk
name=box4magisk
version=v4.3
versionCode=2022112909
version=v4.4
versionCode=2022121811
author=CHIZI-0618
description=Use sing-box, clash, v2ray, xray tunnel proxy on Android devices.
updateJson=https://raw.githubusercontent.com/CHIZI-0618/box4magisk/main/box4magisk.json

0 comments on commit 3db6fba

Please sign in to comment.