Releases: Own-Data-Privateer/hoardy
Release list
v0.2.0
[v0.2.0] - 2025-03-31
Changed
-
find-duplicates,deduplicate:-
Changed the meaning of
--shard NUM/SHARDto mean--shard NUM/NUM/SHARDinstead of the previous--shard NUM/SHARD/SHARD.I.e.
--shard NUM/SHARDsyntax now means "process the shard numberNUM", not "process all shards starting fromNUM".The previous interpretation was too surprising.
-
Improved performance, especially when feeding
INPUTs with--stdin0.
-
-
*:-
Improved symlink resolution in
INPUTs.From now on,
hoardywill only follow symlinks indirnameparts of in givenINPUTs, which allows all subcommands to properly work with paths that point to symlink inodes.The exception to this are
find-duplicates --stdin0anddeduplicate --stdin0which skip all path resolutions on all paths given via the stdin, because, otherwise, program performance in most common use cases becomes absolutely awful. -
Improved error handling.
-
Improved log messages.
-
-
Improved documentation.
Fixed
-
index:-
Fixed
--no-addand--no-updatestatting too much.E.g.,
hoardy index --no-updateshould notstatany known files at all now.This is how it was supposed to work, but I broke it while refactoring in 0caacc0.
-