Skip to content

Releases: nirvik34/gitbun

v1.15.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 11:51

1.15.0 (2026-06-05)

Features

  • ui: add lightweight color formatting to commit types (5800ce8)

v1.14.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 16:41

1.14.0 (2026-06-04)

Bug Fixes

  • address CodeRabbit review feedback (7ea2983)

Features

  • add git hook integration with install and uninstall commands (1469fdb)

v1.13.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 16:38

1.13.1 (2026-06-04)

Bug Fixes

  • address CodeRabbit review suggestions (09306ac)
  • handle outside diff comments (97b627c)
  • rate-limit: harden proxy trust and cooldown handling (0edbd5a)

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 28 May 17:30

1.13.0 (2026-05-28)

Features

  • add onboarding welcome bot workflow (c8355bb)

v1.12.1

Choose a tag to compare

@github-actions github-actions released this 24 May 16:56

1.12.1 (2026-05-24)

Bug Fixes

  • analyzer: make path parsing and scope detection platform-safe on Windows (0165703)

v1.12.0

Choose a tag to compare

@github-actions github-actions released this 21 May 07:40

1.12.0 (2026-05-21)

Bug Fixes

  • preserve node:child_process real exports in staging test mock (9e9af35)
  • propagate CancellationError through launchStagingUI catch block (df6f4c4)
  • use vi.hoisted to fix mock hoisting in staging tests (a701d81)

Features

  • add interactive file staging UI when no files are staged (6841ff7), closes #26

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 21 May 06:21

1.11.0 (2026-05-21)

Bug Fixes

  • config: restore config fields and test custom prompts (#31) (3096997)

Features

  • config: add customPrompt support via .gitbunrc (#31) (0eeedba)

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 21 May 06:04

1.10.0 (2026-05-21)

Bug Fixes

  • address PR review comments (semantic analysis safety & correctness) (14ba674)

Features

  • analyzer: add semantic diff understanding for TS/JS (b7b619e), closes #7

v1.9.1

Choose a tag to compare

@github-actions github-actions released this 20 May 07:12

1.9.1 (2026-05-20)

Bug Fixes

  • replace process.exit() with custom Error throws (#18) (80e90c4)
  • resolve coderabbit reviews and lint warnings (ba714ae)

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 19 May 18:42

1.9.0 (2026-05-19)

Features

  • cli: add --dry-run flag to preview commit message without committing (9640dc5)