Conversation
added 30 commits
May 2, 2026 18:44
Bug 修复: - _dry_run_preview 解包错误(12元素元组只解包6个) - _should_ignore 取反逻辑错误(无匹配时取反仍排除文件) - _resolve_name 模板 KeyError(未知占位符导致崩溃) - diff_backup 修改检测错误(所有共同文件都报告为已修改) - format_status OSError(符号链接断裂导致异常) - _gitignore_to_fnmatch 冗余条件(死代码清理) 新功能: - restore --select: 选择性还原(支持 glob 通配符) - schedule export --type=schtasks: Windows 计划任务导出 - 分卷自动合并还原(.001 文件自动检测合并) - --pre-hook / --post-hook: 备份前后执行自定义脚本 测试: 353 → 421(+68),ruff check 零错误
added 7 commits
June 19, 2026 18:35
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.
新增功能