Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .changes/8.doc.md

This file was deleted.

1 change: 0 additions & 1 deletion .changes/8.enh.md

This file was deleted.

1 change: 0 additions & 1 deletion .changes/8.maint.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## v0.1.0-alpha.3 - 2026-07-20

### Enhancements

- One `eval "$(wt shell-init zsh)"` line in `.zshrc` makes bare `wt` an interactive tree picker, `wt go` a fuzzy cd, and `wt new` land in the fresh tree — with zsh completions, an opt-in `WT_PROMPT` indicator, and a script-safe `wt ls --porcelain` fallback whenever no TTY is present. (#8)

### Documentation

- A shell-integration docs page covers the cd protocol, fuzzy-matching rules, completions, and the `WT_PROMPT`/starship prompt recipes. (#8)

### Infrastructure

- The ubuntu CI runner installs zsh, so the shell-integration smoke tests run on both platforms. (#8)

## v0.1.0-alpha.2 - 2026-07-20

### Enhancements
Expand Down
Loading