|
|
349ff56299
|
chore(release): bump version to 0.5.0 and update changelog
v0.5.0
|
2026-07-24 17:59:22 +08:00 |
|
|
|
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 |
|
|
|
19aff8a6c1
|
feat: 新增 Git credential helper 协议支持,实现 get|store|erase 子命令
v0.4.0
|
2026-07-16 11:38:06 +08:00 |
|
|
|
b6bc091502
|
feat(commands): 添加 git credential helper 命令
|
2026-07-16 11:26:41 +08:00 |
|
|
|
14ebb6857a
|
feat(commit): 添加提交消息模板支持
- 移除 config 命令中未使用的 List 子命令及相关显示字段
- 统一 ChangelogCommand 和 CommitCommand 的 ContentGenerator 初始化方式
|
2026-06-03 15:20:50 +08:00 |
|
|
|
459670f363
|
fix(llm): 修复 Kimi API temperature 参数配置
v0.3.1
|
2026-06-01 17:48:42 +08:00 |
|
|
|
7636d0b5a6
|
feat(llm): 统一思考模式配置,支持显式禁用状态
|
2026-06-01 17:39:36 +08:00 |
|
|
|
928ebb61b4
|
refactor(llm): renumber system prompt rules
|
2026-05-27 15:37:51 +08:00 |
|
|
|
7e85cdd8b0
|
chore(release): 升级版本号至 0.3.0
|
2026-05-27 15:16:26 +08:00 |
|
|
|
90074e6e32
|
style: 格式化代码并优化导入顺序
|
2026-05-27 15:15:15 +08:00 |
|
|
|
b8182e7538
|
修复kimi返回信息的读取错误
|
2026-05-27 14:50:47 +08:00 |
|
|
|
4331b9306e
|
LLM支持优化
|
2026-05-26 17:43:42 +08:00 |
|
|
|
a08bc809bb
|
修复bug
|
2026-05-26 16:30:28 +08:00 |
|
|
|
1063369d96
|
feat(deepseek): 添加 DeepSeek reasoning 模式支持
|
2026-05-26 16:27:49 +08:00 |
|
|
|
3a57d25a76
|
docs: 添加 QuiCommit 项目路线图文档
|
2026-05-14 17:04:13 +08:00 |
|
|
|
8152edba39
|
chore: 删除构建输出日志文件
|
2026-05-13 13:54:50 +08:00 |
|
|
|
679db5b1db
|
chore: 清理大量未使用的变量、方法及结构体警告
|
2026-05-13 13:54:20 +08:00 |
|
|
|
b1ad68c7b5
|
build: 升级版本号至 0.2.0
|
2026-05-13 12:08:03 +08:00 |
|
|
|
280d6ec5c9
|
feat(generator): 按文件重要性对暂存差异排序
|
2026-05-13 12:07:01 +08:00 |
|
|
|
68427c4a11
|
chore: 发布 v0.1.11 并更新文档
v0.1.11
|
2026-03-23 18:07:11 +08:00 |
|
|
|
8dd9e85b77
|
feat(config): 在加密导出/导入中包含个人访问令牌
|
2026-03-23 17:59:23 +08:00 |
|
|
|
0c7d2ad518
|
refactor: 移除未使用的代码和注释掉的辅助函数
|
2026-03-20 18:05:33 +08:00 |
|
|
|
0289dd4684
|
chore: 升级版本至 0.1.10 并更新密钥环与加密相关描述
v0.1.10
|
2026-03-19 16:34:45 +08:00 |
|
|
|
e2d43315e3
|
feat: 新增系统密钥环安全存储API密钥与自动生成变更日志功能
|
2026-03-12 18:05:38 +08:00 |
|
|
|
0e1c2c6350
|
chore: 移除测试 keyring 功能的临时文件
|
2026-03-12 17:45:05 +08:00 |
|
|
|
da85fc94b1
|
feat(keyring): 集成系统密钥环安全存储 API key
|
2026-03-12 17:42:41 +08:00 |
|
|
|
c66d782eab
|
chore: 更新版本号至 0.1.9 并补充 changelog
|
2026-03-06 16:31:46 +08:00 |
|
|
|
358b44ab81
|
fix(generator): 修复diff截断时的字符边界问题
v0.1.9
|
2026-03-06 16:28:26 +08:00 |
|
|
|
5957d67bc3
|
feat(changelog): 使用统一的 CHANGELOG_HEADER 常量生成标准化头部
v0.1.8
|
2026-02-28 15:29:07 +08:00 |
|
|
|
04410ea9e7
|
📝 docs(CHANGELOG.md):更新变更日志以记录版本0.1.7的发布内容
|
2026-02-14 15:10:04 +08:00 |
|
|
|
a514cdc69f
|
⬆️ chore(Cargo.toml):升级版本号至0.1.7
♻️ refactor(changelog.rs):移除prepend参数,改为自动前置到现有changelog
♻️ refactor(formatter.rs):移除未使用的日期和格式化函数
♻️ refactor(validators.rs):移除未使用的SSH密钥验证功能
v0.1.7
|
2026-02-14 15:00:59 +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 |
|
|
|
3c925d8268
|
update version
|
2026-02-04 11:34:17 +08:00 |
|
|
|
c9073ff4a7
|
✨ feat(profile):应用配置文件时自动设置GPG签名和SSH配置
♻️ refactor(generator):移除未使用的导入和剪贴板功能
♻️ refactor(git):清理未使用的导入和优化代码结构
♻️ refactor(i18n):简化翻译模块的导出结构
♻️ refactor(llm):移除未使用的序列化导入
♻️ refactor(openrouter):简化模型验证函数
v0.1.5
|
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 |
|
|
|
2e43a5e396
|
docs: 规范化 changelog 格式并补充 0.1.0 版本记录
|
2026-02-01 14:25:50 +00:00 |
|
|
|
baaefa2909
|
chore(i18n): 统一多语言输出与新增三家 LLM 提供商支持
v0.1.4
|
2026-02-01 14:10:29 +00:00 |
|
|
|
cf268ebe0f
|
feat: 添加 test3.txt 测试中文输出
|
2026-02-01 14:07:57 +00:00 |
|
|
|
e571293f40
|
chore: add test2.txt with placeholder text
|
2026-02-01 14:04:20 +00:00 |
|
|
|
fa92d90ff4
|
fix(git/commit.rs): 错误修复
|
2026-02-01 14:01:12 +00:00 |
|
|
|
33aaa020c4
|
fix(git/commit.rs): commit错误信息。
|
2026-02-01 14:00:13 +00:00 |
|
|
|
bfc1812ebf
|
docs: update readme with new installation methods and cli options
|
2026-02-01 13:50:09 +00:00 |
|
|
|
dba6d94eab
|
feat(generator): add language parameter to commit generation methods
|
2026-02-01 13:03:57 +00:00 |
|
|
|
09d2b6db8c
|
feat: add auto-push functionality to commit and tag commands
|
2026-02-01 12:35:26 +00:00 |
|
|
|
0cbd975748
|
feat: feat: add multilingual output support for commit, tag, and changelog commands
|
2026-02-01 12:06:12 +00:00 |
|
|
|
c3cd01dbcd
|
✨ 新增对 Kimi、DeepSeek、OpenRouter 的支持并升级版本至 0.1.2
v0.1.2
|
2026-02-01 15:09:39 +08:00 |
|
|
|
cb24b8ae85
|
✨ 新增个人访问令牌、使用统计与配置校验功能
v0.1.0
|
2026-01-31 17:14:58 +08:00 |
|