Skip to content

Releases: Haugen/bcu

v0.3.0

24 Nov 16:32

Choose a tag to compare

Version 0.3.0 brings a number of fixes and improvements to the project. Most notably

  • Improved testing and linting in Github Actions
  • Run bcu in an alternate screen buffer (Thanks @andess86)
  • Proper handling of branches checked out by other git worktrees (Thanks @jonathanelmgren)

Changelog

  • fc9eda7 Merge pull request #2 from Haugen/ignore-worktrees
  • 7427f53 Merge pull request #3 from andess86/use-alternate-buffer
  • ee2e790 filter out worktrees when parsing branches
  • 4f2d0ce fix test to match the changed output for active branches
  • 249e6cf fix: clear terminal UI on exit using alternate screen buffer
  • 46bde4a introduce workflow to run tests
  • 8494a0b lets run with 1.24.0 since golangci is still on that version
  • c24540e make sure branches starting with + actually works
  • 4dfed4e remove some whitespace
  • e7effc1 show active branches, but make them non-selectable for deletion
  • d57575c support for local linting with golangci-lint, and address linting errors
  • 1b740fb workflow for linting as well
  • 13f9406 workflow to deploy github pages only on docs changes

Released by GoReleaser.

v0.2.0

22 Nov 14:43

Choose a tag to compare

Changelog

  • 6f251ac add tests for parsing and listing branches
  • 4b475ff console code blocks in docs
  • 06cc151 firstRender actually needed for proper first render
  • a9818d5 improve readme
  • 2962fa0 make release depend on successful tests
  • daebd1c read actual lines being printed instead of guessing
  • 43b9e52 rewrite renderer to use a state struct, and add tests
  • 9ff99ac switch instead of if

Released by GoReleaser.

v0.1.2

22 Nov 12:43

Choose a tag to compare

Changelog

  • 4d3e852 fix repaint renderer issue
  • b98b353 installation instructions in readme

Released by GoReleaser.

v0.1.1

22 Nov 10:22

Choose a tag to compare

Changelog

  • 4611302 add homebrew tap support and version flag
  • 0a07db3 cleaner readme

Released by GoReleaser.

v0.1.0

22 Nov 09:46

Choose a tag to compare

Introduces a first, simple, working version free of dependencies. Enjoy!

Changelog

  • 50bf42f first draft of our own renderer
  • 1b95757 fix release setup
  • 8090823 minor restructuring and decent error handling
  • 944ef88 release with --clean flag
  • c767385 working version with custom renderer

Released by GoReleaser.

v0.0.1

20 May 13:05

Choose a tag to compare

Changelog