Skip to content

v0.1.0

Choose a tag to compare

@cdevoogd cdevoogd released this 06 Aug 00:55
· 22 commits to master since this release

Changelog

  • cc01b48 Add a README for the project
  • 5663239 Add a simple, styled printout of the current branches
  • 5fe00d8 Add branch description to TUI
  • c3b9117 Add spacing between branches
  • 46e353c Add the ability to delete multiple branches
  • 366492e Allow individual commands to handle errors
  • 6c95f8e Allow searching title and description
  • 488812f Bump golang.org/x/text from 0.3.7 to 0.3.8
  • c51125c Determine branch type using prefixes
  • 2b491bd Display branch type in TUI
  • 46ca58c Display branch types in the deletion prompt
  • 51718c0 Display branches with a TUI
  • fbc33bf Don't show symbol when waiting for choices
  • 89c40e0 Fix empty line when a branch has no description
  • c1d847f Fix issue with branches with no commits
  • 648dfd5 Initial commit
  • 67608e1 List out branches in the current repository
  • 9c53913 Load branch descriptions
  • c3471dd Load last commit information
  • 5e640b2 Make command calls look more consistent
  • 0307f40 Merge pull request #1 from cdevoogd/simple
  • 061703a Merge pull request #2 from cdevoogd/initial-readme
  • 9da91c9 Merge pull request #3 from cdevoogd/spacing
  • a7402ee Merge pull request #4 from cdevoogd/remove-commit
  • c9adb9c Merge pull request #5 from cdevoogd/delete-branches
  • ebaf9b1 Merge pull request #6 from cdevoogd/dependabot/go_modules/golang.org/x/text-0.3.8
  • 390f09d Merge pull request #7 from cdevoogd/delete-improvements
  • 0421c23 Move printing logic into a separate package
  • 18bfcf1 Move repository check out of the Branches func
  • 190de39 Preserve original branch name sorting
  • cfa1204 Remove commit information from branch output
  • 89b53db Remove existing TUI
  • 66706ad Update delete prompt to use matching colors
  • fcb80a7 Use lipgloss pkg for all styling
  • e73c39c ci: Add build & release using goreleaser
  • 422e6fc feat: Use -d to enter delete mode