Skip to content

v0.3.0

Latest

Choose a tag to compare

@Haugen Haugen released this 24 Nov 16:32
· 4 commits to main since this release

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.