Skip to content

v0.3.0

Choose a tag to compare

@cdevoogd cdevoogd released this 21 Oct 18:10
· 5 commits to master since this release
853b830

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