[0.3.1] - 2026-08-01
🐛 问题修复
- 修复 SOCKS5 代理下 DNS 可能在本地解析导致代理形同虚设的问题:现在域名解析统一交给代理侧完成,网络环境存在 DNS 污染/劫持时也能正常连通
- 自定义代理地址新增对
socks4a://的显式支持;填写不支持的协议前缀时会明确报错,不再被静默当作 HTTP 代理处理 - 修复多进程同时写入日志文件时可能互相覆盖内容的问题,日志导出与排查问题时不再丢失记录
[0.3.1] - 2026-08-01
🐛 Bug Fixes
- Fixed SOCKS5 proxy connections that could still leak DNS lookups to local resolution, making the proxy ineffective — hostname resolution now always happens on the proxy side, so connections work correctly even when local DNS is censored or hijacked
- Added explicit support for
socks4a://in custom proxy addresses; unsupported proxy scheme prefixes now surface a clear error instead of silently falling back to HTTP - Fixed a log file corruption issue where concurrent writes could overwrite each other's content, so exported logs no longer lose entries