Skip to content

Releases: zurawiki/gptcommit

v0.3.1

14 Mar 16:37
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

03 Mar 05:18
Compare
Choose a tag to compare

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

01 Mar 20:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

27 Feb 04:50
Compare
Choose a tag to compare

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

22 Feb 23:14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.17...v0.2.0

v0.1.17

18 Feb 00:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.16...v0.1.17

v0.1.16

08 Feb 16:12
Compare
Choose a tag to compare

What's Changed

  • Improve e2e tests and configs for gptcommit by @zurawiki in #47
  • Refactor prompt and summary files for tera by @zurawiki in #49

Full Changelog: v0.1.15...v0.1.16

v0.1.15

06 Feb 00:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.14...v0.1.15

v0.1.14

01 Feb 23:11
Compare
Choose a tag to compare
Bump version patch to "0.1.14"

v0.1.13

29 Jan 04:57
Compare
Choose a tag to compare
Bump version patch to "0.1.13"