Skip to content

Releases: nirvik34/gitbun

v1.14.0

04 Jun 16:41

Choose a tag to compare

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

04 Jun 16:38

Choose a tag to compare

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

28 May 17:30

Choose a tag to compare

1.13.0 (2026-05-28)

Features

  • add onboarding welcome bot workflow (c8355bb)

v1.12.1

24 May 16:56

Choose a tag to compare

1.12.1 (2026-05-24)

Bug Fixes

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

v1.12.0

21 May 07:40

Choose a tag to compare

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

21 May 06:21

Choose a tag to compare

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

21 May 06:04

Choose a tag to compare

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

20 May 07:12

Choose a tag to compare

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

19 May 18:42

Choose a tag to compare

1.9.0 (2026-05-19)

Features

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

v1.8.0

19 May 16:39

Choose a tag to compare

1.8.0 (2026-05-19)

Bug Fixes

  • analyzer: address review feedback for language profiles (ad9ba29)

Features

  • analyzer: add modular multi-language analyzer support (4099c52)