Skip to content

Releases: StruisICT/ClutterCutter

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 10:44
f0b212a

0.11.0 (2026-08-21)

Features

  • gui: polish the egui UI toward Win32 parity (#77) (c811d69)
  • MSI installer for enterprise/network deployment (#78) (cf5d325)

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:02
3928905

0.10.0 (2026-08-18)

Features

  • cross-platform egui frontend + portable Linux scan core (#75) (949ed69)

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 17 Aug 23:46
68ab1de

0.9.2 (2026-08-17)

Bug Fixes

  • ship the Rust build as the only ClutterCutter, drop legacy C# (#73) (108ede3)

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 17 Aug 15:37
edcdda2

0.9.0 (2026-08-13)

Features

  • clear button (×) in the search box, plus Esc to clear (#67) (79ea8b3)
  • debounce the search box so it runs once you pause typing (#68) (df27be2)
  • hover tooltip explaining protected system files in the side panel (#61) (79eff30)
  • search always spans all drives (#71) (c080901)
  • space-separated AND terms in search (#69) (0de4a65)
  • System-cleanup panel + hide protected system files from file lists (#63) (0dc1659)
  • warm-white light theme instead of pure white (#66) (77dd91b)

Bug Fixes

  • guide to shadow-copy tools on Server instead of a dead System Protection launch (#64) (4624bea)
  • make the search box clickable, always visible, and results readable (#65) (f3dcfb1)

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 15:55
cd82af2

0.8.0 (2026-08-07)

Features

  • add a Check-for-updates link in the About window (#54) (6844ce2)
  • add a Free column showing disk free space (#58) (f201aa4)
  • add a global search box in the top bar (#57) (b91a914)
  • add a themed Settings page under File (#49) (21b0157)
  • inline tree expand, hover fix, drive spacing, nav order (#41) (1db70f4)
  • scan: show real per-drive progress instead of a marquee (#56) (c7d134c)
  • settings: let users hide main-list columns (#50) (4da2120)
  • topbar: use a fuller crescent for the theme toggle's moon (#48) (fb58dea)
  • UX polish + scanning/safety hardening + tested logic layer (#43) (4045dac)

Bug Fixes

  • about: render the app icon crisp instead of upscaled (#45) (c628315)
  • harden the NTFS MFT parser against corrupt/crafted volumes (#52) (931d894)
  • Home reliably returns to the all-drives overview (#44) (d6dcb2f)
  • reuse the startup scan when clicking a drive in the sidebar (#59) (bd8b0b3)
  • topbar: anti-alias the theme-toggle pill for smooth edges (#46) (fe60328)
  • topbar: keep the theme-pill border even on all edges (#47) (801e01a)
  • ui: settings window sizing/tooltips + tighter topbar buttons (#51) (f0bbee0)

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 19:25
3bc8f32

0.7.0 (2026-08-03)

Features

  • apply Struis ICT house style to the app UI (#38) (ecad4f1)

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 02 Aug 10:56
c3fbc17

0.6.0 (2026-08-02)

Features

  • faster scanning + in-place delete (no rescan) + panel fix (#33) (c2cb29c)
  • labeled AAA treemap + auto-scan all drives on startup (#31) (5467316)
  • remove treemap + folder-browsing/panel UX (drill, files, alphabetical, resizable/draggable panel, size persistence) (#35) (3f24b41)

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 14:15
6e1b2e3
chore(main): release 0.5.0 (#28)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 17:40
0365e5b

0.4.0 (2026-06-09)

Features

  • oldest-files view in the Rust port (#12) (9a5a41f)
  • safe-to-delete temp files view in the Rust port (#14) (fcb57ab)
  • top-N largest files view in the Rust port (#10) (6b0f914)

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 13 May 08:46
1010ee1

0.3.0 (2026-05-13)

Features

  • add Rust port of ClutterCutter (low-level Win32 base) (#6) (948f14f)

Miscellaneous Chores