Skip to content

Commit 1f59412

Browse files
🔧 chore(release): 发布 0.21.1 版本
- 将项目版本号更新至 `0.21.1` - 在 `package.json` 和 `package-lock.json` 中同步版本信息 - 更新 `CHANGELOG.md` 和 `CHANGELOG.zh-CN.md` 文件,记录 `0.21.1` 版本引入的以下主要变更: - 【代码重构】ai-provider: 重构 AI 提供程序流式请求参数处理 - 【代码重构】progress: 优化命令进度显示与用户反馈 - 【国际化】i18n: 新增 PR 摘要生成进度相关的国际化文案 - 【事务】release: 记录先前 0.21.0 版本的发布信息
1 parent e437a0c commit 1f59412

File tree

4 files changed

+29
-3
lines changed

4 files changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ 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.21.1 (2025-06-13)
10+
11+
### ♻ Code Refactoring
12+
13+
- **ai-provider**: Refactor AI provider streaming request parameter processing ([1544c46](https://github.com/littleCareless/dish-ai-commit/commit/1544c46))
14+
15+
- **progress**: Optimize command progress display and user feedback ([1c098fa](https://github.com/littleCareless/dish-ai-commit/commit/1c098fa))
16+
17+
### 🎫 Chores
18+
19+
- **i18n**: Added internationalized text related to PR summary generation progress ([e437a0c](https://github.com/littleCareless/dish-ai-commit/commit/e437a0c))
20+
21+
- **release**: Release 0.21.0 Version ([f79a70c](https://github.com/littleCareless/dish-ai-commit/commit/f79a70c))
22+
923
# 0.21.0 (2025-06-13)
1024

1125
### ✨ Features

CHANGELOG.zh-CN.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +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.21.1 (2025-06-13)
10+
11+
### ♻ Code Refactoring
12+
13+
- **ai-provider**: 重构 AI 提供程序流式请求参数处理 ([1544c46](https://github.com/littleCareless/dish-ai-commit/commit/1544c46))
14+
- **progress**: 优化命令进度显示与用户反馈 ([1c098fa](https://github.com/littleCareless/dish-ai-commit/commit/1c098fa))
15+
16+
### 🎫 Chores
17+
18+
- **i18n**: 新增 PR 摘要生成进度相关的国际化文案 ([e437a0c](https://github.com/littleCareless/dish-ai-commit/commit/e437a0c))
19+
- **release**: 发布 0.21.0 版本 ([f79a70c](https://github.com/littleCareless/dish-ai-commit/commit/f79a70c))
20+
921
# 0.21.0 (2025-06-13)
1022

1123
### ✨ Features

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dish-ai-commit",
33
"displayName": "Dish AI Commit Message Gen",
44
"description": "🤖 由 AI 提供支持的 VSCode 扩展,用于生成标准化的 Git/SVN 提交消息 - 🤖 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.21.0",
5+
"version": "0.21.1",
66
"engines": {
77
"node": ">= 18.20.8",
88
"pnpm": ">= 10.0.0",

0 commit comments

Comments
 (0)