Skip to content

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 14 Mar 16:37
· 160 commits to main since this release

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