Releases: cdevoogd/git-branches
Releases · cdevoogd/git-branches
Release list
v0.4.1
v0.4.0
v0.3.0
Changelog
- fe3c585 Add additional model for handling single selection
- 8a17514 Add custom multi-selection model
- 323f1b1 Integrate delete command with new TUI
- fd74b92 Integrate single select model with checkout cmd
- 853b830 Merge pull request #10 from cdevoogd/custom-choice-tui
- 18abedc Merge pull request #8 from cdevoogd/cobra
- 807430e Merge pull request #9 from cdevoogd/checkout
- 338a506 Move styles into a subpackage
- f92f26a Properly format screen on error, success, etc.
- 94bb00d Update dependencies
- da00a50 Use similar tui styles for branch list
- 2cb8700 chore: Remove now-unused logging package
- 5176706 feat: Add checkout command
- 0b5ab1a feat: Use cobra for CLI handling
- 90f8b5a fix: Don't print usage when returning an error
v0.2.0
v0.1.0
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
-dto enter delete mode