Skip to content

Commit

Permalink
✨ feat(app): 升级版本至 0.2.0
Browse files Browse the repository at this point in the history
-  更新版本号
-  更新 CHANGELOG.md 文件记录新功能和改进
-  添加新功能:获取提交信息输入框内容
-  添加新功能:配置更新脚本
-  重构配置系统和 AI 提供商配置结构
-  重构配置系统架构
-  统一配置项命名风格
-  重构提交消息生成器功能
-  移除配置验证并优化错误处理格式
-  发布 0.1.0 版本
-  优化代码格式和错误处理逻辑
-  更新 README 文件以包含更多 AI 服务支持
  • Loading branch information
littleCareless committed Dec 11, 2024
1 parent 7eb3ff2 commit fbae238
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,44 @@
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.2.0 (2024-12-11)


### ♻ Code Refactoring

* **config**: 重构配置系统和 AI 提供商配置结构 ([480f7d0](https://github.com/littleCareless/dish-ai-commit/commit/480f7d0))
* **config**: 重构配置系统架构 ([7eb3ff2](https://github.com/littleCareless/dish-ai-commit/commit/7eb3ff2))
* **localization**: 统一配置项命名风格 ([74ae537](https://github.com/littleCareless/dish-ai-commit/commit/74ae537))
* **prompt**: 重构提交消息生成器功能 ([791cb75](https://github.com/littleCareless/dish-ai-commit/commit/791cb75))


### ✨ Features

* **scm**: 添加获取提交信息输入框内容功能 ([e670326](https://github.com/littleCareless/dish-ai-commit/commit/e670326))
* **scripts**: 添加配置更新脚本功能 ([96fa854](https://github.com/littleCareless/dish-ai-commit/commit/96fa854))


### 🎫 Chores

* **config**: 重构配置系统架构 ([36ba4d7](https://github.com/littleCareless/dish-ai-commit/commit/36ba4d7))
* **deps**: 添加依赖和配置相关更新 ([2bd795a](https://github.com/littleCareless/dish-ai-commit/commit/2bd795a))
* **extension**: 移除配置验证并优化错误处理格式 ([28662ab](https://github.com/littleCareless/dish-ai-commit/commit/28662ab))
* **release**: 发布 0.1.0 版本 ([9a39771](https://github.com/littleCareless/dish-ai-commit/commit/9a39771))


### 💄 Styles

* **git**: 优化代码格式和错误处理逻辑 ([b413151](https://github.com/littleCareless/dish-ai-commit/commit/b413151))


### 📝 Documentation

* **readme**: 更新 README 文件以包含更多 AI 服务支持 ([79eda9d](https://github.com/littleCareless/dish-ai-commit/commit/79eda9d))





# 0.1.0 (2024-12-10)


Expand Down
4 changes: 2 additions & 2 deletions 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": "Use AI to assist in generating standardized Git/SVN submission information VSCode extensions. Support OpenAI, Olama, and VSCode built-in AI services.",
"version": "0.1.0",
"version": "0.2.0",
"engines": {
"vscode": "^1.95.0"
},
Expand Down Expand Up @@ -287,4 +287,4 @@
]
}
}
}
}

0 comments on commit fbae238

Please sign in to comment.