更新日志(中文)
[0.20.8] - 2026-03-24
修复
- 当用户没有在应用内显式开启全局代理时,macOS 下通过 shell 启动时继承的代理环境现已继续生效:应用启动和保存配置时不再直接清空启动时继承的代理变量,而是恢复这份继承环境,因此
export http_proxy=... && open -a 'Cockpit Tools'这类用法会继续可用;只有用户在应用内主动配置全局代理时才会覆盖它。
Changelog (English)
[0.20.8] - 2026-03-24
Fixed
- macOS shell-launched proxy environments now remain effective when Cockpit's in-app global proxy is not explicitly enabled: app startup and config saves now restore the proxy variables inherited at launch instead of clearing them outright, so workflows such as
export http_proxy=... && open -a 'Cockpit Tools'continue to work unless users intentionally override proxy settings inside the app.