From 2f38af4805becd8ab9f991a587c226a9bf0224ab Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Thu, 29 Feb 2024 17:35:10 +0100 Subject: [PATCH] Update NEWS. - This fixes the NEWS file, and adds missing information. --- NEWS | 41 ++++++++++++++++++++++------------------- 1 file changed, 22 insertions(+), 19 deletions(-) diff --git a/NEWS b/NEWS index f2502968..00195f0b 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,28 @@ #+TITLE: sequoia-sq NEWS – history of user-visible changes #+STARTUP: content hidestars +* Changes in 0.34.0 +** Notable changes + - `sq` now uses `sequoia-keystore` for secret key operations. + + When decrypting a message, `sq` will automatically ask the + keystore to decrypt the message. `sq sign --signer-key` can be + used to specify a signing key managed by the key store. + + - New top-level option: `sq --no-key-store`: A new switch to + disable the use of the key store. + + - New top-level option: `sq --key-store`: A new option to use an + alternate key store. + + - New subcommand `sq key list` to list keys managed by the key + store. + + - New subcommand `sq key import` to import a key into the key + store. + + - When showing a user ID for a certificate, choose the one that is + most authenticated. * Changes in 0.33.0 ** Notable changes - The command line interface has been restructured. Please consult @@ -26,25 +48,6 @@ and shell completions are generated during the build process. To write the assets to a predictable location, set the environment variable `ASSET_OUT_DIR` to a suitable location. - - - `sq` now uses `sequoia-keystore` for secret key operations. - - When decrypting a message, `sq` will automatically ask the - keystore to decrypt the message. `sq sign --signer-key` can be - used to specify a signing key managed by the key store. - - - New top-level option: `sq --no-key-store`: A new switch to - disable the use of the key store. - - - New top-level option: `sq --key-store`: A new option to use an - alternate key store. - - - New subcommand `sq key list` to list keys managed by the key - store. - - - New subcommand `sq key import` to import a key into the key - store. - * Changes in 0.32.0 ** New functionality - Support for password-encrypted keys has been improved. For