fix(updater): 修复更新请求代理支持 - #27
Merged
Merged
Conversation
- 读取系统代理并支持 HTTP、HTTPS 与 SOCKS5 自定义代理 - 增加保存校验、网络诊断和代理变更冲突保护 - 补充代理流量、前端状态与 Windows 分发验收
- 让代理校验错误与系统代理说明同时显示 - 增加六主题对比度、布局和深色截图验收
Codecov Report❌ Patch coverage is
🚀 New features to boost your workflow:
|
Merged
sunerpy
pushed a commit
that referenced
this pull request
Aug 13, 2026
本 PR 由 release-please 维护:合并后 .github/workflows/release.yml 会自己建 tag 与 draft Release,三平台产物齐全才公开。 --- <details><summary>0.0.6</summary> ## [0.0.6](v0.0.5...v0.0.6) (2026-08-13) ### Bug Fixes * **updater:** 修复更新请求代理支持 ([#27](#27)) ([2e4110a](2e4110a)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
变更
reqwest系统代理与 SOCKS 支持,允许配置http://、https://、socks5://更新代理network错误,同时隐藏代理认证信息验证
make lintmake test-unitmake coverage-gate(总行覆盖率 93.20%,updater.rs97.69%)cargo xwin check -p agentlens-tauri --tests --target x86_64-pc-windows-msvcmake dist-windowsmake dist-windows-manifest-verifymake updater-manifest-verify