Releases: default-anton/wt
Releases · default-anton/wt
v0.4.0
03 Dec 20:08
Compare
Sorry, something went wrong.
No results found
Changelog
37128f2 feat: add fuzzy matching with fzf and match highlighting
v0.3.5
27 Nov 21:52
Compare
Sorry, something went wrong.
No results found
Changelog
ceb45d1 fix: merge contents into existing directories during copy
v0.3.4
27 Nov 20:24
Compare
Sorry, something went wrong.
No results found
Changelog
8ca0d1b fix: merge contents into existing directories during copy
v0.3.3
27 Nov 19:02
Compare
Sorry, something went wrong.
No results found
Changelog
ecae989 refactor: add styles package and apply consistent styling in TUI and ls command output
v0.3.2
27 Nov 03:53
Compare
Sorry, something went wrong.
No results found
Changelog
1f8a9b0 fix: remove space key binding from selector to prevent input conflicts
v0.3.1
26 Nov 20:34
Compare
Sorry, something went wrong.
No results found
Changelog
b72072b feat: auto-install shell integration and completions via Homebrew
v0.3.0
26 Nov 20:19
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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