Skip to content

Commit fbae238

Browse files
✨ feat(app): 升级版本至 0.2.0
- 更新版本号 - 更新 CHANGELOG.md 文件记录新功能和改进 - 添加新功能:获取提交信息输入框内容 - 添加新功能:配置更新脚本 - 重构配置系统和 AI 提供商配置结构 - 重构配置系统架构 - 统一配置项命名风格 - 重构提交消息生成器功能 - 移除配置验证并优化错误处理格式 - 发布 0.1.0 版本 - 优化代码格式和错误处理逻辑 - 更新 README 文件以包含更多 AI 服务支持
1 parent 7eb3ff2 commit fbae238

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

CHANGELOG.md

+38
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@
55
All notable changes to this project will be documented in this file.
66

77
The format is based on [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)
8+
# 0.2.0 (2024-12-11)
9+
10+
11+
### ♻ Code Refactoring
12+
13+
* **config**: 重构配置系统和 AI 提供商配置结构 ([480f7d0](https://github.com/littleCareless/dish-ai-commit/commit/480f7d0))
14+
* **config**: 重构配置系统架构 ([7eb3ff2](https://github.com/littleCareless/dish-ai-commit/commit/7eb3ff2))
15+
* **localization**: 统一配置项命名风格 ([74ae537](https://github.com/littleCareless/dish-ai-commit/commit/74ae537))
16+
* **prompt**: 重构提交消息生成器功能 ([791cb75](https://github.com/littleCareless/dish-ai-commit/commit/791cb75))
17+
18+
19+
### ✨ Features
20+
21+
* **scm**: 添加获取提交信息输入框内容功能 ([e670326](https://github.com/littleCareless/dish-ai-commit/commit/e670326))
22+
* **scripts**: 添加配置更新脚本功能 ([96fa854](https://github.com/littleCareless/dish-ai-commit/commit/96fa854))
23+
24+
25+
### 🎫 Chores
26+
27+
* **config**: 重构配置系统架构 ([36ba4d7](https://github.com/littleCareless/dish-ai-commit/commit/36ba4d7))
28+
* **deps**: 添加依赖和配置相关更新 ([2bd795a](https://github.com/littleCareless/dish-ai-commit/commit/2bd795a))
29+
* **extension**: 移除配置验证并优化错误处理格式 ([28662ab](https://github.com/littleCareless/dish-ai-commit/commit/28662ab))
30+
* **release**: 发布 0.1.0 版本 ([9a39771](https://github.com/littleCareless/dish-ai-commit/commit/9a39771))
31+
32+
33+
### 💄 Styles
34+
35+
* **git**: 优化代码格式和错误处理逻辑 ([b413151](https://github.com/littleCareless/dish-ai-commit/commit/b413151))
36+
37+
38+
### 📝 Documentation
39+
40+
* **readme**: 更新 README 文件以包含更多 AI 服务支持 ([79eda9d](https://github.com/littleCareless/dish-ai-commit/commit/79eda9d))
41+
42+
43+
44+
45+
846
# 0.1.0 (2024-12-10)
947

1048

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dish-ai-commit",
33
"displayName": "Dish AI Commit Gen",
44
"description": "Use AI to assist in generating standardized Git/SVN submission information VSCode extensions. Support OpenAI, Olama, and VSCode built-in AI services.",
5-
"version": "0.1.0",
5+
"version": "0.2.0",
66
"engines": {
77
"vscode": "^1.95.0"
88
},
@@ -287,4 +287,4 @@
287287
]
288288
}
289289
}
290-
}
290+
}

0 commit comments

Comments
 (0)