Skip to content

Releases: lorenzo-milicia/lmchecksum

v2.1.1

14 Jan 19:08
Compare
Choose a tag to compare

Update CLI -v displayed version

v2.1.0

14 Jan 18:57
Compare
Choose a tag to compare

New features

With this version the subcommand hash was added. This is used to computed the hash of a file.

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

02 Nov 14:45
Compare
Choose a tag to compare

What's Changed

The 2.0.0 version moved the checksum validity to its own subcommand validate. The deprecated option --algorithm has been removed, getting replaced by the --hash-function one.

Full Changelog: v1.1.0...v2.0.0

v2.0.0-beta2

02 Nov 12:50
Compare
Choose a tag to compare
v2.0.0-beta2 Pre-release
Pre-release
Improve help message for "validate" command

v2.0.0-beta

02 Nov 12:45
de56427
Compare
Choose a tag to compare
v2.0.0-beta Pre-release
Pre-release
v2 (#7)

* Move checksum validation under "validate" subcommand

* Remove deprecated --algorithm option

* Update README.md

* Fix dependency

* Move flag to correct command

v1.1.0

01 Nov 10:46
Compare
Choose a tag to compare

What's Changed

  • Improvement: Use Cobra for argument parsing
  • enhancement: upgrade checksum lib to v2.0.0-beta

Full Changelog: v1.0.1...v1.1.0

v1.1.0-beta

01 Nov 10:24
Compare
Choose a tag to compare
v1.1.0-beta Pre-release
Pre-release

Pre release for v1.1.0

v1.0.1

24 Oct 20:13
e03de7a
Compare
Choose a tag to compare

What's Changed

  • enhancement: Changed the output messages to be clearer and not make use of emojis

Full Changelog: v1.0.0...v1.0.1

v1.0.0

21 Oct 15:07
Compare
Choose a tag to compare

First release