fix(linux): handle empty KDE proxy schema without error (#6316)

* fix: kde sysproxy error

* docs: Changelog.md
This commit is contained in:
Slinetrac 2026-02-15 20:10:34 +08:00 committed by GitHub
parent cd4ff68b5b
commit 7a564b4ea9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 3 deletions

4
Cargo.lock generated
View File

@ -7174,8 +7174,8 @@ dependencies = [
[[package]]
name = "sysproxy"
version = "0.4.4"
source = "git+https://github.com/clash-verge-rev/sysproxy-rs?branch=0.4.4#bbc5f834415ce376119515581008447098084f74"
version = "0.4.5"
source = "git+https://github.com/clash-verge-rev/sysproxy-rs?branch=0.4.5#6aa9ecb1c6bb9779b9dc8e4adc68780fc1d5edb6"
dependencies = [
"iptools",
"log",

View File

@ -12,6 +12,7 @@
- 修复使用 URL scheme 导入订阅时没有及时重载配置
- 修复规则界面里的行号展示逻辑
- 修复 Windows 托盘打开日志失败
- 修复 KDE 首次启动报错
<details>
<summary><strong> ✨ 新增功能 </strong></summary>
@ -33,5 +34,6 @@
- 链式代理增加明显的入口出口与数据流向标识
- 优化 IP 信息卡
- 美化代理组图标样式
- 移除 Linux resources 文件夹下多余的服务二进制文件
</details>

View File

@ -71,7 +71,7 @@ reqwest = { version = "0.13.2", features = [
"form",
] }
regex = "1.12.3"
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs", branch = "0.4.4", features = [
sysproxy = { git = "https://github.com/clash-verge-rev/sysproxy-rs", branch = "0.4.5", features = [
"guard",
] }
network-interface = { version = "2.0.5", features = ["serde"] }