DreamCleanr

Changelog

Every release of DreamCleanr — the macOS cleanup utility built for AI developers. Pulled from GitHub releases; mirrored here for SEO + offline browsing.

v0.3.5

LATEST

v0.3.5 — tolerate missing optional binaries

Fix: clean no longer crashes with FileNotFoundError when an optional binary (most commonly docker) is missing from PATH.

Install:

curl -fsSL https://raw.githubusercontent.com/jlsport18/DreamCleanr/main/scripts/install.sh | bash

v0.3.4

v0.3.4

## Added

  • detector visibility for Python, Node, Hugging Face, Ollama, LM Studio, Git/LFS, and IDE support roots in receipts and MCP scan output
  • active Git-backed project signals to keep future cleanup logic conservative around live Python, Node, Git/LFS, and IDE workspaces
  • latest-summary.json and timestamped summary-*.json artifacts for future Apple-native consumers
  • dreamcleanr export JSON and CSV exports for the future Team pilot lane
  • a buildable Apple Swift package with shared receipt-summary models, a macOS shell prototype, and companion-facing SwiftUI views under apple/
## Polished
  • new public MCP setup, FAQ, and comparison pages
  • tracker-aware GitHub review counts for recurring governance and business issues
  • upgraded Actions checkout usage and modernized release maintenance for long-term GitHub health
  • expanded GitHub-first market research and Pro-interest capture without adding live checkout
## Verified
  • CI, Pages, and Pages Verify passed on the release commit
  • wheel, sdist, sample cleanup report, install script, and update script were published successfully