News
****

Release 1.0.0
=============

   • "Size" is stored in the state, for faster OOD detection.  Previous
     "goredo" state files won’t work.
   • Setting of "REDO_INODE_NO_TRUST" environment variable brings no
     trust to file inode’s information (except for its size), forcing
     its checksum checking.
   • "redo-whichdo" resembles "apenwarr/redo"’s one behaviour more.

Release 0.12.3
==============

   • Use an updated "lukechampine.com/blake3" with possibly working
     arm64 macOS fix.

Release 0.12.2
==============

   • Try to fix failing "lukechampine.com/blake3" on arm64 macOS.
   • Fixed tests permissions in the tarball.

Release 0.12.1
==============

   • Tarball uses "vendor" directory without "GOPATH" overriding.
     "goredo" and its dependencies anyway uses Go 1.12+ versions, that
     have "vendor"-ing support.

Release 0.12.0
==============

   • Do not forget to save even output-less target as a dependency.
   • "-debug" option renamed to shorter "-d".

Release 0.11.0
==============

   • Previously "REDO_JOBS" overrided even explicitly specified "-j"
     option.  Fix that behaviour – command line options must precede
     environment variables.
   • BLAKE3 (https://github.com/BLAKE3-team/BLAKE3) replaces BLAKE2b
     hashing algorithm for even better performance.

Release 0.10.0
==============

   • Initial tarballed release.
