Skip to content

FindDiskKiller 1.3.15

Choose a tag to compare

@jianyintang jianyintang released this 11 Aug 09:05
· 11 commits to main since this release

FindDiskKiller 1.3.15

This release rebuilds Storage Map as a clearer capacity dashboard and makes the
Apps workspace substantially more responsive while resizing the window.

Storage Map dashboard

  • Recompose the main Storage Map workspace around proportional area tiles,
    volume capacity summaries, and a scan-ready source table.
  • Keep area, volume, and source sections aligned across wide and narrow windows
    without clipping the bottom content or allowing capacity bands to overflow.
  • Adapt the volume presentation cleanly for one, several, or many mounted
    volumes while preserving readable labels and stable distribution bars.
  • Use distinct solid gray fills for proportional tiles without introducing
    gradients, materials, or effects that add rendering cost.
  • Align source headers and rows, standardize the primary action sizes and hover
    states, and use the native Git branch symbol for Git Workspaces.

Apps resize performance

  • Replace duplicated ViewThatFits header candidates with one cached responsive
    layout, so macOS no longer measures multiple hidden segmented controls during
    every window resize step.
  • Resolve process-table column widths once per view update and coalesce small
    intermediate viewport changes during live resizing, while committing the exact
    final width as soon as the resize ends.
  • Preserve search, sorting, column resizing, pagination, hover details, keyboard
    behavior, and narrow-window reflow.
  • Under an identical Instruments Time Profiler drag path, main-thread running
    samples fell from 4,557 to 2,602, a 42.9% reduction; the duplicated segmented
    control layout hotspots disappeared from the post-change capture.

Release integrity

  • Build 137 is produced as a universal Developer ID release and passes the
    serial Swift test, lint, signing, notarization, Gatekeeper, and Sparkle
    verification gates before publication.