Skip to content

Commit

Permalink
add getting checksum feature and bump 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
itn3000 committed Sep 1, 2022
1 parent a2d15e0 commit 2289ed7
Show file tree
Hide file tree
Showing 5 changed files with 257 additions and 6 deletions.
95 changes: 95 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ chrono = "0.4"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
pelite = "0.9.0"
md-5 = "0.10"
sha1 = "0.10"
sha2 = "0.10"
digest = "0.10"
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.0

* add `--checksum` and `--checksum-alg` option
* add "checksum" field

# 0.3.1

* update dependencies for security reason
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ you can get help with `lsx --help`.
|link_target|target path if the path is symbolic link, or null|
|file_version|Windows file FileVersion by adding `--get-version` option if available|
|product_version|Windows file ProductVersion by adding `--get-version` option if available|
|checksum|file checksum as upper hex string if `--checksum` option is added, or null|

## examples

Expand Down
Loading

0 comments on commit 2289ed7

Please sign in to comment.