Skip to content

Releases: RodrigoEspinosa/wt

v0.1.2

11 Apr 19:11
b407d16

Choose a tag to compare

Fixes

  • fix(list_worktrees): detect detached via 'detached' marker, not HEAD line (#13)
  • fix(fish): quote $result in shell wrapper (#7)

Tests

  • Add bats tests for create_worktree (#14)
  • Add bats tests for repo_root (#11)
  • Add bats tests for pick_worktree (#10)
  • Cover worktree_base empty and spaced WT_BASE_DIR (#8)

Full Changelog: v0.1.1...v0.1.2

v0.1.1

11 Apr 18:23
690e28a

Choose a tag to compare

Changes since v0.1.0

  • security: fix improper string trimming via xargs (#4)
  • perf: optimize worktree lookup by combining awk processes (#2)
  • test: add tests for worktree_base function (#3)
  • refactor: extract common worktree path lookup function (#1)
  • docs: expand README with demo gif, uninstall, and requirements