Skip to content

Releases: xangelix/edirstat

v1.1.0

05 Jun 17:03
6f6f6ab

Choose a tag to compare

Added

  • ⚡ Parallel Deduplication: Hashing is now fully parallelized using the Rayon library, making duplicate checks dramatically faster on multi-core CPUs.
  • 🗑️ Safe Trashing: Added the option to move files to the system Trash/Recycle Bin instead of permanently deleting them, protecting you from accidental data loss.
  • 🔗 Hardlink & Softlink Support: You can now create and manage hard/soft links directly in the Deduplicator tab to reclaim space without losing file access.
  • 📁 Local Directory Refresh: Right-click a folder to refresh its contents instantly without having to scan your entire drive again.
  • 📈 Duplicate Waste Chart: Added a new visualization showing which file extensions are wasting the most space on duplicates.
  • 🎯 Smart Duplicate Selection: Added one-click helpers to select duplicates based on shortest, longest, oldest, newest, or root-most paths.
  • ❌ Explorer Visuals: Folders and files marked for deletion in the deduplicator are now highlighted directly in the main directory tree.

Changed

  • ⚙️ Layout Improvements: Reorganized the Deduplicator tools into clean, logical dropdown menus and refined the color palette.
  • 📦 Under-the-hood Refactoring: Reorganized backend code modules for better performance and long-term stability.

v1.1.0-rc.1

26 May 14:47
0022dad

Choose a tag to compare

v1.1.0-rc.1 Pre-release
Pre-release

Added

  • 👥 First-Gen Deduplicator: Introduced a new deduplication engine and UI tab to find and clean up byte-for-byte identical files.
  • 🔍 Regex Explorer Search: Added support for robust regular expression filtering in the directory explorer.
  • 🌍 Commit Builds: Set up automatic builds for macOS, Windows, and Linux on every commit to catch issues early.

Changed

  • 🖥️ Screen Friendly: Adjusted the default window size to 1200x800 for a better fit on standard displays.
  • 📊 Plot Organization: Cleaned up GUI rendering by splitting up charts and plots into their respective modules.

Fixed

  • 🎨 View Tweaks: Fixed the text color for "Monospace Paths" and updated the "Collapse All" menu option to use a clearer eject icon.

v1.0.10

25 May 03:16
7e28e05

Choose a tag to compare

Fixed

  • 🍎 macOS Releases: Fixed a file path typo in the release pipeline that prevented macOS aarch64 binaries from packaging correctly.

v1.0.9

25 May 01:57
4d3f319

Choose a tag to compare

Added

  • 🍎 macOS Support: Added macOS builds and native test coverage to our CI/CD pipelines to ensure macOS users get a first-class experience.

v1.0.8

25 May 01:42
2ae64c9

Choose a tag to compare

Added

  • 🪟 Windows Application Metadata: Configured Windows resources so the executable displays the official eDirStat icon and details in File Explorer.

v1.0.7

25 May 01:33
be809cb

Choose a tag to compare

Fixed

  • 📄 Docs and Media: Fixed a duplicate screenshot in the README and restored proper Git LFS settings for the screenshots directory.

v1.0.6

25 May 01:22
2285de8

Choose a tag to compare

Fixed

  • 🎨 Icon Quality: Re-rendered the official eDirStat icon variants to scale perfectly across different screen resolutions.

v1.0.5

25 May 01:16
01528d4

Choose a tag to compare

Changed

  • 🧼 Repository Cleanup: Removed heavy LFS (Large File Storage) configs and updated the main application icon to use a lightweight, non-LFS path.

v1.0.4

25 May 00:49
e07dcbe

Choose a tag to compare

Added

  • 🪟 Windows Builds: Added Windows executable builds to the automated GitHub release matrix.

v1.0.3

25 May 00:05
f618a5a

Choose a tag to compare

Changed

  • 🏷️ Binary Naming: Renamed the compiled executable binary from main to edirstat for clarity.