Changelog

0.3.2 - 2024-04-17

Changed

  • Change to remove unnecessary files from the book (#382)

0.3.1 - 2024-04-16

Added

  • Add man page for the format specification (#369)

Changed

  • Update examples in man pages

0.3.0 - 2024-02-18

Changed

  • Bump MSRV to 1.74.0 (#272)

  • Rename Argon2 parameters (#275)

  • Rename --memory-size to --memory-cost (#275)

  • Rename --iterations to --time-cost (#275)

0.2.12 - 2024-01-21

Changed

  • Add description about behavior of -h, --help and --version in man pages (#234)

0.2.11 - 2024-01-18

Changed

  • Remove last blank line of --version (#225)

0.2.10 - 2024-01-07

Changed

  • Reduce the target architecture and the archive format for pre-built binaries (#189)

0.2.9 - 2023-12-22

Changed

  • Update screenshot (#178)

0.2.8 - 2023-12-20

Added

  • Add screenshot (#174)

0.2.7 - 2023-12-07

Changed

  • Update documentation (#160)

0.2.6 - 2023-12-03

Changed

  • Change settings for the release profile (#157)

0.2.5 - 2023-11-29

Changed

  • Bump MSRV to 1.70.0 (#139)

0.2.4 - 2023-11-04

Changed

  • Update dependencies

0.2.3 - 2023-09-30

Changed

  • Change the structure of the Argon2 parameters (#70)

0.2.2 - 2023-09-11

Added

  • Add the homepage field to Cargo.toml (#50)

  • Add the book (#56)

Changed

  • Update man pages (#53)

0.2.1 - 2023-09-05

Changed

  • Change MSRV to 1.65.0 (#39)

  • Change the maximum value of --memory-size to 4 TiB (#44)

0.2.0 - 2023-09-03

Changed

  • Change the value of -m for encrypt command can be specified with units of bytes (#11)

  • Validate the values of -t and -p for encrypt command (#12)

0.1.0 - 2023-08-25

Added

  • Initial release