mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-14 22:10:32 +08:00
* feat(limiter): add Limiter struct with clock interface and tests * feat(limiter): integrate Limiter into tray and window management for rate limiting * fix(tray, window_manager): update debounce timing for tray click and window operations * refactor(limiter): change time representation from u64 to u128 for improved precision * fix: resolve issue with tray operations after system resume * Revert "refactor(limiter): change time representation from u64 to u128 for improved precision" This reverts commit 2198f40f7fcecbb755deb38af005c28e993db970.
24 lines
616 B
Markdown
24 lines
616 B
Markdown
## v(2.4.6)
|
|
|
|
### 🐞 修复问题
|
|
|
|
- 修复首次启动时代理信息刷新缓慢
|
|
- 修复无网络时无限请求 IP 归属查询
|
|
- 修复 WebDAV 页面重试逻辑
|
|
- 修复 Linux 通过 GUI 安装服务模式权限不符合预期
|
|
- 修复 macOS 因网口顺序导致无法正确设置代理
|
|
- 修复恢复休眠后无法操作托盘
|
|
|
|
<details>
|
|
<summary><strong> ✨ 新增功能 </strong></summary>
|
|
|
|
- 支持订阅设置自动延时监测间隔
|
|
- 新增流量隧道管理界面,支持可视化添加/删除隧道配置
|
|
|
|
</details>
|
|
|
|
<details>
|
|
<summary><strong> 🚀 优化改进 </strong></summary>
|
|
|
|
</details>
|