diff --git a/.github/releases/v0.3.1.md b/.github/releases/v0.3.1.md new file mode 100644 index 0000000..842641f --- /dev/null +++ b/.github/releases/v0.3.1.md @@ -0,0 +1,13 @@ +## `things-cli` v0.3.1 — clean uninstall + +Patch release: the Homebrew cask now ships a `zap` stanza so a full uninstall cleans up after itself. + +### Change + +- Cask `zap trash:` now lists `~/Library/Caches/things-cli` (the last-list cache that backs `things complete 1`-style indices), so `brew uninstall --zap things` leaves no orphan state behind (#86) + +Plain `brew uninstall things` still leaves the cache alone — zap only fires with `--zap` (or `brew zap things` separately), so a routine uninstall + reinstall keeps your indices intact. + +### Requirements + +macOS with Things3 installed. Binaries for Apple Silicon (`darwin_arm64`) and Intel (`darwin_amd64`).