Skip to content

Commit db6ff67

Browse files
📦️ chore(release): 发布 v0.6.3 版本
- 更新版本号至 v0.6.3 - 更新 CHANGELOG 文档 - 优化版本控制系统检测和提交消息处理 - 同步更新中英文更新日志
1 parent d92553e commit db6ff67

File tree

4 files changed

+23
-3
lines changed

4 files changed

+23
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ 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/)
88

9+
## 0.6.3 (2025-02-06)
10+
11+
### 🎫 Chores
12+
13+
- **scm**: Optimize version control system detection and commit message processing ([d92553e](https://github.com/littleCareless/dish-ai-commit/commit/d92553e))
14+
915
## 0.6.2 (2025-02-03)
1016

17+
### 🎫 Chores
18+
19+
- **release**: Release v0.6.2 ([ed75871](https://github.com/littleCareless/dish-ai-commit/commit/ed75871))
20+
1121
### 🐛 Bug Fixes
1222

1323
- **core**: Fix file selection and internationalization issues ([4bd85f6](https://github.com/littleCareless/dish-ai-commit/commit/4bd85f6))

CHANGELOG.zh-CN.md

+10
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@
66

77
更新日志格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)
88

9+
## 0.6.3 (2025-02-06)
10+
11+
### 🎫 Chores
12+
13+
- **scm**: 优化版本控制系统检测和提交消息处理 ([d92553e](https://github.com/littleCareless/dish-ai-commit/commit/d92553e))
14+
915
## 0.6.2 (2025-02-03)
1016

17+
### 🎫 Chores
18+
19+
- **release**: 发布 v0.6.2 版本 ([ed75871](https://github.com/littleCareless/dish-ai-commit/commit/ed75871))
20+
1121
### 🐛 Bug Fixes
1222

1323
- **core**: 修复文件选择和国际化问题 ([4bd85f6](https://github.com/littleCareless/dish-ai-commit/commit/4bd85f6))

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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": "🤖 AI-Powered VSCode extension for generating standardized Git/SVN commit messages. ✨ Supports multiple AI services: OpenAI, ChatGPT, Ollama, Zhipu, DashScope, Doubao, Gemini and VS Code built-in AI. 🌍 Multi-language support (EN/CN/JP/KR/Other). 📊 Auto-generate weekly reports.",
5-
"version": "0.6.2",
5+
"version": "0.6.3",
66
"engines": {
77
"vscode": "^1.96.0"
88
},

0 commit comments

Comments
 (0)