Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
normalgamer authored Jun 12, 2020
1 parent 21af7c3 commit 1c0aef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
An executable jar that generates a file's MD5, SHA-1 and CRC32 checksums. It takes 30 seconds on a 1.35Gb file.

## Changelog
* V1.3: CRC32 only shows relevant 8 bytes, it used to output 8 zero-bytes at the beginning of the hash

* V1.2: Reduced computing time on a 1.35Gb file from 2:06 to 0:30 by calculating all three hashes at the same time instead of opening the file and calculating the hashes one-by-one

* V1.1b: Changed the number version of the jar
Expand Down

0 comments on commit 1c0aef1

Please sign in to comment.