Skip to content

Releases: tinybluerobots/issuebot

v1.7.0

03 Apr 12:04

Choose a tag to compare

Changelog

  • e843a14 feat: add ETag-based HTTP caching to avoid GitHub rate limits
  • 60d8b10 fix: replace require with assert in HTTP handlers in poller tests
  • 9cf68bb test: migrate config tests to testify
  • 9b9a513 test: migrate notify tests to testify
  • 57697e1 test: migrate poller tests to testify
  • f5cbd7e test: migrate prompt tests to testify
  • 85f6d32 test: migrate ratelimit tests to testify
  • a5c0988 test: migrate state tests to testify
  • 64a82b7 test: migrate worker tests to testify

v1.6.0

26 Mar 22:50

Choose a tag to compare

Changelog

  • 45fce0d feat: add --author flag to filter issues by GitHub username
  • cd40f6c fix: use brews instead of homebrew_casks in goreleaser config
  • 20334d9 fix: use brews instead of homebrew_casks in goreleaser config
  • 4ef59f3 refactor: extract strategy constants to fix goconst lint

v1.5.0

26 Mar 15:10

Choose a tag to compare

Changelog

  • ebd7e62 feat: change default strategy from pr to commit
  • 029b1a9 revert: remove Docker support

v1.4.0

26 Mar 14:55

Choose a tag to compare

Changelog

  • f0229fa feat: add Docker image build to release pipeline

v1.3.0

26 Mar 14:41

Choose a tag to compare

Changelog

  • 96f9cd4 feat: add Homebrew tap support via GoReleaser

v1.2.0

26 Mar 14:23

Choose a tag to compare

Changelog

  • 694c3a6 refactor: remove stdin support, use {prompt} placeholder only

v1.1.0

26 Mar 14:15

Choose a tag to compare

Changelog

  • d09012f feat: notify on issue completion

v1.0.0

26 Mar 14:10

Choose a tag to compare

Changelog

  • b721e5e refactor: remove Claude default, make --command required, code review fixes
  • 5fcae53 refactor: rename cq to issuebot

v0.4.0

26 Mar 13:23

Choose a tag to compare

Changelog

  • 31c8256 Add .gitkeep to docs/superpowers/specs
  • d67b106 feat: add {prompt} placeholder in --command, fix lint issues

v0.3.0

26 Mar 13:08

Choose a tag to compare

Changelog

  • 9370903 feat: add rate limit handling and duplicate PR prevention