|
|
206bde0786
|
fix: 修复 tag/changelog 生成范围,增加 --auto 模式
- fix(get_tags): 使用 find_object+peel_to_commit 支持 annotated tag
- fix(changelog): insert_changelog_entry 替换覆盖逻辑,保留已有章节
- feat: parse_changelog_versions 按 semver 降序提取版本
- feat: sort_tags_by_semver 取代纯时间排序
- feat(tag --auto): 优先读 Cargo.toml/pyproject.toml,回退 commit 分析
- feat(changelog): 无 --from 时自动检测 changelog 最高已有版本
- refactor: TagInfo::version_name(), GitRepo::find_tag_by_version()
|
2026-07-24 17:41:18 +08:00 |
|
|
|
995d263a48
|
feat(commit): 添加.gitignore文件过滤功能,自动跳过被忽略的文件
在自动暂存和`--all`模式下,检测并跳过被.gitignore规则匹配的文件,暂存完成后显示被移除的被忽略文件列表
|
2026-07-20 17:33:57 +08:00 |
|
|
|
90074e6e32
|
style: 格式化代码并优化导入顺序
|
2026-05-27 15:15:15 +08:00 |
|
|
|
4331b9306e
|
LLM支持优化
|
2026-05-26 17:43:42 +08:00 |
|
|
|
679db5b1db
|
chore: 清理大量未使用的变量、方法及结构体警告
|
2026-05-13 13:54:20 +08:00 |
|
|
|
280d6ec5c9
|
feat(generator): 按文件重要性对暂存差异排序
|
2026-05-13 12:07:01 +08:00 |
|
|
|
8dd9e85b77
|
feat(config): 在加密导出/导入中包含个人访问令牌
|
2026-03-23 17:59:23 +08:00 |
|
|
|
0c7d2ad518
|
refactor: 移除未使用的代码和注释掉的辅助函数
|
2026-03-20 18:05:33 +08:00 |
|
|
|
e822ba1f54
|
✨ feat(commands):为所有命令添加config_path参数支持,实现自定义配置文件路径
♻️ refactor(config):重构ConfigManager,添加with_path_fresh方法用于初始化新配置
🔧 fix(git):改进跨平台路径处理,增强git仓库检测的鲁棒性
✅ test(tests):添加全面的集成测试,覆盖所有命令和跨平台场景
|
2026-02-14 14:28:11 +08:00 |
|
|
|
c9073ff4a7
|
✨ feat(profile):应用配置文件时自动设置GPG签名和SSH配置
♻️ refactor(generator):移除未使用的导入和剪贴板功能
♻️ refactor(git):清理未使用的导入和优化代码结构
♻️ refactor(i18n):简化翻译模块的导出结构
♻️ refactor(llm):移除未使用的序列化导入
♻️ refactor(openrouter):简化模型验证函数
|
2026-02-04 10:57:15 +08:00 |
|
|
|
88324c21c2
|
fix: 增强 GPG 签名失败时的错误提示
|
2026-02-02 14:57:54 +08:00 |
|
|
|
ffc9741d1e
|
refactor(git): 移除重复的 git commit 命令并添加 tempfile 导入
|
2026-02-02 14:50:12 +08:00 |
|
|
|
5638315031
|
feat(config): 为 anthropic、kimi、deepseek 添加 list_models 支持
|
2026-02-02 06:40:41 +00:00 |
|
|
|
bfc1812ebf
|
docs: update readme with new installation methods and cli options
|
2026-02-01 13:50:09 +00:00 |
|
|
|
09d2b6db8c
|
feat: add auto-push functionality to commit and tag commands
|
2026-02-01 12:35:26 +00:00 |
|
|
|
c3cd01dbcd
|
✨ 新增对 Kimi、DeepSeek、OpenRouter 的支持并升级版本至 0.1.2
|
2026-02-01 15:09:39 +08:00 |
|
|
|
cb24b8ae85
|
✨ 新增个人访问令牌、使用统计与配置校验功能
|
2026-01-31 17:14:58 +08:00 |
|
|
|
1cbb01ccc4
|
In Git2 error fixing, opening the repo is still currently unavailable.
|
2026-01-30 18:29:11 +08:00 |
|
|
|
5d4156e5e0
|
feat:(first commit)created repository and complete 0.1.0
|
2026-01-30 14:18:32 +08:00 |
|