[0.3.1] - 2026-08-01
🐛 问题修复
- 修复 Windows 下无标题栏窗口最大化时会盖住任务栏的问题
- SOCKS5 代理改为使用代理侧 DNS 解析,避免本地 DNS 被污染时代理连接失败;新增对 socks4a:// 的支持,未知代理类型不再被静默当成 HTTP 处理
- 修复 macOS 下弹出窗口显示卡顿的问题,并修复日志文件在并发写入时相互覆盖、导致日志内容丢失的问题
[0.3.1] - 2026-08-01
🐛 Bug Fixes
- Fixed borderless windows covering the taskbar when maximized on Windows
- SOCKS5 proxy connections now resolve DNS on the proxy side instead of locally, preventing connection failures caused by local DNS pollution; added support for socks4a://, and unknown proxy schemes are no longer silently treated as HTTP
- Fixed a laggy/stuttering popup window on macOS, and fixed log files being overwritten by concurrent writes, which could lose log content