Skip to content

Releases: tkslucas/Neodisk

Neodisk 2.70.1

Choose a tag to compare

@tkslucas tkslucas released this 22 Jul 18:40
5ea74de

A faster, more flexible workspace.

  • Navigate the file list with the keyboard
  • Optionally show the file list below Sunburst
  • Enjoy faster interactions after large scans

Neodisk 2.67.0

Choose a tag to compare

@tkslucas tkslucas released this 21 Jul 22:51

Parallel background scans, window-aware resizable panes, and hover card polish.

  • Scan multiple locations at once: background scans show live progress in the sidebar and reattach when you return
  • Panes resize window-aware, with arrow-key resizing, double-click reset, and highlighted dividers
  • Sunburst legend is resizable and hides itself when the pane is too narrow for the chart
  • Hover cards show metadata icons
  • A scan that finishes while its snapshot is still saving is never lost
  • Revealed rows stay below the table header; scan tooltips stay inside the sidebar and no longer cost scroll performance

Neodisk 2.62.0

Choose a tag to compare

@tkslucas tkslucas released this 21 Jul 03:03
d3515a7

File list and notices refresh.

  • The file list now docks below the treemap by default, in a multi-column layout that uses the full window width (the classic left-hand outline is still available via the layout toggle).
  • Scan warnings moved out of the side panel into a compact notice strip with a details popover.
  • New Graphite color palette.

Neodisk 2.59.0

Choose a tag to compare

@tkslucas tkslucas released this 20 Jul 01:44
d6ef948

Visual overhaul: new flat treemap view, color palette picker, unified branch coloring.

  • New flat nested-box treemap view
  • Color palette picker with new Retro and Neon palettes
  • Unified branch coloring across treemap and sunburst; linear-light cushion shading; size-midpoint colors anchored at the scan root
  • Hover highlight ring on treemap cells
  • Sharper treemap labels: end-ellipsis truncation, quieter file labels, labels on undivided directory cells
  • Real window backdrop shows through the treemap
  • Clone-aware duplicate reclaim accounting fix

Neodisk 2.46.1

Choose a tag to compare

@tkslucas tkslucas released this 18 Jul 15:41
4ab95bf

Performance release: faster full scans and dramatically faster rescans.

  • Rescans now re-read only the folders that actually changed — typically many times faster on large volumes
  • Full scans finish sooner: cloned-file accounting now runs during the scan instead of after it
  • Lower CPU usage while scanning

Neodisk 2.46.0

Choose a tag to compare

@tkslucas tkslucas released this 17 Jul 17:30
b750d77

Scanning is about twice as fast.

  • Scan traversal was reworked: roughly 2x faster on large folders (a full home-folder scan went from ~75s to ~45s in our benchmarks).
  • Scans use about half the CPU they used to, so your Mac stays cooler and quieter while analyzing.

Neodisk 2.45.1

Choose a tag to compare

@tkslucas tkslucas released this 17 Jul 15:17
68e14f8

Faster scans, much faster refreshes.

  • Scanning is significantly faster, especially the final assembly phase on large folders.
  • Refreshing an already scanned location now takes seconds instead of a full rescan, and changes directly in the scanned folder no longer force a full rescan.
  • The progress bar is honest now: always determinate, only moves forward, and shows real progress in every phase, with a subtle animation to show the app is working.
  • If a refresh ever does need a full rescan, the app says so instead of silently starting over.

v2.37.0

Choose a tag to compare

@tkslucas tkslucas released this 15 Jul 20:50
6681902
  • Storage numbers now match Finder and Disk Utility: volume scans title the disk's real used space, "available" counts purgeable space the way Finder does, and the window title, sunburst legend, sidebar capacity bar, and free-space readouts all agree
  • APFS cloned files (Finder duplicates, copy-on-write copies) are no longer double-counted: each clone family's shared blocks count once, so totals track real disk usage
  • Hovering free space shows how much of it is purgeable
  • Hidden space is computed the same way on every filesystem, and non-APFS volumes gain incremental rescans (the synthetic "System & Unattributed" entry is gone)

v2.36.0

Choose a tag to compare

@tkslucas tkslucas released this 15 Jul 16:10
553dbc9
  • Duplicate groups now appear live while the scan runs instead of only at the end
  • Repeat duplicate scans are much faster: file content hashes are cached across scans
  • New Go and Inspect menus: navigation (enclosing folder, zoom into selection, back to scan root) and file actions (Quick Look, Open, Reveal in Finder, Copy Path) now live in the menu bar with keyboard shortcuts
  • Faster package scans (application bundles and other packages share one summary worker pool)
  • Incremental rescans resume their progress bar from the retained baseline instead of restarting at zero
  • More reliable change detection when a scanned folder is replaced by another folder at the same path

v2.32.2

Choose a tag to compare

@tkslucas tkslucas released this 14 Jul 18:33
c7edf58
  • Incremental rescans: rescanning a location now replays what changed since the last scan instead of re-walking everything, and falls back to a full scan whenever the change history is unreliable
  • Previously scanned locations open instantly from their last snapshot
  • Opening a scanned location now defaults to showing the snapshot without an automatic rescan; the rescan policy is configurable in Settings (existing installs keep their chosen setting)
  • Faster snapshot saving and loading