Document the change in JSON formatting
Marco Ricci

Marco Ricci commited on 2025-02-07 18:00:55
Zeige 1 geänderte Dateien mit 14 Einfügungen und 0 Löschungen.


Although, having since also written up the motivation for this change in
the issue tracker, I'm somewhat less convinced of how sensible this
change is (in parts) in the long run.
... ...
@@ -0,0 +1,14 @@
1
+### Fixed
2
+
3
+  - When exporting a vault configuration, `derivepassphrase vault` now
4
+    exports a pretty-printed configuration, to ease debugging and
5
+    introspection. ([#20])
6
+
7
+### Changed
8
+
9
+  - `derivepassphrase vault` stores its `vault.json` data file in
10
+    pretty-printed form.  This is a stopgap measure to ease debugging and
11
+    introspection until better built-in query functionality for the effective
12
+    configuration is available, because users should not be rewarded. ([#20])
13
+
14
+[#20]: https://github.com/the-13th-letter/derivepassphrase/issues/20
0 15