File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
5
+ ## [ 1.0.7]
6
+ - ✨Feat:[ default type editable] ( https://github.com/RedJue/git-commit-plugin/commit/a7c43bc080b4ebfe12114e8b34923b03ed7cf8b6 )
7
+ - 📃Docs:[ improve readability] ( https://github.com/RedJue/git-commit-plugin/commit/285afbf0e30c77c2d5068f37cdd2f42b86209b7b )
8
+ THX @[ MichaelCurrin] ( https://github.com/MichaelCurrin )
9
+ - 🐞Fix:[ 修复未填写 scope 时输出空括号对问题] ( https://github.com/RedJue/git-commit-plugin/pull/52/commits/60ee9446aeef8253db95c807bec22197b7fe6b58 )
10
+ THX @[ whwnow] ( https://github.com/whwnow )
5
11
## [ 1.0.6]
6
12
- 🐞Fix:[ fix commit type crash] ( https://github.com/RedJue/git-commit-plugin/commit/1ddb2bc248233a689ff64a4416955b57a70538f8 )
7
13
## [ 1.0.5]
Original file line number Diff line number Diff line change @@ -99,7 +99,8 @@ A detailed explanation can be found in this [document](https://docs.google.com/d
99
99
```json5
100
100
[
101
101
{
102
- // If there are duplicate labels, rewrite the config,otherwise add As a new configuration addition
102
+ // If there are duplicate keys, rewrite the config,otherwise add As a new configuration addition
103
+ "key" : " customTypeKey" ,
103
104
"label" : " customTypeName" ,
104
105
"detail" : " customTypeDetail" ,
105
106
"icon" :" customIcon"
Original file line number Diff line number Diff line change 2
2
"name" : " git-commit-plugin" ,
3
3
"displayName" : " git-commit-plugin" ,
4
4
"description" : " Automatically generate git commit" ,
5
- "version" : " 1.0.6 " ,
5
+ "version" : " 1.0.7 " ,
6
6
"engines" : {
7
7
"vscode" : " ^1.42.0"
8
8
},
You can’t perform that action at this time.
0 commit comments