From a0b6fb136f86d53c5528630e5055776487c1a66d Mon Sep 17 00:00:00 2001 From: loganthomas Date: Mon, 20 Jul 2026 15:41:08 -0500 Subject: [PATCH] chore: collect release notes for v0.1.0-alpha.3 --- .changes/8.doc.md | 1 - .changes/8.enh.md | 1 - .changes/8.maint.md | 1 - CHANGELOG.md | 14 ++++++++++++++ 4 files changed, 14 insertions(+), 3 deletions(-) delete mode 100644 .changes/8.doc.md delete mode 100644 .changes/8.enh.md delete mode 100644 .changes/8.maint.md diff --git a/.changes/8.doc.md b/.changes/8.doc.md deleted file mode 100644 index f204ef5..0000000 --- a/.changes/8.doc.md +++ /dev/null @@ -1 +0,0 @@ -A shell-integration docs page covers the cd protocol, fuzzy-matching rules, completions, and the `WT_PROMPT`/starship prompt recipes. (#8) diff --git a/.changes/8.enh.md b/.changes/8.enh.md deleted file mode 100644 index 656a719..0000000 --- a/.changes/8.enh.md +++ /dev/null @@ -1 +0,0 @@ -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) diff --git a/.changes/8.maint.md b/.changes/8.maint.md deleted file mode 100644 index e2b6eb7..0000000 --- a/.changes/8.maint.md +++ /dev/null @@ -1 +0,0 @@ -The ubuntu CI runner installs zsh, so the shell-integration smoke tests run on both platforms. (#8) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8681cb1..6f8b63e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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