Skip to content
Merged
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
13 changes: 13 additions & 0 deletions .github/releases/v0.3.1.md
Original file line number Diff line number Diff line change
@@ -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`).