Add changelog entry for the introduction of the central configuration file
Marco Ricci

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

... ...
@@ -0,0 +1,19 @@
1
+### Added
2
+
3
+  - `derivepassphrase` now uses a central configuration file, and additional
4
+    data files, some of which are service-specific.  (The `vault.json`
5
+    configuration file is now rebranded as a data file.)  The configuration
6
+    files are user-editable, the data files are `derivepassphrase`-editable.
7
+
8
+    The configuration files are in TOML format, so installing
9
+    `derivepassphrase` on Python 3.10 and older requires the [`tomli`][]
10
+    package.
11
+
12
+[tomli]: https://pypi.org/project/tomli/
13
+
14
+### Changed
15
+
16
+  - Unicode normalization settings for `vault` service names and stored
17
+    passphrases are now stored in the central configuration file, instead of
18
+    the `vault` data file.
19
+
0 20