v3.1.0
Latest Minor Bug FixesAura File Transfer 3.1.0 released
- Added BLAKE3 verification mode, delivering cryptographic security with speeds comparable to xxHash3. Users can now choose between Quick (xxHash3), Full (SHA-256), and BLAKE3 verification methods in Settings.
- Added a new Per-File Progress Panel that displays live progress bars for all active file transfers simultaneously. The panel automatically resizes and removes completed transfers to keep the interface clean.
- Introduced three transfer modes: Normal (standard buffered copy), Turbo (optimized large-buffer transfers for SSDs), and Extreme (Direct I/O for maximum NVMe performance), each with detailed tooltips explaining their advantages and trade-offs.
- Added cancellation rollback functionality that completely removes all files and folders created during a cancelled transfer, restoring the destination to its original state.
- Improved overall transfer speed and ETA calculations to reflect the entire job instead of only the current file, resulting in more accurate and stable estimates.
- Enhanced speed calculation smoothing to prevent large fluctuations during cache flushes, providing more consistent and realistic transfer speed reporting.
- Implemented thread-safe speed tracking, eliminating a rare race condition that could cause files to be skipped during Normal mode transfers.
- Added duplicate file detection, allowing users to identify duplicate files even when they have different filenames.
- Fixed an issue where transfer speed and ETA could remain stuck on 'Calculating...' or temporarily drop to zero between files.
- Fixed an intermittent issue that could cause Normal mode transfers to miss files.
- Improved cancellation cleanup to reliably remove partially written files and empty directories.
- Fixed an issue where the main window could unexpectedly appear from the system tray when a new transfer started.