mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 13:30:31 +08:00
* feat(settings): add tunnels viewer UI and management logic * docs: Changelog.md * refactor(notice): remove redundant t() call * refactor(tunnels): make proxy optional and follow current configuration by default * refactor(tunnels): save after close dialog * feat(tunnel): update check * refactor(tunnels): merge import * refactor(tunnels): use ipaddr.js * docs: Changelog.md * refactor(tunnels): enhance validation * feat: add tunnels ti PATCH_CONFIG_INNER * fix: sanitize invalid proxy references in tunnels * refactor: use smartstring alias String * docs: Changelog.md * perf: optimize tunnels proxy validation and collection logic --------- Co-authored-by: Slinetrac <realakayuki@gmail.com> Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com>
25 lines
556 B
Markdown
25 lines
556 B
Markdown
## v(2.4.6)
|
|
|
|
### 🐞 修复问题
|
|
|
|
- 修复首次启动时代理信息刷新缓慢
|
|
- 修复无网络时无限请求 IP 归属查询
|
|
- 修复 WebDAV 页面重试逻辑
|
|
- 修复 Linux 通过 GUI 安装服务模式权限不符合预期
|
|
|
|
<details>
|
|
<summary><strong> ✨ 新增功能 </strong></summary>
|
|
|
|
- 支持订阅设置自动延时监测间隔
|
|
- 新增流量隧道管理界面,支持可视化添加/删除隧道配置
|
|
|
|
</details>
|
|
|
|
<details>
|
|
<summary><strong> 🚀 优化改进 </strong></summary>
|
|
|
|
- 后端性能优化
|
|
- 前端性能优化
|
|
|
|
</details>
|