Releases: zurawiki/gptcommit
Releases · zurawiki/gptcommit
v0.3.1
Major Changes
- Conventional commit support, per file summaries by @zurawiki in #75
New settings for configuration:
See new settings with:
$ gptcommit config keys
...
output.conventional_commit
output.show_per_file_summary
prompt.conventional_commit_prefix
...
Disable conventional commits with (true to re-enable, default is true)
gptcommit config set output.conventional_commit false
Disable per-file summary with (true to re-enable, default is true)
gptcommit config set output.show_per_file_summary false
What's Changed
- Update GitHub link to VSCode extension by @ottsch in #72
- Bump tiktoken-rs from 0.1.2 to 0.1.4 by @dependabot in #73
- Update README.md by @zurawiki in #77
- Bump serde_json from 1.0.93 to 1.0.94 by @dependabot in #80
- Bump async-openai from 0.9.0 to 0.9.2 by @dependabot in #79
- Bump async-trait from 0.1.65 to 0.1.66 by @dependabot in #78
- chore: Update dependencies for new Rust release by @zurawiki in #87
- Bump tera from 1.17.1 to 1.18.0 by @dependabot in #85
- chore: Update dependencies in Cargo.toml by @zurawiki in #92
New Contributors
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Support GPT-3.5 and ChatCompletions by @zurawiki in #70
- Add async_openai API for completions by @zurawiki in #68
- Support Retries by @zurawiki in #71
- Writing config files are now only user-read/writable
- Bump tokio from 1.25.0 to 1.26.0 by @dependabot in #67
Full Changelog: v0.2.2...v0.3.0
v0.2.2
What's Changed
- Optimize context of git hunks by @zurawiki in #61
- Bump clap from 4.1.6 to 4.1.7 by @dependabot in #62
- Bump clap from 4.1.7 to 4.1.8 by @dependabot in #63
- Improve error messages, prompt limits and git hunk context by @zurawiki in #64
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- Added file_ignore setting to exclude some files from being summarized
Full Changelog: v0.2.0...v0.2.1
v0.2.0
v0.1.17
v0.1.16
v0.1.15
v0.1.14
Bump version patch to "0.1.14"
v0.1.13
Bump version patch to "0.1.13"