Skip to content

Releases: ovitrif/worktry

v0.3.4

19 May 15:42
cef43ec

Choose a tag to compare

Patch release for wk go index navigation.

  • Support wk go using the same list index table as wk .
  • Fall back to worktree branch/name lookup when a numeric go argument is not a valid listed index.
  • Add verification coverage for wk go 10 and a numeric branch-name fallback.

v0.3.3

19 May 15:38
3f2b39b

Choose a tag to compare

Patch release for stale shell-wrapper navigation.

  • Mark navigation calls made through the shell wrapper so the binary can tell when the wrapper is inactive.
  • Warn when wk is only able to print a navigation path because the current shell has not loaded the wrapper.
  • Make install.sh print the source/restart instruction after refreshing an existing generated wrapper.
  • Keep verification coverage for wrapper installation and multi-digit indexes.

v0.3.2

19 May 11:49
ce5ccf7

Choose a tag to compare

Patch release for numeric navigation.

  • Support multi-digit indexes such as wk 10 and wk 11.
  • Update the installed shell wrapper so multi-digit indexes still cd into the selected workspace.
  • Refresh generated wk shell functions during install when an older generated wrapper is present.
  • Add verification coverage for index 10 and wrapper upgrades.

v0.3.1

17 May 22:29
5f67bf3

Choose a tag to compare

Patch release for ignored config copying.

  • Fix .worktreeinclude slashless patterns like google-services.json so they match ignored files at any depth.
  • Add google-services.json to generated defaults and backfill existing configs when needed.
  • Cover Android Firebase config copying in the verification script.

wk 0.3.0

14 May 20:03
02ba3e6

Choose a tag to compare

What's new

  • wk now opens a guided interactive setup flow by default in terminals.
  • Added worktree and clone menus with common flows for current/default/custom branches.
  • Added Enter-to-accept defaults, arrow-key menu navigation, Ctrl+C quit, and Esc-twice cancellation.
  • Added clearer help examples for wk new, wk clone, and manual clone setup.
  • Added bash and zsh completions installed automatically by ./install.sh.
  • Expanded verification for interactive flows, completions, installer behavior, and detached HEAD fallback.

Validation

  • bash test/verify.sh
  • git diff --check