Skip to content
This repository has been archived by the owner on Sep 17, 2020. It is now read-only.

Releases: Shiroechi/CSharp-Checksum

Version 4.0.0

19 Apr 13:07
0349d54
Compare
Choose a tag to compare

Minor change from previous version 3.0.0:

  • Change some ui
  • Can cancel the currently running hash process
  • There is a progress bar but only runs when the hash process is complete
  • Removes the waiting form when the hash process is running

Not much different from version 3.0.0 except UI and can stop the running hash process.

Version 3.0.0 (2019-2-21)

22 Feb 03:39
b786acc
Compare
Choose a tag to compare

Major update from Version 2.0.0 :

  • Using threading to hashing file
  • Reduce memory usage when hashing a file
  • Fix can't hashing in compare file
  • Optimize code and cleaning
  • Waiting screen when hashing a file

Previous version have a problem with unusual memory (RAM) usage, that used memory with the same size of file.
this was fixed in version 3. Because in version 2 the file full loaded to memory, in version 3 the file was loaded partially and it reduce the memory usage.

Version 2.0.0 (2019-01-08)

08 Jan 03:39
c7d6cde
Compare
Choose a tag to compare
Major update

-compare hash value
-edit limit size of that can be hashed
-change design pattern

Version 1.0.0 (2018-12-07)

07 Dec 08:22
98a3dd4
Compare
Choose a tag to compare
Update README.md