v0.1.1
v0.1.1 — 2026-04-30
Added
- Welcome menu as the default entry point. Running
reclaimwith no flags
now opens a menu first; nothing is scanned until the user picks an action.
Options: Quick scan & pick, Quick clean (safe defaults), Browse by category,
Last cleanup log, About / help, Quit. --pickflag to skip the welcome menu and go straight to the picker TUI
(the previous default behavior).- About screen showing version, links, safety levels, TUI keys, and how to
skip the menu via flags. - Last cleanup log viewer that summarizes the most recent run from
~/.reclaim/logs/(deleted/skipped/failed counts, total freed, recent paths).
Changed
- README now documents both the one-liner Homebrew install
(brew install ImadRashid/tap/reclaim) and the tap-then-install short form
(brew tap ImadRashid/tap && brew install reclaim). Also explains why plain
brew install reclaimdoesn't work yet (homebrew-core acceptance criteria). - README includes detailed direct-download instructions for all four release
archives (darwin/linux × arm64/amd64), with a note about macOS Gatekeeper
quarantine and how to bypass it. - Help text and module docs updated to describe the welcome menu.
Full Changelog: v0.1.0...v0.1.1