Releases: pwwang/vscode-gptcommit
Releases · pwwang/vscode-gptcommit
0.3.0
- ⬆️ Adopt gptcommit 0.5.x
- ✨ Add command
gptcommit.showPerFileSummary
- ✨ Add command
gptcommit.disableConventionalCommit
- ✨ Add command
gptcommit.openConfigFile
Full Changelog: 0.2.2...0.3.0
0.2.2
- 🛠️ Fix setting allow_amend to true (#9)
- ⚡️ Don't retry when set allow_amend fails
- ⚡️ Add "Show Output" action to error message
Full Changelog: 0.2.1...0.2.2
0.2.1
This release is more about usability enhancements:
- ✨ Disable generation command (button) while generating messages
- 🚸 Don't generate message if there is no changes (diffs)
- 🐛 Add debug configuration to show verbosal information in output channel
Full Changelog: 0.2.0...0.2.1
0.2.0
- Adopt
gptcommit
0.3.0 (default model is now gpt-3.5-turbo
)
0.1.1
- Support VSCode 1.70+ (#4)
- gptcommit: v0.1.16
- Change icon to $(output) to support older versions of VSCode