Releases: ovitrif/worktry
Releases · ovitrif/worktry
v0.3.4
v0.3.3
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
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
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
What's new
wknow 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.shgit diff --check