Hasher Lite Changelog

What's new in 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 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 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 Hasher Lite 4.0.0.4 Beta (Jun 15, 2020)

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

New in Hasher Lite 3.4 (Oct 24, 2018)

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

New in Hasher Lite 3.3 (Apr 1, 2017)

  • Added Japanese language file.
  • 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.
  • Updated copyright information.
  • Updated Chinese Simplified language file. Thanks to WanderMax.

New in Hasher Lite 3.2.0.3 Beta (Aug 3, 2015)

  • Added Spanish (Mexico) translation file;
  • Minor code optimizations;

New in Hasher Lite 3.2.0.2 Beta (Jun 22, 2015)

  • Added "Stay on top" option;
  • Updated Russian (ru) translation file;

New in Hasher Lite 3.2.0.1 Beta (Jun 22, 2015)

  • 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 Hasher Lite 3.1.0.3 Beta (Jun 22, 2015)

  • Added Chinese Simplified (zh_CN) translation file;
  • Added Italian (it) translation file;
  • Added Romanian (ro) translation file;

New in Hasher Lite 3.1.0.2 Beta (Jun 22, 2015)

  • Changed full language title from "Title (Native)" to "Title - Native";
  • Added Portuguese (Brazil) translation file;

New in Hasher Lite 3.1.0.1 Beta (Nov 23, 2014)

  • Added multilingual support using PO files in Languages folder;
  • Added Russian language file;
  • Fixed encoding mix-up in registration data handling;
  • Added high resolution icon 256x256 and cleaned up 16x16;
  • Adjusted positioning of components to better fit localized text;

New in Hasher Lite 3.0.0.2 Beta (Mar 26, 2014)

  • Added option to remember location of the main window

New in Hasher Lite 3.0.0.1 (Mar 26, 2014)

  • Compact version numbering for major releases

New in Hasher Lite 3.0 (Mar 26, 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
  • 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 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;