Releases: zz85/space-radar
Releases · zz85/space-radar
v6.0.1
What's Changed
- chore(deps-dev): bump tar from 7.5.7 to 7.5.9 by @dependabot[bot] in #71
- chore(deps): bump systeminformation from 5.30.7 to 5.30.8 in /app by @dependabot[bot] in #70
Full Changelog: v6.0.0...v6.0.1
v6.0.0 - SpaceRadar 2026 Bump
(for downloads, scroll all the way down to the bottom of the page...)
Major update getting SpaceRadar to work with modern Electron and addressing long-standing issues.
Electron & Platform
- Electron 28 → 40.1.0 upgrade
- Apple Silicon support (arm64/universal builds)
- GitHub Actions CI/CD with auto-publishing
- Auto-update support via electron-updater
Performance
- Canvas-based sunburst renderer (replaces SVG for much better performance)
- 3D mode toggle (experimental)
Scanning Improvements
- Cancel and pause/resume scanning
- Free space visualization in sunburst chart
- Accurate scanning: skip symlinks, dedupe hardlinks, exclude problematic paths
- Real-time scan statistics (files/dirs count, speed, errors)
- Prevent scanner hangs on special files (sockets, FIFOs, devices)
Memory Visualization
- Cross-platform support using systeminformation library
- Native vm_stat/ps on macOS for accuracy
UI/UX
- Modern IPC architecture with folder picker
- Restored color options menu with new Seaborn palettes
- Fixed flamegraph view (d3-flame-graph v4 compatibility)
- macOS window dragging fix
- Disk space info in footer
Other
- MIT LICENSE added
What's Changed
- Colors by @zz85 in #37
- Reorganize npm script by @PeterDaveHello in #51
- Enable npm cache on Travis CI to speed up build by @PeterDaveHello in #50
- Update WineHQ apt repo key in .travis.yml by @PeterDaveHello in #49
- Minor proposal on paragraph 54 by @kant in #45
- Avoid overflow errors with bigger sizes by @afbjorklund in #44
- Update dated node.js version from v6 to v14 by @PeterDaveHello in #52
- feat: Apple Silicon build, accurate scanning (skip symlinks/hardlink … by @zz85 in #56
- Fix window dragging on macOS with hidden title bar by @Copilot in #57
- Add MIT LICENSE file by @Copilot in #62
- Fix macOS Finder showing incorrect app version by @Copilot in #61
- Bump d3-color, d3-flame-graph, d3-scale and d3-tip in /app by @dependabot[bot] in #58
- Bump electron from 28.3.3 to 35.7.5 by @dependabot[bot] in #59
- Replace WMIC with systeminformation library for Windows 11 compatibility by @Copilot in #60
- Fix sunburst: aggregate sub-threshold files instead of filtering by @Copilot in #64
- V6 - 2026 edition bump by @zz85 in #63
New Contributors
- @PeterDaveHello made their first contribution in #51
- @kant made their first contribution in #45
- @afbjorklund made their first contribution in #44
- @Copilot made their first contribution in #57
- @dependabot[bot] made their first contribution in #58
Full Changelog: v5.1.1...v6.0.0
Version 5. More improvements
- move app structure
- Update libs
- Electron 1.7.8
- D3
- refactor chart plugin routing
- Flamegraphs
- Shared colors for treemap views
- List view of directory
- Sort by size
- bump tag
- release new builds
- Make travis build stuff automatically
See #35
v5.0.7
v5.0.6
SpaceRadar v4.4.0
This release features the popularly requested Treemaps.
This may contains minor bugs and the intention is to get early feedback. (Treemaps colors and transition animations are not finalized)
Also in this release is
- Memory monitoring
- Mac App styling
- Context Menus for locating + opening + deleting files / directories
- Navigation controls (back/fwd/up)
- Improved loading performance (using invisible renderer process)
More notes can be found in this PR
Space Radar v3.3.0
This version fixes and addresses many issues. It has gotten an app icon too thanks to Jill!
Mac only builds for now(update: windows builds added), and if you try it, please let me know what you think!
- App icon finally! Thanks Jill for the help with this :)
- Many Bug fixes
- Disk scanning is moved to a webview process
- Investigated various RPC methods. Now uses LocalStorage + FileSystem IPC message passing
- Reduce memory usage (and Electron crashes) by not caching key paths
- Tested on > 100GB & 2M files
- Improvements to user interactivity esp on hover states
- To prevent renderer process from hitting heap mem limit (1.5GB), all previous data is null, with dom elements removed to reduce memory pressure
- Allow target selection for disk usage scanning
- Locate path in Finder
- Env Debug Flags










