Skip to content

Commit fe25433

Browse files
📦️ chore(release): 发布 v0.7.0 版本
- 更新 package.json 和 package-lock.json 中的版本号至 0.7.0 - 更新 CHANGELOG.md,添加 0.7.0 版本的变更记录: 【功能改进】 - 优化模型提供服务 - 增强 SVN 插件的路径检测与日志管理 【代码重构】 - 重构模型验证和选择逻辑 - 调整模型配置和类型定义 - 重构通知、本地化和工具类结构 【问题修复】 - 优化 VSCode 提供器错误信息处理 【其他改进】 - 添加 SVN 相关错误提示文案 - 优化周报生成完成的提示语
1 parent c90a69d commit fe25433

File tree

3 files changed

+39
-6
lines changed

3 files changed

+39
-6
lines changed

CHANGELOG.md

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,43 @@
1-
# Changelog
1+
# Changelog
22

3-
[English](CHANGELOG.md) | [简体中文](CHANGELOG.zh-CN.md)
3+
[English](CHANGELOG.md) | [简体中文](CHANGELOG.zh-CN.md)
44

5-
All notable changes to this project will be documented in this file.
5+
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.7.0 (2025-02-11)
9+
10+
11+
### ♻ Code Refactoring
12+
13+
* **ai**: 重构模型验证和选择逻辑 ([c660a2d](https://github.com/littleCareless/dish-ai-commit/commit/c660a2d))
14+
* **ai**: 重构模型验证和选择逻辑 ([4bd0e55](https://github.com/littleCareless/dish-ai-commit/commit/4bd0e55))
15+
* **deepseek**: 调整模型配置和类型定义 ([2b231df](https://github.com/littleCareless/dish-ai-commit/commit/2b231df))
16+
* **deepseek**: 调整模型配置和类型定义 ([1f08e97](https://github.com/littleCareless/dish-ai-commit/commit/1f08e97))
17+
* **utils**: 重构通知、本地化和工具类结构 ([b8550cd](https://github.com/littleCareless/dish-ai-commit/commit/b8550cd))
18+
* **utils**: 重构通知、本地化和工具类结构 ([9a2b4cf](https://github.com/littleCareless/dish-ai-commit/commit/9a2b4cf))
19+
20+
21+
### ✨ Features
22+
23+
* **model**: 优化模型提供服务 ([ff9c098](https://github.com/littleCareless/dish-ai-commit/commit/ff9c098))
24+
* **svn**: 增强 SVN 插件的路径检测与日志管理 ([c90a69d](https://github.com/littleCareless/dish-ai-commit/commit/c90a69d))
25+
26+
27+
### 🎫 Chores
28+
29+
* **error**: 添加 SVN 相关错误提示文案 ([4972c4b](https://github.com/littleCareless/dish-ai-commit/commit/4972c4b))
30+
* **locale**: 优化周报生成完成的提示语 ([efebbe3](https://github.com/littleCareless/dish-ai-commit/commit/efebbe3))
31+
* **release**: 发布 v0.6.3 版本 ([db6ff67](https://github.com/littleCareless/dish-ai-commit/commit/db6ff67))
32+
33+
34+
### 🐛 Bug Fixes
35+
36+
* **provider**: 优化 VSCode 提供器错误信息处理 ([9ccb51a](https://github.com/littleCareless/dish-ai-commit/commit/9ccb51a))
37+
38+
39+
40+
841

942
## 0.6.3 (2025-02-06)
1043

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 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.3",
5+
"version": "0.7.0",
66
"engines": {
77
"vscode": "^1.96.0"
88
},

0 commit comments

Comments
 (0)