Releases: zz85/space-radar
Releases · zz85/space-radar
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