Releases: k-angama/macOS-dev-cache-cleaner
Releases · k-angama/macOS-dev-cache-cleaner
0.1.2-alpha
DevCacheCleaner v0.1.2-alpha
This release fixes the floating details panel positioning on macOS.
What's Changed
- anchor the floating panel to the current key window
- prevent the panel from positioning relative to itself
- improve panel placement behavior when reopening the details view
This makes the storage details panel open in a more reliable position next to the active app window.
PR: #3
Install
- Download DevCacheCleaner-v0.1.2-alpha.dmg
- Open the DMG and drag DevCacheCleaner to Applications
Requires macOS 26.0+
v0.1.1-alpha
DevCacheCleaner v0.1.1-alpha
This release adds a new floating details panel for storage categories and improves the loading experience across the app.
What's New
- Added a floating storage details panel to inspect category contents without leaving the main screen.
- You can now open category details directly from the storage usage list.
- Added a compact details UI showing category summary, included paths, and per-path sizes.
- Improved the initial storage scan so categories update progressively as they finish loading.
- Category size loading now runs concurrently, so smaller categories can appear sooner instead of waiting behind larger ones.
- Reworked the home view model and details selection flow to better keep the selected category in sync with refreshed data.
- Added a GitHub Actions test workflow for pull requests targeting
main. - Updated the CI runner to
macos-26to match the project deployment target. - Added source attribution comments for the floating panel implementation.
Included In This Update
- Floating details panel infrastructure
- Progressive storage overview loading with
AsyncStream - Concurrent category refresh during startup
- Home screen and details flow refactor
- CI test workflow setup and fixes
PR: #1
Install
- Download DevCacheCleaner-v0.1.1-alpha.dmg
- Open the DMG and drag DevCacheCleaner to Applications
Requires macOS 26.0+
v0.0.1-alpha
DevCacheCleaner v0.0.1-alpha
First public alpha release of DevCacheCleaner, a macOS menu bar app designed to help developers quickly inspect and clean cache-heavy folders in
their Home directory.
This early version already includes:
- Home-folder access with security-scoped permissions
- Storage scanning by category
- Cleanup for common developer caches
- Live cleanup progress
- Automatic refresh when watched folders change
Supported categories currently include:
- IDE caches
- CocoaPods caches
- npm and Yarn caches
- Android and Gradle caches
- Xcode caches and DerivedData
- Browser caches
- Flutter and .pub-cache
This is an alpha release, so rough edges and incomplete behavior are still expected. Feedback is welcome.
Install
- Download DevCacheCleaner-v0.0.1-alpha.dmg
- Open the DMG and drag DevCacheCleaner to Applications
Requires macOS 26.0+