Releases: gaureshpai/reclaimspace
Releases · gaureshpai/reclaimspace
Release v0.2.1
What's Changed
- feat: Add --help and --version CLI flags by @gaureshpai in #18
Full Changelog: v0.2.0...v0.2.1
Release v0.2.0
What's Changed
- chore: remove .vercel and .netlify from folder categories by @gaureshpai in #15
- chore: simplify CI/CD feedback in Pull Requests by @gaureshpai in #16
Full Changelog: v0.1.7...v0.2.0
Release v0.1.7
What's Changed
- feat(cli): enhance issue templates and checkbox prompt by @gaureshpai in #8
- chore: configure issue templates and update ignores by @gaureshpai in #11
Full Changelog: v0.1.6...v0.1.7
Release v0.1.7-0
What's Changed
- feat(cli): enhance issue templates and checkbox prompt by @gaureshpai in #8
Full Changelog: v0.1.6...v0.1.7-0
Release v0.1.6
What's Changed
- feat: Expand detection and improve documentation Add ignores/docs, set packageManager/engines, update prompt/scanner by @gaureshpai in #5
Full Changelog: v0.1.5...v0.1.6
Release v0.1.5
What's Changed
- feat: Overhaul CLI with zero-deps and pnpm migration by @gaureshpai in #4
Full Changelog: v0.1.4...v0.1.5
v1.0.4
What's Changed
- chore: flag include, docs site, readme update by @gaureshpai in #2
New Contributors
- @gaureshpai made their first contribution in #2
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Merge branch 'main' of https://github.com/gaureshpai/reclaimspace
v0.1.2
fix: Revert file categorization and refine error handling - Reverted FILE_CATEGORIES implementation due to interference with existing detection logic. - Suppressed 'invalid pattern' errors from minimatch for cleaner output. - Normalized paths for minimatch to improve compatibility with Windows paths. - Suppressed EPERM errors during directory scanning. - Display full paths during folder deletion. - Prevented duplicate display of summary messages in UI. - Cleaned up unused import in bin/reclaimspace.js. - Updated package version. - Updated tests and configured the github sctions workflow for PR - Closes #1
v0.1.1
A CLI tool to reclaim disk space by finding and removing unnecessary development folders and files.