Skip to content

v2.0

Compare
Choose a tag to compare
@oxij oxij released this 16 Nov 16:51
· 55 commits to master since this release
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 with delete, while --newer-than* match as much
    as possible because they are usually used with fetch.

  • Implemented AUTH=CRAM-MD5 and command line options for authentication settings.

  • Fixed a couple of bugs.

  • Improved documentation and package metadata.