Skip to content

Releases: zz85/space-radar

v6.0.1

22 Feb 08:08

Choose a tag to compare

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

05 Feb 17:48
5c3d2bf

Choose a tag to compare

(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
image image image image

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

Full Changelog: v5.1.1...v6.0.0

Version 5. More improvements

29 Sep 14:43

Choose a tag to compare

  • 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

List View
screen shot 2017-09-26 at 10 41 28 pm

Flamecharts
image

Treeviews
screenshot 2017-09-29 22 14 05

See #35

v5.0.7

26 Sep 18:40

Choose a tag to compare

Have wine only on deploys

v5.0.6

26 Sep 18:32

Choose a tag to compare

Fix up more everything errors

SpaceRadar v4.4.0

09 Nov 12:18

Choose a tag to compare

SpaceRadar v4.4.0 Pre-release
Pre-release

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-4

Space Radar v3.3.0

24 Oct 23:19

Choose a tag to compare

This version fixes and addresses many issues. It has gotten an app icon too thanks to Jill!

image

Mac only builds for now(update: windows builds added), and if you try it, please let me know what you think!

space-radar-3

  • 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

space-radar v2.0.0

22 Oct 22:43

Choose a tag to compare

  • Major speed up scanning directories. About 10x from version 1.x.x, and almost as fast or faster than du.
  • Runs disk scanning as a separate headless renderer process
  • Json is passed back via IPC (could be a bottleneck at this process)
  • Remove Async npm dependency

space-radar-2

space-radar v1.2.1

18 Oct 07:34

Choose a tag to compare

Packaging MacOS builds