chore: sync main release history into preview - #402
Merged
Conversation
chore: promote preview to main
Promote the validated preview branch to main for the next stable patch release.
Add validated bilingual release notes for v0.3.7.
chore: promote preview to main
docs(release): add v0.3.8 notes
* feat(git): 完善源代码管理与引用工作流 * feat(vcs): 完善源代码管理交互与推送流程 - 优化变更树选择、目录聚合差异与文件状态交互 - 完善提交历史多选、引用菜单及 ahead/behind 标识 - 新增推送预览、force-with-lease 与标签推送选项 - 扩展 Rust Core Git 契约、共享 fixture 与覆盖测试 * fix(vcs): 门禁修复 * fix(vcs): 门禁修复 * fix(vcs): 修复选择提交与远程操作一致性 提交选中文件时保留并在失败后恢复原始索引,同时针对最终提交快照检查冲突标记并对齐差异预览。 遵循 Git 推送远端配置,保留完整远程引用;历史修改失败后刷新仓库状态,并在未选择文件时禁用提交按钮。 * fix(macos): restore switcher popover integration * fix(vcs): 隔离并发推送测试目录 * test(vcs): 覆盖部分暂存文件完整差异 * feat(vcs): 完善推送预览校验与拉取恢复流程 * fix(macos): serialize run entry activation with module teardown * fix(vcs): 修复提交与远程操作审查问题 * fix(ci): make Swift test watchdog stall-aware * fix(ci): sample the full descendant tree on Swift runner stall The testing helper detaches into its own process group, so the previous group-scoped walk only sampled the shell wrapper waiting on its child. Walk the ppid tree instead and capture a listing plus a thread-stack sample of every descendant before terminating the run. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * fix(vcs): 修复跨平台 Git 工作流一致性问题 - 使用临时索引提交选中文件,保证审阅快照、重命名和大路径集语义一致 - 校验推送预览与远端引用身份,统一拉取、检出及冲突恢复状态 - 聚合多提交与工作树差异,限制异步批处理并完善 Windows 状态刷新和本地化 * fix(vcs): 原子创建远程引用工作树 * fix(vcs): 修正引用数量与分支同步状态 * fix(run): launch Maven test mains with test classpath * fix(windows): normalize verbatim paths for JDTLS changes * fix(windows): handle case-insensitive UNC prefixes * feat: automate issue claim comments Closes #373 --------- Co-authored-by: mirakyux <mirakyux@163.com> Co-authored-by: Yao Jingxi <23722032@bjtu.edu.cn> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
docs(release): add v0.3.9 notes
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.
同步当前 main 到 preview,为 PR #401 promotion 清理历史分叉。
Related: #401