Skip to content

Commit

Permalink
v1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Dec 22, 2024
1 parent 6abd57a commit 1278e2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
13 changes: 5 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#### Changelog v1.7.5
+ fixes and improvements
#### Changelog v1.7.4
+ fix update curl
+ Improve box scripts
+ add Ethernet Tethering `eth+` to ap_list
+ add Action for Magisk(28000+) to start the service in the manager
#### Changelog v1.8
* 更正正则表达式,以删除`package.list.cfg`无用字段,并添加gid支持 by @moexiyuki in https://github.com/taamarin/box_for_magisk/pull/169
* actions.sh adding `run_as_su, stop_service, and start_service` functions for improved readability and reusability and checking using /proc/${PID}.
* add allow/ignore list interface name to `ap.list.cfg` file

[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.7.4...v1.7.5)
[Full Changelog](https://github.com/taamarin/box_for_magisk/compare/v1.7.5...v1.8)
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_root
name=Box for Magisk/KernelSU
version=v1.7.5(d3b7d6e)
versionCode=20241117
version=v1.8
versionCode=20241222
author=taamarin.t.me
description=use sing-box, clash, v2ray, hysteria 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": "v1.7.5",
"versionCode": "20241117",
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.7.5/box_for_root-v1.7.5.zip",
"version": "v1.8",
"versionCode": "20241222",
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.8/box_for_root-v1.8.zip",
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md"
}

0 comments on commit 1278e2a

Please sign in to comment.