Skip to content

v0.1.5

Choose a tag to compare

@github-actions github-actions released this 07 Jun 16:05
8f5e4d2

Changelog

  • 8f5e4d2 Merge pull request #3 from illegalstudio/feature/configurable-worktrees-dir
  • 9270b1d feat(cli): add ggw init to create the config file
  • 724b5c2 feat(config): add WriteDefault to seed the config file
  • a4e8c6b feat(config): read worktrees base_dir from ~/.config/ggw/config.yaml
  • 78c825e feat(worktree): honor config base_dir over XDG in WorktreesBase
  • 5abe69d fix(config): reject relative base_dir; test list internal tagging
  • 7e49f3b refactor(config): preserve stat error, drop redundant viper call, add path tests
  • f30918c test(e2e): cover create honoring configured base_dir