Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jul 08:10
· 4 commits to main since this release

v0.2.0 — 2026-07-26

Added

  • 39 new cleanup rules across the catalog: JS tooling (Bun, Deno, Yarn
    Berry, npm logs, Turborepo, nvm), Python (pipenv, conda), Ruby gems,
    Composer, NuGet, Carthage, Go module cache, JVM (Gradle native, Ivy, sbt),
    Bazel, AWS CLI and Terraform plugin caches, Android (build cache, unused
    AVDs, stale system images), Xcode (Previews, device logs, CoreSimulator
    caches, IPSW firmware), fvm stale Flutter SDKs, editors (Cursor, Windsurf,
    Zed, VS Code logs, JetBrains logs), Docker (system prune, buildx cache),
    Colima/Lima VMs, Cypress, Prisma, and the Dart analysis server cache.
  • New "Testing tool caches" category (Playwright, Cypress).
  • New rule capabilities: detect_command gates a rule on a probe command
    exiting 0 (e.g. only show docker system prune when the daemon responds),
    action: shell runs a vendor-supplied cleanup command instead of deleting
    paths, and warn_if_running skips deletion while any listed app is open.
  • o key in the picker TUI opens the highlighted folder in Finder
    (xdg-open on Linux) so you can inspect contents before deleting.
  • Scroll indicator below the list showing how many rows are hidden
    off-screen (e.g. … ↑ 5 more above · ↓ 19 more below).
  • One-command releases: scripts/release.sh vX.Y.Z handles the CHANGELOG
    rename, commit, tag, and push; the release workflow now also updates the
    Homebrew tap formula automatically (new homebrew job in release.yml).

Full Changelog: v0.1.1...v0.2.0