Skip to content

Releases: default-anton/wt

v0.4.0

03 Dec 20:08

Choose a tag to compare

Changelog

  • 37128f2 feat: add fuzzy matching with fzf and match highlighting

v0.3.5

27 Nov 21:52

Choose a tag to compare

Changelog

  • ceb45d1 fix: merge contents into existing directories during copy

v0.3.4

27 Nov 20:24

Choose a tag to compare

Changelog

  • 8ca0d1b fix: merge contents into existing directories during copy

v0.3.3

27 Nov 19:02

Choose a tag to compare

Changelog

  • ecae989 refactor: add styles package and apply consistent styling in TUI and ls command output

v0.3.2

27 Nov 03:53

Choose a tag to compare

Changelog

  • 1f8a9b0 fix: remove space key binding from selector to prevent input conflicts

v0.3.1

26 Nov 20:34

Choose a tag to compare

Changelog

  • b72072b feat: auto-install shell integration and completions via Homebrew

v0.3.0

26 Nov 20:19

Choose a tag to compare

Changelog

  • 4af222d feat: add Homebrew tap support for brew install
  • 958d19b fix: skip copying if destination exists and handle symlinked parent dirs in copyPath

v0.2.0

26 Nov 19:26

Choose a tag to compare

Changelog

  • 60beb45 feat: add confirmation prompt before force removing dirty worktrees
  • 6018fdf fix: inherit environment variables in hooks and preprocess command execution

v0.1.0

26 Nov 18:39

Choose a tag to compare

Changelog

  • 18853e6 Change default worktree directory to .worktrees
  • 3b683b0 Fix TUI when stdout is captured by shell substitution
  • 6c72f64 Initial release: wt - Git worktree manager CLI
  • 4e486dc Redirect git worktree output to stderr
  • b06dd0d Rename switch command to cd in shell integration
  • fd87c3f Simplify copy logic and add Linux CoW support
  • fe7a437 Update README with new command names and shell completion
  • 5665842 ci: update Go version to 1.25 in workflow and go.mod
  • 36601e6 fix: add main.go that was accidentally gitignored