Releases: Haugen/bcu
Releases · Haugen/bcu
v0.3.0
Version 0.3.0 brings a number of fixes and improvements to the project. Most notably
- Improved testing and linting in Github Actions
- Run
bcuin 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
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
v0.1.1
v0.1.0
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.