Skip to content

Commit 1567f73

Browse files
committed
v6.0.1
1 parent 70560eb commit 1567f73

3 files changed

Lines changed: 6 additions & 24 deletions

File tree

.github/changelog.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
## 版本 6.0.0(2026-02-27)
22

33
### 核心更新
4-
* **全新原生管理界面**: 采用 **Miuix** 设计语言重构,带来更精致的视觉体验、更流畅的操作反馈以及显著的性能提升。详见 [Telegram 公告](https://t.me/NetProxy_Magisk/9971)
5-
6-
### 主要变更
7-
> [!IMPORTANT]
8-
> 由于涉及大量文件结构变更,建议先完全卸载旧版本模块后再进行重新安装。
9-
10-
1. **模式切换逻辑重构**:
11-
- 废弃 WebUI 实时生成路由的逻辑,改为使用预设的静态配置文件(`rule.json`, `global.json`, `direct.json`)。
12-
- 彻底解决重启后无法自动恢复“全局/直连”模式的历史遗留问题。
13-
2. **直连模式配置保护**:
14-
- 将直连模式依赖的 freedom 出站配置从 `outbounds/` 移至内部受保护路径 `confdir/routing/internal/proxy_freedom.json`
15-
- 优化 `switch-mode.sh`,确保即使出站节点被清空,直连模式依然稳固可用。
16-
3. **配置目录结构优化**:
17-
- **路由规则统一化**: 新增 `confdir/routing/` 文件夹,集中管理所有路由 JSON 及 `routing_rules.json` 规则库。
18-
- **TProxy 配置独立**: `tproxy.conf` 移入 `config/tproxy/` 文件夹,结构更清晰。
19-
- **文件排序优化**: 重新排列 `confdir` 下的文件前缀,提升系统加载逻辑的可读性。
20-
4. **默认分组重构**:
21-
- 将原 `outbounds/` 根目录下的节点配置迁移至 `outbounds/default/` 子目录。
22-
- 自动同步更新 `module.conf` 中的 `CURRENT_CONFIG` 路径。
4+
修复了一些已知问题
235

246
---

.github/update.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "Module v6.0.0",
3-
"versionCode": 441,
4-
"zipUrl": "https://github.com/Fanju6/NetProxy-Magisk/releases/download/v6.0.0/NetProxy-Module.zip",
2+
"version": "Module v6.0.1",
3+
"versionCode": 502,
4+
"zipUrl": "https://github.com/Fanju6/NetProxy-Magisk/releases/download/v6.0.1/NetProxy-Module.zip",
55
"changelog": "https://raw.githubusercontent.com/Fanju6/NetProxy-Magisk/refs/heads/main/changelog.md"
66
}

src/module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=netproxy
22
name=NetProxy
3-
version=v6.0.0
4-
versionCode=441
3+
version=v6.0.1
4+
versionCode=502
55
author=Fanju
66
description=基于Xray内核的代理工具
77
updateJson=https://raw.githubusercontent.com/Fanju6/NetProxy-Magisk/refs/heads/main/update.json

0 commit comments

Comments
 (0)