Add changelog entries for subcommand/config subsystem migration
Marco Ricci

Marco Ricci commited on 2024-09-12 13:15:04
Zeige 3 geänderte Dateien mit 3 Einfügungen und 0 Löschungen.

... ...
@@ -0,0 +1 @@
1
+Using the implied subcommand or the implied global configuration file is deprecated, and will be removed in v1.0.
... ...
@@ -0,0 +1 @@
1
+Move all existing functionality into a subcommand, in anticipation of other passphrase derivation schemes, with different settings.  (Automatically forward calls without a subcommand to the "vault" subcommand.)  Also store the settings in a file specific to the respective subsystem, instead of globally.  (Automatically fall back to, and migrate, the old global settings file if no subsystem-specific configuration was found.)
... ...
@@ -0,0 +1 @@
1
+Make `derivepassphrase_export` a subcommand: `derivepassphrase export`.
0 2