This repository has been archived by the owner on Sep 17, 2020. It is now read-only.
Releases: Shiroechi/CSharp-Checksum
Releases · Shiroechi/CSharp-Checksum
Version 4.0.0
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)
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)
Major update -compare hash value -edit limit size of that can be hashed -change design pattern
Version 1.0.0 (2018-12-07)
Update README.md