From 2e43a5e396c468108cd16e1992b339a36612f222 Mon Sep 17 00:00:00 2001 From: SidneyZhang Date: Sun, 1 Feb 2026 14:25:50 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A7=84=E8=8C=83=E5=8C=96=20changelog?= =?UTF-8?q?=20=E6=A0=BC=E5=BC=8F=E5=B9=B6=E8=A1=A5=E5=85=85=200.1.0=20?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c4a77c..bfb43f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ -## v1.0.1 更新日志 +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.1.4] - 2026-02-01 ### ✨ 新功能 - 新增 `test3.txt`,支持中文输出测试 @@ -19,4 +26,21 @@ ### 🔧 其他变更 - 新增个人访问令牌、使用统计与配置校验功能 -- 添加 `test2.txt` 占位文件 \ No newline at end of file +- 添加 `test2.txt` 占位文件 + +## [0.1.0] - 2026-01-30 + +### Added +- Initial project structure +- Core functionality for git operations +- LLM integration +- Configuration management +- CLI interface + +### Features +- **Commit Generation**: Automatically generate conventional commit messages from git diffs +- **Profile Management**: Switch between multiple Git identities for different contexts +- **Tag Management**: Create annotated tags with AI-generated release notes +- **Changelog**: Generate and maintain changelog in Keep a Changelog format +- **Security**: Encrypt SSH passphrases and API keys +- **Interactive UI**: Beautiful CLI with prompts and previews \ No newline at end of file