Changelog

0.7.7 - 2024-01-07

Changed

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

0.7.6 - 2023-12-22

Changed

  • Update screenshot (#370)

0.7.5 - 2023-12-20

Changed

  • Replace demo video with screenshot (#365)

0.7.4 - 2023-12-07

Changed

  • Update documentation (#350)

0.7.3 - 2023-12-05

Changed

  • Change --help and --version to print additional information (#346)

  • Change precision of resource limits when printing (#348)

0.7.2 - 2023-12-03

Changed

  • Change settings for the release profile (#344)

0.7.1 - 2023-11-29

Changed

  • Update dependencies

0.7.0 - 2023-11-04

Added

  • Add Code of Conduct (#303)

Changed

  • Reduce the output format of the encryption parameters to JSON only (#315)

0.6.3 - 2023-10-03

Removed

  • Remove version from the book (#287)

0.6.2 - 2023-09-30

Added

  • Add the usage to the book (#265)

0.6.1 - 2023-09-12

Changed

  • Rewrite the book with Antora (#262)

0.6.0 - 2023-09-07

Changed

  • Bump MSRV to 1.70.0 (#248)

0.5.10 - 2023-09-03

Changed

  • Update dependencies

0.5.9 - 2023-08-18

Changed

  • Change SPDX-FileCopyrightText of each file to include only the year of initial publication (#218)

  • Remove unnecessary newline after period (#219)

0.5.8 - 2023-08-11

Changed

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

0.5.7 - 2023-08-09

Changed

  • Rename value of --max-memory option (#199)

  • Use LZMA instead of LZMA2 in 7z format for pre-built binary (#200)

0.5.6 - 2023-08-03

Changed

  • Change the comment header to the format recommended by the REUSE Specification (#180)

  • Make this project REUSE compliant (#181)

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

  • Fix broken include directives (#174)

0.5.3 - 2023-07-17

Added

  • Add feature to generate Nushell completions (#161)

  • Add man page for help subcommand

0.5.2 - 2023-07-12

Changed

  • Change license of documents to CC BY 4.0 (#158)

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