Skip to content

Commit 0229f8b

Browse files
v1.10.1
1 parent a45043e commit 0229f8b

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#### Changelog v1.10.1 - 23-08-25
2+
- fix: Improve SSID retrieval accuracy during network switching (network control)
3+
14
#### Changelog v1.10.0 - 21-08-25
25
### ✨ Features
36
- **Network Control**

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=box_for_root
22
name=Box for Magisk/KernelSU/APatch
3-
version=v1.10.0
4-
versionCode=20250821
3+
version=v1.10.1
4+
versionCode=20250823
55
author=taamarin.t.me
66
description=use sing-box, clash, v2ray, hysteria 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": "v1.10.0",
3-
"versionCode": "20250821",
4-
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.10.0/box_for_root-v1.10.0.zip",
2+
"version": "v1.10.1",
3+
"versionCode": "20250823",
4+
"zipUrl": "https://github.com/taamarin/box_for_magisk/releases/download/v1.10.1/box_for_root-v1.10.1.zip",
55
"changelog": "https://github.com/taamarin/box_for_magisk/raw/master/CHANGELOG.md"
66
}

0 commit comments

Comments
 (0)