What's new in Portable RapidCRC Unicode 0.3.40

Mar 29, 2024
  • Changed crc implementation to slice-by-8 from https://github.com/stbrumme/crc32
  • Enabled SSE4.1 for Blake2sp on x64 builds

New in Portable RapidCRC Unicode 0.3.39 (Feb 1, 2024)

  • Selecting a hash action from the shell extension switched mode if first file was a hash file

New in Portable RapidCRC Unicode 0.3.38 (Oct 11, 2022)

  • B3sum compatibility
  • Added option to close after shell extension filename/stream actions
  • Added option to add other hash types to a ntfs stream
  • Reduced memory usage with many files

New in Portable RapidCRC Unicode 0.3.37 (Aug 21, 2021)

  • Added option for unbuffered reads
  • Default to utf8 for opening
  • Natural sorting for filenames

New in Portable RapidCRC Unicode 0.3.36 (Mar 30, 2021)

  • BLAKE3 in shell extension
  • New context menu entry to calculate hashes
  • Moved "Copy to Clipboard" to submenu

New in Portable RapidCRC Unicode 0.3.35 (Feb 26, 2021)

  • BLAKE3 support
  • New option to force-open as regular file (for hash files)
  • New menu entrties to select/deselect all
  • Del/Ctrl+A hotkeys in list
  • Timezone information in file comments

New in Portable RapidCRC Unicode 0.3.34 (Dec 24, 2020)

  • Hidden files can now be overwritten when saving hash files
  • Saving hash in NTFS stream will now keep the modified date
  • New option to always open a new program window from explorer

New in Portable RapidCRC Unicode 0.3.33 (Apr 25, 2020)

  • Copy to Clipboard was not working for Blake2sp

New in Portable RapidCRC Unicode 0.3.32 (Apr 18, 2020)

  • Fixed a problem with configuring the shell extension menu
  • Added a win2k compatible portable download - this will probably not happen every release

New in Portable RapidCRC Unicode 0.3.31 (Feb 3, 2020)

  • Updated sha3 algorithms
  • Compiled with Visual Studio 2017. This removes win2k compatibility, but improves sha3 performance by 300%. If anyone is still using the win2k version let me know and I'll put up another build.

New in Portable RapidCRC Unicode 0.3.29 (Nov 16, 2019)

  • Fixed memory leak in shell extension when used on win2k/winxp
  • Register blake2sp file extension
  • Fixed column width for blake2sp
  • Fixed click-mapping in the context menu config dialog

New in Portable RapidCRC Unicode 0.3.28 (Jul 3, 2019)

  • Added support for Blake2sp
  • Fixed an installer issue with the shell extension
  • Grouped some buttons

New in Portable RapidCRC Unicode 0.3.27 (Apr 20, 2018)

  • Total number of files to be calculated was always 0 in non queue mode

New in Portable RapidCRC Unicode 0.3.26 (Apr 10, 2018)

  • List was not cleared properly on recalc in non-queue-mode
  • New "one per job" mode

New in Portable RapidCRC Unicode 0.3.25 (Feb 3, 2018)

  • Files that did not verify were only listed after the first correctly verified file
  • Configurable read buffer size
  • Files in missing directories are displayed as "File not found" instead of "Error" in info column

New in Portable RapidCRC Unicode 0.3.24 (Oct 2, 2017)

  • Display full path for all files not under current base path
  • Automatically switch to "Check all hashes" mode when first opened / dropped file is a hash file

New in Portable RapidCRC Unicode 0.3.23 (Apr 9, 2017)

  • Fix usage of relative path names in hash files (#42)
  • Fix SHA3 calculation - previously RapidCRC was producing raw keccak hashes. This also includes a change of the file extension to sha3-224/256/512, which now matches the file extension of HashCheck with sha2/3

New in Portable RapidCRC Unicode 0.3.22 (Feb 9, 2017)

  • Progress in taskbar now correctly displays overall progress

New in Portable RapidCRC Unicode 0.3.20 (Sep 13, 2016)

  • Added support for CRC32C (file creation via right click on sfv for now)
  • Added file create option for absolute paths
  • Fixed reading hash files with absolute paths
  • Improved UNC path handling
  • Fixed static control content disappearing when moving window out of screen
  • Added option for upper/lowercase hex format

New in Portable RapidCRC Unicode 0.3.19 (Sep 13, 2016)

  • Added right-click drop menu that offers the same options as the shell extension or the open file dialog (can also be triggered by holding ctrl when dropping)
  • Added option to not overwrite existing hash files in the "create ... for all" modes

New in Portable RapidCRC Unicode 0.3.18 (Nov 19, 2015)

  • Fixed list context menu
  • Added SHA3 to shell extension
  • Added SHA3 extensions to installer

New in Portable RapidCRC Unicode 0.3.17 (Oct 29, 2015)

  • Added SHA3 support
  • Improved memory usage when not calculating all hash types
  • Fix double extension on automatic filename

New in Portable RapidCRC Unicode 0.3.16 (Jan 26, 2015)

  • Fixed problems with empty base path, for example when hashing from search results
  • Shellext: register for all users, now works with builtin admin
  • Fix hide verified in options dialog
  • Automatically add hash extension in file dialog

New in Portable RapidCRC Unicode 0.3.15 (Aug 25, 2014)

  • Fixed list icon not updating after putting CRC in filename
  • Show current directory while getting file info
  • Improve error handling for long file names
  • Add "One file with automatic name" option
  • Make "Hide Verified" a persistent option
  • Speed up restore verified, remove items when changing status

New in Portable RapidCRC Unicode 0.3.14 (Oct 12, 2013)

  • Fixed list not updating after putting CRC in filename
  • Updated Icon (thanks to bejita7)
  • Now also hides crc/md5/ed2k fields in main window if not selected for calculation
  • Fixed hash-in-filename detection with files containing multiple delimiters
  • Added GUI to select shell extension menu entries

New in Portable RapidCRC Unicode 0.3.13 (Aug 27, 2013)

  • Fixed column header popup menu issues
  • Will use correct initial path in save dialog for UNC paths
  • Supports reading BSD-style hash files, determined by filename or if forced through the open dialog dropdown
  • Allow all hash types to be put in filenames (right click the "Put CRC into filename" button)
  • Reads all hash types from filenames
  • Fixed possible issues with hash file creation across multiple jobs
  • Shell extension: adds possibility to hide context menu entries

New in Portable RapidCRC Unicode 0.3.12 (Feb 21, 2013)

  • Fixed CRC column-click sorting
  • Greatly reduced memory usage caused by extended path support
  • Added command to recursively open all hash files via the shell extension or the vista+ open file menu (dropdown on the open button)

New in Portable RapidCRC Unicode 0.3.11 (Jan 3, 2013)

  • Fixed column-click sorting
  • Fixed default directory in "one for all" mode (also works in drive roots)

New in Portable RapidCRC Unicode 0.3.10 (Dec 14, 2012)

  • fixed control overlap (play/pause, status field)
  • sha256/512 buttons are now correctly disabled during calculation