We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 023d2a1 commit e7311daCopy full SHA for e7311da
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## 0.0.3
4
+
5
+- 🚸 Make better notification when failed to generate message
6
+- 🍱 Use new icon
7
+- 🔧 Add keywords in package.json
8
+- 📝 Add advanced configuration in README.md
9
10
## 0.0.2
11
12
- Add outputChannel to log the command and output
package.json
@@ -2,7 +2,7 @@
"name": "gptcommit",
"displayName": "vscode-gptcommit",
"description": "Automated git commit messages using GPT models",
- "version": "0.0.2",
+ "version": "0.0.3",
"repository": {
"url": "https://github.com/pwwang/vscode-gptcommit"
},
0 commit comments