chore: 准备 GitBoost v0.3.1 稳定性修复版本 - #1
Merged
Merged
Conversation
DiscoverBox
marked this pull request as ready for review
September 5, 2026 09:09
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.
白名单条目与内部验证地址的前缀重叠时,v0.3.0 的配置验证可能无限循环。main 已包含限制候选地址搜索次数的修复和回归测试,以及 CDN 镜像处理修复和三次代理池更新,适合以 v0.3.1 发布稳定性补丁。
本 PR 将 package.json 与 package-lock.json 的应用版本从 0.3.0 更新为 0.3.1。Tauri 已通过 ../package.json 读取应用版本,无需修改 Cargo crate 版本或发布工作流。
验证
中文发布说明
GitBoost v0.3.1
建议 v0.3.0 用户升级,尤其是使用白名单模式的用户。
查看完整变更
后续发布
合并后,在与 origin/main 同步的干净 main 分支执行
npm run release -- 0.3.1。现有脚本会创建并推送 annotated tag,触发 macOS 与 Windows 构建及 Draft Release。工作流默认正文为通用模板,届时将上述中文说明填入草稿,并保留适用的安装包和签名说明;检查安装包后再手动公开发布。本 PR 尚未合并,未创建或推送 v0.3.1 标签,未触发打包或公开发布。