Portable Hasher Lite Changelog

What's new in Portable Hasher Lite 4.1.0.2 Beta

Jun 12, 2022
  • Formalised hashing unit tests.
  • Removed developer messages from translation files.
  • Updated Corsican language file. Thanks to Patriccollu di Santa Maria è Sichè.
  • Updated Turkish language file.
  • Updated Russian language file.

New in Portable Hasher Lite 4.1.0.1 Beta (Nov 29, 2020)

  • Upgraded the build environment to Lazarus 2.0.4 + FPC 3.0.4.
  • Internal improvements to address minor inefficiencies.

New in Portable Hasher Lite 4.0.0.5 Beta (Aug 16, 2020)

  • Guess the fallback language code by removing sub-codes, e.g. "en_US" to "en".
  • Handle "--lang=xx" command line language specification, in addition to "--lang xx".
  • Case insensitive handling of "--lang=xx" and "--lang xx" command line parameters.
  • Removed unused text from translation files.

New in Portable Hasher Lite 4.0.0.4 Beta (Jun 15, 2020)

  • Minor internal optimizations.
  • Updated Japanese language file. Thanks to Tilt.

New in Portable Hasher Lite 4.0.0.3 Beta (Apr 4, 2020)

  • Load product registration code using a file drag and drop.
  • Do not offer to create desktop shortcut in the installer.
  • Updated Turkish language file.

New in Portable Hasher Lite 4.0.0.2 Beta (Jan 28, 2020)

  • Changed Z-order of hash text fields to avoid visual overflow by the checkbox labels.
  • Added German language file. Thanks to Marcus Barkhahn.
  • Added Turkish language file. Thanks to Çagatay KAYA.
  • Added Corsican language file and flag. Thanks to Patriccollu di Santa Maria è Sichè.
  • Updated Italian language file. Thanks to Vittorio Ierardi.
  • Updated Dutch (Belgium) language file. Thanks to DoggyDaddy.

New in Portable Hasher Lite 3.4 (Oct 24, 2018)

  • Fixed: Incorrectly initialized main form width constraint. Issue introduced in v3.3.0.3 Beta.

New in Portable Hasher Lite 3.3 (Apr 1, 2017)

  • Updated copyright information.
  • Updated Chinese Simplified language file. Thanks to WanderMax.
  • Added French language file. Thanks to Ozzii.
  • Updated Portuguese (Brazil) language file. Thanks to Igor Rückert.
  • Resolve environment variables in custom storage path in Storage.ini.
  • Added Japanese language file.
  • Added Spanish (Mexico) translation file.
  • Minor code optimizations.
  • Added "Stay on top" option.
  • Updated Russian (ru) translation file.
  • Store all user data in user profile directory for Installer version.
  • Set application BidiMode (right-to-left) according to the selected language, instead of by system locale.
  • Added BiDiCode setting in INI file for overiding application BidiMode, possible values: AUTO, LTR, RTL.
  • Improvements to the registration procedure.
  • General code refactoring.

New in Portable Hasher Lite 3.0.0.0 (Mar 29, 2014)

  • Full set of supported hash algorithms: CRC32, MD2, MD4, MD5, SHA1, SHA256, SHA512, RipeMD128, RipeMD160, ED2K
  • Ability to generate multiple hash types at a time
  • Log viewer for viewing the list of processed files in a table
  • Export all processed files from the log as a verification file (SFV, MD5SUM, SHA1SUM)
  • Hold SHIFT to compare to next or CTRL to compare two files
  • New interface, layout and program icon
  • Unicode file paths are supported

New in Portable Hasher Lite 1.20 (Feb 15, 2011)

  • Incorporated new hashing libraries (Delphi Fundamentals v3.28);
  • Eliminated problem with SHA1 implementation, affected files larger than 1GB;
  • Hasher can process multiple files, one-by-one, queuing them;
  • Added option to write results of hashing and comparing to a log file;
  • Added option to recalculate file hash if user changes the hash type;
  • String hash is recalculated if user changes the hashing algorithm;
  • Input field for calculating string hash is expended to accept multiple lines;
  • General cleanup of the source code and minor optimizations;
  • Added option to show hash/checksum in upper case;
  • Added links to view and clear the results file;
  • Added option to compare every 2 files;
  • Removed SUM64 algorithm;
  • Updated program icon.