-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathCHANGELOG
34 lines (27 loc) · 1.24 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
v1.23 (2024-12-10)
* Add '-rename' option that inserts a hash into filenames.
* Filenames in 'duplicates' option are now contained in '[]', to allow extracting them with 'cut'.
v1.22 (2024-07-18)
* if '-cache' option is used with '-xattr', then do not update files where xattr hash matches the file (feature request from https://github.com/eatnumber1).
v1.21 (2024-06-20)
* fix -hmac option that's been broken by changes in libUseful
* add '-list-hashes' option to list available has types
* add -sha384 option
* openssl-provided hashes now supported
v1.20 (2024-06-18)
* Bring "make check" (check.sh) up to date with latest functioning of hashrat
* Compile if openssl not available (update to latest libUseful)
* Honor stdin-supplied hash type when using 'match' (-m) functionality
* Add -enable-harden, --enable-zlib and other options to ./configure
v1.19 (2024-01-15)
* Don't push comment to clipboard, just code/hash.
v1.18 (2024-01-15)
* Fix base32 issue
v1.17 (2024-01-15)
* Fix build with compilers where library order matters
* Update manpage
v1.16 (2024-01-14)
* Added base32 hash encoding
* TOTP authentication support
* Clipboard support using xsel, xclip or pbcopy
* QRCode support using qrencode and an image viewer