Skip to content

Releases: suxrobGM/cleaner-cli

v1.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 06:25

Changed

  • Internal code reorganization only — no behavior change and no change to the cleaner catalog
    (still 120 cleaners). The multi-class cleaner "bundle" files were split into one file per
    cleaner and grouped into per-tool folders, the DI composition root was split into
    per-category registration methods, and several CLI helpers (FileSystemService,
    ConsoleRenderer, CleanerApp) were simplified. The full test suite still passes.

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 16 Jun 21:26

Fixed

  • build-artifacts (and any cleaner deleting cache directories) no longer hangs on trees that
    contain symlinks or junctions — e.g. node_modules from pnpm/yarn workspaces. The read-only
    pre-walk that blocked deletion now skips reparse points and only runs on the rare delete that
    actually fails, so large sweeps complete quickly instead of stalling.
  • More reliable CPU architecture detection in the Windows installer (install.ps1).

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 16 Jun 18:28

Added

  • New cleaners: ml-cache (HuggingFace & Torch model caches), vcpkg, spotify,
    konan (Kotlin/Native), azure-functions, dotslash, and unity — the latter clears
    Unity's global editor cache plus the regenerable per-project Library/Temp/Logs/obj
    folders inside detected Unity projects. Adds the Machine learning and Game
    development
    categories.
  • Repeatable --path/-p option so build-artifacts and unity can sweep several
    workspace roots in one run (e.g. -p ~/source -p ~/work).
  • Broader electron-app-cache coverage: Claude, MongoDB Compass, Postman, Notion,
    Obsidian, Figma, Signal, and GitHub Desktop. browser-automation now also clears the
    ~/.cache Playwright/Puppeteer locations, and the GPU shader cache cleaner clears the
    NVIDIA NV_Cache directory.

Changed

  • The docker cleaner now also prunes all unused build cache. With --force it
    additionally removes every unused image and named volume (which can delete data such as
    database volumes), gated behind the flag so a plain run stays safe.

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 30 May 11:54

Added

  • Interactive mode now keeps the menu open after a clean run instead of exiting,
    returning to the cleaner selection until you choose to quit.

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 30 May 11:36

Full Changelog: v1.0.0...v1.0.1