Skip to content

Releases: tab/cmt

v0.7.2

23 Jan 16:50
@tab tab
c7dbb2f

Choose a tag to compare

What's Changed

Fixes

  • fix: Update system prompt for commit message generation
  • fix: Update changelog prompt instructions
  • fix: Clear spinner line before printing

v0.7.1

28 Oct 20:28
@tab tab
5882921

Choose a tag to compare

What's Changed

Fixes

  • fix: Correct prefix handling during commit message editing

Full Changelog: v0.7.0...v0.7.1

v0.7.0

27 Oct 21:20
@tab tab
b1b90c3

Choose a tag to compare

What's Changed

Features

  • feat: Add TUI using Bubble Tea
  • feat: Add in-memory log buffer

Refactor

  • refactor: Update GPT client with retry logic and exponential backoff

Dependencies

  • chore: Bump dependencies (go.uber.org/mock, spf13/viper)
  • chore: Update workflow actions (goreleaser, staticcheck, checkout, setup-go, codecov)

Documentation

  • docs: Update the README

Full Changelog: v0.6.0...v0.7.0

v0.6.0

29 Jul 12:15
@tab tab
96fde65

Choose a tag to compare

What's Changed

Features

  • feat: Use gpt-4.1-nano as default model for faster, cost-effective GPT-4.1

Chore

  • chore: Change GPT API error logging from error to debug mode

Dependencies

  • chore(deps): Bump go.uber.org/fx from 1.23.0 to 1.24.0
  • chore(deps): Bump go.uber.org/mock from 0.5.1 to 0.5.2
  • chore(deps): Bump codecov/codecov-action from 5.4.2 to 5.4.3

Documentation

  • docs: Add configuration section with example YAML in README

Full Changelog: v0.4.2...v0.5.0

v0.5.0

19 Apr 16:23
@tab tab
0aa0574

Choose a tag to compare

What's Changed

Features

  • feat: Refactor application architecture with FX framework for dependency injection and lifecycle management

Chore

  • chore: Update dependencies (httpmock from v1.3.1 to v1.4.0, mock from v0.5.0 to v0.5.1)
  • chore: Bump goreleaser/goreleaser-action from 6.1.0 to 6.3.0

Full Changelog: v0.4.2...v0.5.0

v0.4.2

03 Mar 20:34
@tab tab
1023f6e

Choose a tag to compare

What's Changed

Documentation

  • docs: Added godoc comments

Chore

  • chore: Bumped dependency github.com/go-resty/resty/v2 from 2.16.2 to 2.16.5
  • chore: Updated GitHub workflows for linter, staticcheck, tests, and coverage
  • chore: Added staticcheck action to CI workflow
  • chore: Added CODEOWNERS files for repository management

Full Changelog: v0.4.1...v0.4.2

v0.4.1

02 Feb 16:44
@tab tab
fe1c217

Choose a tag to compare

What's Changed

Chore

  • chore: Add Makefile to run common Go development tasks
  • chore: Add golangci-lint
  • chore: Update GitHub Actions workflow
  • chore: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0
  • chore: Bump github.com/go-resty/resty/v2 from 2.15.3 to 2.16.2
  • chore: Bump go.uber.org/mock from 0.4.0 to 0.5.0

Full Changelog: v0.4.0...v0.4.1

v0.4.0

01 Nov 08:31
@tab tab
ab0a85a

Choose a tag to compare

What's Changed

Features

  • feat: Interactive commit message editing

Refactor

  • refactor: Replace hardcoded timeout with configurable timeout context

Chore

  • chore: Update codecov configuration
  • chore: Update Go file formatting rules

Full Changelog: v0.3.0...v0.4.0

v0.3.0

16 Oct 06:29
@tab tab
4b8d797

Choose a tag to compare

What's Changed

Features

  • feat: Add changelog command.
  • feat: Add codecov configuration file (codecov.yaml) for coverage reporting.
  • feat: Refactor and enhance command structure for better functionality, including a new command approach and improved error handling.

Refactor

  • refactor: Simplify input reading process in command handling.

Documentation

  • docs: Update README to enhance clarity, add new features, and improve formatting.
  • docs: Revise commit message examples for better clarity and add changelog generation instructions.

Chore

  • chore: Add CHANGELOG.md for tracking releases.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

13 Oct 19:54
@tab tab
5e3ac73

Choose a tag to compare

What's Changed

Features

  • feat(loader): Add loading indicator functionality
    Introduced a Loader type with Start() and Stop() methods to provide a visual loading indication during operations. Updated main.go to utilize the new loader functionality.

Chores

  • chore(github/workflows): Add Golang CI linter to checks workflow
  • chore(.github): Add Dependabot configuration file for version updates
  • chore(deps): Bump codecov/codecov-action from 3 to 4

Full Changelog: v0.1.0...v0.2.0