Skip to content

Releases: legostin/cull

v0.6.1

04 Feb 16:08

Choose a tag to compare

Changelog

  • ad5c204 Revert to brews: casks trigger Gatekeeper for unsigned binaries

v0.6.0

04 Feb 16:03

Choose a tag to compare

Changelog

  • 04a761e Add --read-only and -y CLI flags
  • 1fe87a6 Add CLI flags to README usage section
  • 3f15af0 Add Windows platform support
  • a908bb8 Add apt install support and fix GoReleaser deprecations
  • 6d46f86 Add symlink style and scan gradient wave palette
  • da4c9f8 Add symlink support and parallel deep scan with cross-device skip
  • c065076 Fix CI: split trash into platform-specific files with build tags
  • 2ce5590 Merge origin/main: resolve scanner.go conflict, move deviceID to platform files
  • 3101daf Optimize DeepScan: map lookup, deferred CreateTime, conditional Entry, timer snapshots
  • 1487332 Render scan animation with gradient wave and standard name styles
  • 2d749b2 Update README.md
  • de09f4b Wire up scan animation and symlink display in model

v0.5.1

31 Jan 19:04

Choose a tag to compare

Changelog

  • e55583e Add percentage column showing each entry's share of directory size
  • b2c0456 Update README.md

v0.5.0

31 Jan 17:19

Choose a tag to compare

Changelog

  • 9001fcc Add color gradation for file sizes by tier
  • c8e3adb Add comprehensive unit tests and CI test workflow
  • 5985617 Merge pull request #4 from legostin/add-tests-and-ci
  • 8dc2902 Merge remote-tracking branch 'origin/add-tests-and-ci'

v0.4.0

31 Jan 14:10
56e535e

Choose a tag to compare

Changelog

  • df54a39 Add demo GIFs to README
  • e5eeb09 Merge pull request #1 from legostin/master
  • 0ce445f Merge pull request #2 from legostin/fix-readme
  • 56e535e Merge pull request #3 from legostin/add-demo-gifs
  • fbc24c6 remove multiple lines

v0.3.0

31 Jan 12:13

Choose a tag to compare

Changelog

  • c5cd7c2 v0.3: fix marquee speed bug, update README with screenshot

v0.2.0

31 Jan 05:33

Choose a tag to compare

Changelog

  • bb2a80c Add MIT license file
  • 47f135e Add date columns, sorting modes, marquee, trash, multi-root and more
  • 7572c25 Fix Linux build: extract birth time into platform-specific files
  • 572d8a8 Remove disk free display from status bar, add README
  • e07384a Set GoReleaser release mode to replace
  • eed5ba3 Use statx for birth time on Linux instead of stub

v0.1.0

30 Jan 17:41

Choose a tag to compare

Changelog

  • 19b0f2f Fix: use PAT token for Homebrew tap push in GoReleaser
  • 99d4a9c Initial commit: space-free TUI disk usage tool with filter mode
  • 39f29e9 Prepare for Homebrew distribution via GoReleaser
  • a4fc621 Refactor: split model.go into focused modules, remove utils.go