v2.0
-
Implemented
for-each
subcommand, thus completing the original intended feature
set for this tool. -
Replaced
--all
command line option with--any-seen
, which has a slightly
different, simpler, semantics. -
Changed rounding semantics of all
--newer-than*
options to match that of
--older-than*
options.It makes more sense this way,
--older-than*
options match as little as possible
because they are usually used withdelete
, while--newer-than*
match as much
as possible because they are usually used withfetch
. -
Implemented
AUTH=CRAM-MD5
and command line options for authentication settings. -
Fixed a couple of bugs.
-
Improved documentation and package metadata.