Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@AzraelSec AzraelSec released this 11 Dec 15:39
· 4 commits to main since this release
8b319b8

Changelog

  • faea286 Initial commit
  • 59e931f Merge branch 'feature/runner-config-enhance'
  • 55b4b3c build: introduce goreleaser
  • e2a869d chore(git): use @{upstream} for upstream in external_git
  • e29b321 chore: add Uniq slices util
  • 65ba20d chore: cleanup stuff all around before releasing
  • c51574d chore: ignore errors in case of invalid reference while switching
  • fff6b58 chore: remove debug command
  • bb98f71 chore: remove unused cli results printing format
  • 93da22f chore: remove useless open_command config field
  • 34b68b0 ci: update action runner golang version
  • e23fbba feat: add DependencyManager to lazy-load the config/git provider
  • be6a308 feat: add ListBranches git command
  • 57967c4 feat: add bubbletea library
  • c0d8a4f feat: add env variable handling for subcommand
  • 8d710f1 feat: add my forked version of godotenv module
  • 74f1023 feat: expose CommandBuilder struct
  • a68aef4 feat: get bubble table dependencies
  • 8fadd0a feat: introduce pnpm updater
  • d07a29c feat: introduce a map utility
  • 0b0c4e9 feat: introduce a basic tui for the switch command
  • 67fd1f5 feat: introduce a basic tui on the status command
  • 4eb820e feat: introduce a new tag command
  • 4055e61 feat: introduce a tag stream writer
  • 16d8ff7 feat: introduce tagging operations on git/external_git
  • 015a3f9 feat: project shipped to a first-version main line 🚀
  • 55db0d2 feat: refactor config handling + introduce services for start command
  • 15ae00f feat: refactor init and introduce a remote init command
  • 703db83 feat: start sharing some lipgloss utils in pkg
  • e2a4de3 feat: update go to 1.21
  • d733ffe feat: upgrade the update command + introduce tui
  • cfb1a2a feat: use rounded border on switch result table
  • fa1597e fix(cmd): allow reset to pull changes even if already on main
  • 5750cf5 fix(switch): leftover from error handling refactoring
  • adcb6cc fix: avoid cancelling the context used to set boundaries stop runs
  • 100c650 fix: use go get for gomod updater instead of go mod tidy
  • dfb1909 fix: use a version that makes sense
  • 6d6729e fixup! feat: introduce a tag stream writer
  • 2edc776 refactor(update): use better error handling + disable disableTUI shortcut flag
  • 9a923ee refactor: change runner implementation to simplify it
  • bfba4c4 refactor: clean up the updater's way of handling IGNORE_TAG
  • 731df9f refactor: split external_git logics in multiple files to make testing easier
  • bc5e330 refactor: update runner usage all around
  • 196bc93 style: fix linting issues
  • 151432a style: rename switch print method