Space Radar Changelog

What's new in Space Radar 5.1.0

Sep 29, 2017
  • Internal app structure refactoring
  • Update libs
  • Electron 1.7.8
  • D3 (see https://github.com/d3/d3/blob/master/CHANGES.md https://iros.github.io/d3-v4-whats-new/)
  • Refactor chart plugin routing
  • Flamegraphs
  • Shared colors for treemap views
  • List view of directory
  • Sort by size
  • Bump tag
  • Automatic builds release

New in Space Radar 5.0.7 (Sep 27, 2017)

  • Have wine only on deploys

New in Space Radar 3.3.0 (May 20, 2016)

  • App icon finally
  • 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

New in Space Radar 2.0.0 (May 20, 2016)

  • 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