Skip to content

Commit

Permalink
📦️ chore(release): 发布 v0.7.0 版本
Browse files Browse the repository at this point in the history
- 更新 package.json 和 package-lock.json 中的版本号至 0.7.0
- 更新 CHANGELOG.md,添加 0.7.0 版本的变更记录:
  【功能改进】
  - 优化模型提供服务
  - 增强 SVN 插件的路径检测与日志管理
  【代码重构】
  - 重构模型验证和选择逻辑
  - 调整模型配置和类型定义
  - 重构通知、本地化和工具类结构
  【问题修复】
  - 优化 VSCode 提供器错误信息处理
  【其他改进】
  - 添加 SVN 相关错误提示文案
  - 优化周报生成完成的提示语
  • Loading branch information
littleCareless committed Feb 11, 2025
1 parent c90a69d commit fe25433
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 6 deletions.
39 changes: 36 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,43 @@
# Changelog
# Changelog

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

All notable changes to this project will be documented in this file.
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/)
# 0.7.0 (2025-02-11)


### ♻ Code Refactoring

* **ai**: 重构模型验证和选择逻辑 ([c660a2d](https://github.com/littleCareless/dish-ai-commit/commit/c660a2d))
* **ai**: 重构模型验证和选择逻辑 ([4bd0e55](https://github.com/littleCareless/dish-ai-commit/commit/4bd0e55))
* **deepseek**: 调整模型配置和类型定义 ([2b231df](https://github.com/littleCareless/dish-ai-commit/commit/2b231df))
* **deepseek**: 调整模型配置和类型定义 ([1f08e97](https://github.com/littleCareless/dish-ai-commit/commit/1f08e97))
* **utils**: 重构通知、本地化和工具类结构 ([b8550cd](https://github.com/littleCareless/dish-ai-commit/commit/b8550cd))
* **utils**: 重构通知、本地化和工具类结构 ([9a2b4cf](https://github.com/littleCareless/dish-ai-commit/commit/9a2b4cf))


### ✨ Features

* **model**: 优化模型提供服务 ([ff9c098](https://github.com/littleCareless/dish-ai-commit/commit/ff9c098))
* **svn**: 增强 SVN 插件的路径检测与日志管理 ([c90a69d](https://github.com/littleCareless/dish-ai-commit/commit/c90a69d))


### 🎫 Chores

* **error**: 添加 SVN 相关错误提示文案 ([4972c4b](https://github.com/littleCareless/dish-ai-commit/commit/4972c4b))
* **locale**: 优化周报生成完成的提示语 ([efebbe3](https://github.com/littleCareless/dish-ai-commit/commit/efebbe3))
* **release**: 发布 v0.6.3 版本 ([db6ff67](https://github.com/littleCareless/dish-ai-commit/commit/db6ff67))


### 🐛 Bug Fixes

* **provider**: 优化 VSCode 提供器错误信息处理 ([9ccb51a](https://github.com/littleCareless/dish-ai-commit/commit/9ccb51a))





## 0.6.3 (2025-02-06)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "dish-ai-commit",
"displayName": "Dish AI Commit Gen",
"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.",
"version": "0.6.3",
"version": "0.7.0",
"engines": {
"vscode": "^1.96.0"
},
Expand Down

0 comments on commit fe25433

Please sign in to comment.