Skip to content

Changelog

New features, improvements, and bug fixes

v3.1.0

Latest Minor Bug Fixes

Aura 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.

v3.0.1

Bug Fixes

Aura File Transfer 3.0.1 released

  • ETA displaying 'Calculating..' for small file transfers (FIXED)
  • Several bugs were fixed where sometimes the context menu doesn't work. (FIXED)
  • Application crashed when creating a new 'Folder Transfer Task' (FIXED)

v3.0.0

Major

Aura File Transfer 3.0.0 released

  • Parallel files upload upto 10
  • Now users can manually select the buffer size
  • File verification checks (now supports Xxhash3, which is ultra-fast and also Sha-256 for more secure verification)
  • If a duplicate file is found, a dialog will automatically appear with information like: Filename, Size, File Hash, and Modified Date to let you decide if it needs to be replaced or not.
  • 'Apply to All' option to overwrite, skip, or rename duplicate file(s) for a specific transfer job.
  • All new modern User Interface with Windows 11 style theme.
  • Now, you can right-click inside a folder to paste any file or folder and select 'Paste with Aura'
  • You can also simply right-click on a directory and select 'Paste with Aura' (no need to open the directory and right-click inside it)
  • Now, you can also just paste any file by pressing the hotkey (Control + V), and instead of Windows default transfer progress, it will automatically redirect the transfer job to Aura File Transfer Manager.
  • .NET 9 supports.
  • Now, you can simply enable or disable the right-click context menu and also the hotkey detection (Control + V), so you can decide whether you want the Windows file transfer dialog or Aura file transfer dialog.
  • Now, when one file fails, other files continue processing (unless you choose to stop the job on the first error).
  • Now, it supports partial file detection. If a file transfer got interrupted, next time if you try to transfer the same file, it will start from where it left off instead of transferring the whole file again, which saves a lot of time in a bigger file transfer.

v2.0.0

Minor Bug Fixes

Aura File Transfer 2.0.0 updated

  • Now you can also use shortcut key to paste file in any directory.
  • Minor bug fixes

v1.0.0

First Release

Launch first version

  • First release of product.

View the full technical changelog and source code on GitHub.

View on GitHub