scryptenc-cli 0.7.3

An utility for encrypt and decrypt files
// SPDX-FileCopyrightText: 2022 Shun Sakai
//
// SPDX-License-Identifier: GPL-3.0-or-later

= Changelog
:toc: preamble
:project-url: https://github.com/sorairolake/rscrypt
:compare-url: {project-url}/compare
:issue-url: {project-url}/issues
:pull-request-url: {project-url}/pull

All notable changes to this project will be documented in this file.

The format is based on https://keepachangelog.com/[Keep a Changelog], and this
project adheres to https://semver.org/[Semantic Versioning].

== {compare-url}/v0.7.2\...v0.7.3[0.7.3] - 2023-12-05

=== Changed

* Change `--help` and `--version` to print additional information
  ({pull-request-url}/346[#346])
* Change precision of resource limits when printing
  ({pull-request-url}/348[#348])

== {compare-url}/v0.7.1\...v0.7.2[0.7.2] - 2023-12-03

=== Changed

* Change settings for the release profile ({pull-request-url}/344[#344])

== {compare-url}/v0.7.0\...v0.7.1[0.7.1] - 2023-11-29

=== Changed

* Update dependencies

== {compare-url}/v0.6.3\...v0.7.0[0.7.0] - 2023-11-04

=== Added

* Add Code of Conduct ({pull-request-url}/303[#303])

=== Changed

* Reduce the output format of the encryption parameters to JSON only
  ({pull-request-url}/315[#315])

== {compare-url}/v0.6.2\...v0.6.3[0.6.3] - 2023-10-03

=== Removed

* Remove version from the book ({pull-request-url}/287[#287])

== {compare-url}/v0.6.1\...v0.6.2[0.6.2] - 2023-09-30

=== Added

* Add the usage to the book ({pull-request-url}/265[#265])

== {compare-url}/v0.6.0\...v0.6.1[0.6.1] - 2023-09-12

=== Changed

* Rewrite the book with Antora ({pull-request-url}/262[#262])

== {compare-url}/v0.5.10\...v0.6.0[0.6.0] - 2023-09-07

=== Changed

* Bump MSRV to 1.70.0 ({pull-request-url}/248[#248])

== {compare-url}/v0.5.9\...v0.5.10[0.5.10] - 2023-09-03

=== Changed

* Update dependencies

== {compare-url}/v0.5.8\...v0.5.9[0.5.9] - 2023-08-18

=== Changed

* Change `SPDX-FileCopyrightText` of each file to include only the year of
  initial publication ({pull-request-url}/218[#218])
* Remove unnecessary newline after period ({pull-request-url}/219[#219])

== {compare-url}/v0.5.7\...v0.5.8[0.5.8] - 2023-08-11

=== Changed

* Make the display of information about the encryption parameters similar to
  the reference implementation ({pull-request-url}/213[#213])

== {compare-url}/v0.5.6\...v0.5.7[0.5.7] - 2023-08-09

=== Changed

* Rename value of `--max-memory` option ({pull-request-url}/199[#199])
* Use LZMA instead of LZMA2 in 7z format for pre-built binary
  ({pull-request-url}/200[#200])

== {compare-url}/v0.5.5\...v0.5.6[0.5.6] - 2023-08-03

=== Changed

* Change the comment header to the format recommended by the REUSE
  Specification ({pull-request-url}/180[#180])
* Make this project REUSE compliant ({pull-request-url}/181[#181])

== {compare-url}/v0.5.4\...v0.5.5[0.5.5] - 2023-07-21

=== Added

* Add `homepage` field to `Cargo.toml`

== {compare-url}/v0.5.3\...v0.5.4[0.5.4] - 2023-07-18

=== Changed

* Change license for `demo.gif`

=== Fixed

* Fix broken include directives ({pull-request-url}/174[#174])

== {compare-url}/v0.5.2\...v0.5.3[0.5.3] - 2023-07-17

=== Added

* Add feature to generate Nushell completions ({pull-request-url}/161[#161])
* Add man page for `help` subcommand

== {compare-url}/v0.5.1\...v0.5.2[0.5.2] - 2023-07-12

=== Changed

* Change license of documents to CC BY 4.0 ({pull-request-url}/158[#158])

== {compare-url}/v0.5.0\...v0.5.1[0.5.1] - 2023-06-12

=== Changed

* Update dependencies

== {compare-url}/v0.4.2\...v0.5.0[0.5.0] - 2023-05-16

=== Changed

* Update dependencies
* Bump MSRV to 1.65.0

== {compare-url}/v0.4.1\...v0.4.2[0.4.2] - 2023-04-02

=== Fixed

* Fix the exit code when EOF signature is mismatched

== {compare-url}/v0.4.0\...v0.4.1[0.4.1] - 2023-01-30

=== Fixed

* Fix missing the `lang` attribute in the book

== {compare-url}/v0.3.0\...v0.4.0[0.4.0] - 2023-01-28

=== Changed

* Bump sysexits to v0.4
* Bump MSRV to 1.64.0

== {compare-url}/v0.2.0\...v0.3.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

== {compare-url}/v0.1.1\...v0.2.0[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

== {compare-url}/v0.1.0\...v0.1.1[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

== {project-url}/releases/tag/v0.1.0[0.1.0] - 2022-11-18

=== Added

* Initial release