Releases: trparky/Hasher
Releases · trparky/Hasher
Version 8.0 Build 14
- Fixed a crash that could occur when removing file associations.
- Fixed a cross-thread violation.
- Added row size auto-resizing.
- Added an Auto Scroll option.
- Disabled "AllowUserToDeleteRows".
- Removed the "dontcount" cookie.
- Made all URLs used for checking for updates HTTPS URLs since we no longer have to deal with Windows XP that doesn't support modern SSL encryption methods.
Version 8.0 Build 13
- Migrated to PackageReference.
- Added synclocks where appropriate.
- Added support for PFSense checksum file formatting.
- Remove the left-hand blank space in all the datagrids used in the program.
Version 8.0 Build 12
Brought back the changes that were made in commit e7c9ed1 but with some changes that I hope fixes the parallel processing code.
Version 8.0 Build 11
Though the new code used to load files into the GUI was faster, it caused a massive regression which caused calculations of checksums to be incorrect. That's not acceptable so commit e7c9ed1 has been reverted.
Version 8.0 Build 10
Updated the HTTPHelper class to version 1.343 that includes a fix for a crash.
Version 8.0 Build 9
Improved performance.
Version 8.0 Build 8
- Added CrashReporter.NET.
- Added code to verify the location of the window before restoring it so that it won't get lost.
- Included some optimizations to the code to hopefully make things faster.
- Included better object cleanups in the GetHashOfString() function.
Version 8.0 Build 5
- Updated HTTPHelper Class version to v1.339.
- Fixed some object placements on the "Compare file against known hash" tab.
Version 8.0 Build 4
- Fixed some possible path issues in the check for updates code.
- Included better parsing of incoming command line arguments.
Version 8.0 Build 3
- Fixed drag and drop.
- Fixed sorting by file size.
- Removed the no longer needed "ListViewDoubleBuffered.vb" file.