Skip to content

Releases: trparky/Hasher

Version 8.0 Build 1

24 May 21:02
Compare
Choose a tag to compare

This is a massive update to Hasher, probably the biggest one to date. The biggest one of them all is the conversion to Data Grids to hold checksum data as versus List Views which were never meant to hold the amount of data that this program sometimes is tasked with.

And so, that's why this new version bypasses every number in the 7.x branch and goes straight to version 8.0.

Version 7.6 Build 4

05 Apr 23:05
Compare
Choose a tag to compare
  • Minor tweak to the code of the TimespanToHMS() function.
  • Added a sanity check to the MyRoundingFunction() function.
  • Improved the MyRoundingFunction function by using the Math.Round() function at its heart.
  • Added a checksum viewer window.
  • Fixed a possible issue with updating in which the update is unpacked in the wrong location.
  • Added a way to hide and unhide the "Check for Updates" button even when "Automatically Check for Updates" is enabled.

Reverted all code changes that were made in earlier builds of the version 7.6 line. It completely broke stuff.

Version 7.5 Build 11

31 Dec 02:25
Compare
Choose a tag to compare

Updated the program to use .NET Framework version 4.8.1.

Version 7.5 Build 9

23 Nov 21:04
Compare
Choose a tag to compare

Minor fixes along with changing the code used to generate and parse JSON data to use Newtonsoft JSON instead of Microsoft's own built-in JSON code.

Version 7.5 Build 6

21 Oct 04:39
Compare
Choose a tag to compare

Changes to the code used to update the program.

Version 7.5 Build 4

25 Aug 15:41
Compare
Choose a tag to compare

Minor update.

Version 7.5 Build 2

20 Aug 16:59
Compare
Choose a tag to compare

Massive change to how the program determines if there's a new version. We now have an internal version number that's used to determine if there's a new version or not.

Version 7.5 Build 1

02 Aug 00:53
1e43ae8
Compare
Choose a tag to compare

Fixed a major bug in the check for updates code.

Version 7.4 Build 3

02 Aug 00:29
6c6d32e
Compare
Choose a tag to compare

Improved error display when right-clicking on a file in the file list on the "Verify Saved Hashes" tab.
Removed a line of debug code.

Version 7.4 Build 1

01 Aug 21:02
c5d62d9
Compare
Choose a tag to compare

Removed an unneeded function from the FastDirectoryEnumerator module, fixed file counting on the "Hash Individual Files" tab when recursively adding files from a folder, and fixed a long standing bug that could cause a NullReferenceException crash.