Changelog

0.7.12 - 2024-04-17

Changed

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

0.7.11 - 2024-04-16

Changed

  • Update examples in man pages

0.7.10 - 2024-02-18

Changed

  • Bump MSRV to 1.74.0 (#163)

0.7.9 - 2024-01-21

Changed

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

0.7.8 - 2024-01-18

Changed

  • Change the error message when decryption fails (sorairolake/rscrypt#408)

  • Merge into repository of scryptenc crate (#115)

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

0.7.7 - 2024-01-07

Changed

0.7.6 - 2023-12-22

Changed

0.7.5 - 2023-12-20

Changed

0.7.4 - 2023-12-07

Changed

0.7.3 - 2023-12-05

Changed

0.7.2 - 2023-12-03

Changed

0.7.1 - 2023-11-29

Changed

  • Update dependencies

0.7.0 - 2023-11-04

Added

Changed

0.6.3 - 2023-10-03

Removed

0.6.2 - 2023-09-30

Added

0.6.1 - 2023-09-12

Changed

0.6.0 - 2023-09-07

Changed

0.5.10 - 2023-09-03

Changed

  • Update dependencies

0.5.9 - 2023-08-18

Changed

0.5.8 - 2023-08-11

Changed

  • Make the display of information about the encryption parameters similar to the reference implementation (sorairolake/rscrypt#213)

0.5.7 - 2023-08-09

Changed

0.5.6 - 2023-08-03

Changed

0.5.5 - 2023-07-21

Added

  • Add homepage field to Cargo.toml

0.5.4 - 2023-07-18

Changed

  • Change license for demo.gif

Fixed

0.5.3 - 2023-07-17

Added

0.5.2 - 2023-07-12

Changed

0.5.1 - 2023-06-12

Changed

  • Update dependencies

0.5.0 - 2023-05-16

Changed

  • Update dependencies

  • Bump MSRV to 1.65.0

0.4.2 - 2023-04-02

Fixed

  • Fix the exit code when EOF signature is mismatched

0.4.1 - 2023-01-30

Fixed

  • Fix missing the lang attribute in the book

0.4.0 - 2023-01-28

Changed

  • Bump sysexits to v0.4

  • Bump MSRV to 1.64.0

0.3.0 - 2022-12-18

Added

  • Add MessagePack to output format

Changed

  • Change the minimum value of --max-memory to 1 MiB

  • Change value of --max-time to be human-friendly

Fixed

  • Fix create a package for Windows in CD

0.2.0 - 2022-12-10

Added

  • Add options related to resources

  • Add option to output the encryption parameters as data exchange formats

Changed

  • Change to allow empty password

Fixed

  • Fix to remove trailing newline from password

0.1.1 - 2022-11-24

Changed

  • Move common code into functions

Fixed

  • Change to not read both passphrase and input data from stdin at the same time

0.1.0 - 2022-11-18

Added

  • Initial release