Skip to content

Commit

Permalink
📝 docs(changelog): 更新版本至 0.6.0
Browse files Browse the repository at this point in the history
- 更新 CHANGELOG.md 和 CHANGELOG.zh-CN.md 文件的版本记录
- 更新 package.json 和 package-lock.json 中的版本号至 0.6.0
- 新增代码评审功能、工具类优化等重大更新内容记录
-【版本更新】从 0.5.3 升级至 0.6.0
  • Loading branch information
littleCareless committed Jan 22, 2025
1 parent 76f57d7 commit 4810b27
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 3 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,33 @@ 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.6.0 (2025-01-22)

### ♻ Code Refactoring

- **commands**: Refactor the command class system and add code documentation ([bd1443f](https://github.com/littleCareless/dish-ai-commit/commit/bd1443f))

### ✨ Features

- **utils**: Add code review report generator and optimization tool class ([d9da1b3](https://github.com/littleCareless/dish-ai-commit/commit/d9da1b3))

### 🎫 Chores

- **config**: Enhance configuration management system documentation and type definition ([2e70f09](https://github.com/littleCareless/dish-ai-commit/commit/2e70f09))

- **features**: Add code review feature ([af250fd](https://github.com/littleCareless/dish-ai-commit/commit/af250fd))
- **i18n**: Update internationalized strings and optimize localization logic ([76f57d7](https://github.com/littleCareless/dish-ai-commit/commit/76f57d7))
- **review**: Add internationalized text related to code review ([6c72cf8](https://github.com/littleCareless/dish-ai-commit/commit/6c72cf8))

### 📝 Documentation

- **ai**: Add complete comment documentation for AI service provider related classes ([2989f03](https://github.com/littleCareless/dish-ai-commit/commit/2989f03))
- **changelog**: Updated version to 0.5.3 ([e09e3bc](https://github.com/littleCareless/dish-ai-commit/commit/e09e3bc))
- **github**: Added GitHub Copilot assistant configuration instructions ([c9fe402](https://github.com/littleCareless/dish-ai-commit/commit/c9fe402))
- **scm**: Added source code management module detailed comments and type definitions ([79801c4](https://github.com/littleCareless/dish-ai-commit/commit/79801c4))
- **ts**: Optimized code documentation and comments ([cc32d54](https://github.com/littleCareless/dish-ai-commit/commit/cc32d54))
- **typescript**: Optimized code comments and type declarations ([35cbe88](https://github.com/littleCareless/dish-ai-commit/commit/35cbe88))

## 0.5.3 (2025-01-06)

### 🎫 Chores
Expand Down
26 changes: 26 additions & 0 deletions CHANGELOG.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,32 @@

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

# 0.6.0 (2025-01-22)

### ♻ Code Refactoring

- **commands**: 重构命令类系统并增加代码文档 ([bd1443f](https://github.com/littleCareless/dish-ai-commit/commit/bd1443f))

### ✨ Features

- **utils**: 添加代码审查报告生成器和优化工具类 ([d9da1b3](https://github.com/littleCareless/dish-ai-commit/commit/d9da1b3))

### 🎫 Chores

- **config**: 增强配置管理系统文档和类型定义 ([2e70f09](https://github.com/littleCareless/dish-ai-commit/commit/2e70f09))
- **features**: 添加代码评审功能 ([af250fd](https://github.com/littleCareless/dish-ai-commit/commit/af250fd))
- **i18n**: 更新国际化字符串并优化本地化逻辑 ([76f57d7](https://github.com/littleCareless/dish-ai-commit/commit/76f57d7))
- **review**: 添加代码评审相关的国际化文案 ([6c72cf8](https://github.com/littleCareless/dish-ai-commit/commit/6c72cf8))

### 📝 Documentation

- **ai**: 为 AI 服务提供者相关类添加完整注释文档 ([2989f03](https://github.com/littleCareless/dish-ai-commit/commit/2989f03))
- **changelog**: 更新版本至 0.5.3 ([e09e3bc](https://github.com/littleCareless/dish-ai-commit/commit/e09e3bc))
- **github**: 新增 GitHub Copilot 助手配置说明 ([c9fe402](https://github.com/littleCareless/dish-ai-commit/commit/c9fe402))
- **scm**: 添加源代码管理模块详细注释和类型定义 ([79801c4](https://github.com/littleCareless/dish-ai-commit/commit/79801c4))
- **ts**: 优化代码文档和注释 ([cc32d54](https://github.com/littleCareless/dish-ai-commit/commit/cc32d54))
- **typescript**: 优化代码注释和类型声明 ([35cbe88](https://github.com/littleCareless/dish-ai-commit/commit/35cbe88))

## 0.5.3 (2025-01-06)

### 🎫 Chores
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.5.3",
"version": "0.6.0",
"engines": {
"vscode": "^1.96.0"
},
Expand Down

0 comments on commit 4810b27

Please sign in to comment.