Skip to content

v0.11.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 23:48
410b8b0

Installation

Quick install

curl -fsSL https://raw.githubusercontent.com/tobiase/worktree-utils/main/get.sh | sh

Or download specific platform archives below.

Update existing installation

If you already have wt installed, simply run:

wt update

Manual download

Download the appropriate archive for your platform from the assets below.

Changelog

  • 7d931c2 Merge pull request #11 from tobiase/feature/recent-command
  • d299a9b Merge pull request #12 from tobiase/fix/recent-error-handling-and-tests
  • 410b8b0 Merge pull request #13 from tobiase/feat/multiline-recent-display
  • 1618273 feat: add Checkout method to git interface
  • 81b3c32 feat: add ForEachRef and GetConfigValue methods to git interface
  • 4f58e90 feat: add GetLastNonMergeCommit to git interface
  • b69420c feat: add backlog.md
  • 47440cb feat: add comprehensive tests for wt recent command
  • 2041e74 feat: add flags support to wt recent command
  • ce810ba feat: add help documentation for wt recent command
  • dc14673 feat: add performance benchmarks for wt recent command
  • a7e8c39 feat: add shell completion for wt recent command
  • d9331e2 feat: implement core wt recent command
  • e90d0b4 feat: implement numeric navigation for wt recent
  • 164b97a feat: improve error handling for branches with no commits
  • 189fad6 feat: improve multi-line format alignment in wt recent
  • 6406616 feat: make multi-line display default for wt recent
  • ef1b4ef feat: make wt recent default to showing only your branches
  • e579229 feat: wt recent now uses last non-merge commit for filtering
  • 0a8f8c8 fix: ensure consistent main branch in all git tests
  • 98d43a1 fix: improve error messages and flag validation per review feedback
  • 57f1058 fix: preserve blank lines in shell wrapper output
  • 2dfe896 refactor: fix cognitive complexity in handleRecentCommand
  • 208262b refactor: remove session management system

Full Changelog: v0.10.0...v0.11.0