Releases: dd86k/ddgst
Releases · dd86k/ddgst
DDH 1.0.0
ddh 0.4.2
ddh 0.4.1
Maintenance release
Changelog
- Enhancement: On a directory, or file error, the entry is logged to stderr
- Enhancement: File checker now skips comments with '
#
' - Fix: Mis-trimming filename when a sub directory was used
- A few tiny internal tweaks
ddh 0.4.0
ddh 0.3.0
Changelog
- Added a manual page:
ddh.1
- Added support for
sha224
andsha384
- Add a variety of options:
-c
,--check
: Check hashes against file-t
,--text
,-b
,--binary
: Set read mode for file input mode-a
,--arg
: Hash the following argument text--shallow
,-s
,--depth
,--breath
: Set deepness level for globbing--follow
,--nofollow
: Set symbolic strategy for globbing
- Added
list
page to leave the help page less cluttered - GC now avoids a cleanup on exit, this may help when invoking the utility many times
- It is still disabled on startup and only re-enabled when invoking
--mmfile
- It is still disabled on startup and only re-enabled when invoking
- The directory checking line was improved
- A new error shows if globbing got no patterns
ddh 0.2.0
- Short and long options are processed differently, short options can be mangled
- Add support for globbing with
dirEntries
- Add support for
--
Full changelog
- Tweak release-extreme to remove full lto for now 1360cb0
- Add release-extreme buildType, tweak README f43fb4c
- Small tweaks 51377b8
- Add more features in README 4d7cb1f
- Update README 46704b2
- Tweak help 6975b8c
- Documentation 387b78c
- cli: fix -- with globbing eea39f7
- cli: Implement short/long opts 01bfe6f
- Add globbing and "debug-gc" buildType 088bfe3
- Tweak README c7072dc
- Update help page and README aa45595
ddh 0.1.0
Post-init release with some fixes and additions.
This release should be good for general use.
Changelog
- Add stdin support
- Add support to compute multiple files
- Globbing to be added later
- Fix mmfile computation with tiny files
- Fix file computation with LDC2