-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 更新 CHANGELOG 为多语言格式 - 增强 AI 提交信息生成功能 - 完善项目配置和依赖管理 - 添加标准版本发布工具链
- Loading branch information
1 parent
54d806f
commit 9a39771
Showing
6 changed files
with
136 additions
and
70 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,51 @@ | ||
# 更新记录 | ||
# Changelog | ||
|
||
[English](CHANGELOG.md) | [简体中文](CHANGELOG.zh-CN.md) | ||
|
||
### [0.0.9](https://github.com/littleCareless/dish-ai-commit/compare/v0.0.10...v0.0.9) (2024-12-09) | ||
All notable changes to this project will be documented in this file. | ||
|
||
### 0.0.10 (2024-12-09) | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)。 | ||
# 0.1.0 (2024-12-10) | ||
|
||
|
||
### ♻️ Code Refactoring | 代码重构 | ||
### ♻ Code Refactoring | ||
|
||
* rename project from SVN AI Commit to Dish AI Commit ([64cc221](https://github.com/littleCareless/dish-ai-commit/commit/64cc221b287192a548669b9300924890ef05e833)) | ||
* **commands**: 重构命令处理逻辑并优化错误处理 ([d708190](https://github.com/littleCareless/dish-ai-commit/commit/d708190)) | ||
* **core**: 重构命令管理和错误处理 ([cad5b4e](https://github.com/littleCareless/dish-ai-commit/commit/cad5b4e)) | ||
* **scm**: 优化源代码管理部分 ([5e5d791](https://github.com/littleCareless/dish-ai-commit/commit/5e5d791)) | ||
* **utils**: 优化工具类的错误处理和性能 ([73dfaf4](https://github.com/littleCareless/dish-ai-commit/commit/73dfaf4)) | ||
* Reorganize AI provider and SCM integration ([968e9aa](https://github.com/littleCareless/dish-ai-commit/commit/968e9aa)) | ||
|
||
### 0.0.9 (2024-12-09) | ||
|
||
### ✨ Features | ||
|
||
### ♻️ Code Refactoring | 代码重构 | ||
* **ai**: 添加 AI 工具类和模型选择服务 ([5603b08](https://github.com/littleCareless/dish-ai-commit/commit/5603b08)) | ||
* **config**: 新增多个 AI 服务提供商的配置支持 ([fa072f1](https://github.com/littleCareless/dish-ai-commit/commit/fa072f1)) | ||
* **docs**: 添加多语言支持链接到更新日志和 README 文件 ([fd16226](https://github.com/littleCareless/dish-ai-commit/commit/fd16226)) | ||
* **locale**: 更新国际化语言文案 ([54d806f](https://github.com/littleCareless/dish-ai-commit/commit/54d806f)) | ||
* **rebranding**: 重新命名并增强 AI 提交信息扩展 ([9f41dc1](https://github.com/littleCareless/dish-ai-commit/commit/9f41dc1)) | ||
|
||
* rename project from SVN AI Commit to Dish AI Commit ([64cc221](https://github.com/littleCareless/dish-ai-commit/commit/64cc221b287192a548669b9300924890ef05e833)) | ||
|
||
# Changelog | ||
### 🎫 Chores | ||
|
||
[English](CHANGELOG.md) | [简体中文](CHANGELOG.zh-CN.md) | ||
* **ai**: 增强 AI 提供商管理系统 ([1b36a48](https://github.com/littleCareless/dish-ai-commit/commit/1b36a48)) | ||
* **commitlint**: 简化提交消息类型配置 ([0dad6c2](https://github.com/littleCareless/dish-ai-commit/commit/0dad6c2)) | ||
* **config**: 完善项目配置文件 ([f9bd1e2](https://github.com/littleCareless/dish-ai-commit/commit/f9bd1e2)) | ||
* 更新配置和项目结构 ([ae2507b](https://github.com/littleCareless/dish-ai-commit/commit/ae2507b)) | ||
|
||
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/). | ||
### 🐛 Bug Fixes | ||
|
||
## [Unreleased] | ||
* **api**: Normalize openai provider enum and improve logging ([451f284](https://github.com/littleCareless/dish-ai-commit/commit/451f284)) | ||
* **scm**: 修复 GitProvider 和 SvnProvider 中的错误处理逻辑 ([b2854e2](https://github.com/littleCareless/dish-ai-commit/commit/b2854e2)) | ||
|
||
### ⚡ Changed | ||
|
||
- 重命名项目从 SVN AI Commit 到 Dish AI Commit | ||
- 重组 AI provider 和 SCM 集成 | ||
- 优化 AI provider 配置界面 | ||
- 改进模型选择和配置处理 | ||
- 增强错误处理和提示管理 | ||
### 💄 Styles | ||
|
||
### 🎨 Style | ||
* **assets**: Update icon and logo with modern ai design ([870326e](https://github.com/littleCareless/dish-ai-commit/commit/870326e)) | ||
* **assets**: Update visual assets ([811bb8c](https://github.com/littleCareless/dish-ai-commit/commit/811bb8c)) | ||
|
||
- 更新图标和 logo 为现代 AI 设计风格 | ||
- 采用蓝紫渐变背景和 AI 主题元素 | ||
- 优化各种尺寸下的视觉效果 | ||
|
||
### 🐛 Fixed | ||
### 📝 Documentation | ||
|
||
- 标准化 OpenAI 枚举值为小写以保持一致性 | ||
- 改进 API 配置的日志记录 | ||
- 优化命令管理器的错误处理 | ||
- 重组 commands.ts 代码结构 | ||
|
||
### 🌐 Localization | ||
|
||
- 增强系统提示以支持多语言配置 | ||
- 添加中文文档支持 | ||
* Update README and README.zh-CN files ([2e3c5b4](https://github.com/littleCareless/dish-ai-commit/commit/2e3c5b4)) |
This file contains 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
Oops, something went wrong.