Marco Ricci commited on 2024-10-08 10:04:11
Zeige 1 geänderte Dateien mit 16 Einfügungen und 0 Löschungen.
Document the changes in 7d2f2b1bda31ead428d3c009772aaf3d2261d60c and 798ddc103c6c03835394733aeca128b970aacd06 in the changelog.
... | ... |
@@ -0,0 +1,16 @@ |
1 |
+### Changed |
|
2 |
+ |
|
3 |
+ - In `derivepassphrase vault`, accept `key` and `phrase` entries just like |
|
4 |
+ vault(1) does: `key` always overrides `phrase` in the configuration, no |
|
5 |
+ matter the level. |
|
6 |
+ |
|
7 |
+ This is a command-line only change. |
|
8 |
+ - In `derivepassphrase vault`, accept falsy values everywhere `vault` does: |
|
9 |
+ depending on the setting, they are equivalent to zero, the empty string, or |
|
10 |
+ "not set". ([#17]) |
|
11 |
+ |
|
12 |
+ This is a command-line only change. The API provides a new function to |
|
13 |
+ normalize falsy settings, but still otherwise requires settings to be of |
|
14 |
+ the correct type. |
|
15 |
+ |
|
16 |
+[#17]: https://github.com/the-13th-letter/derivepassphrase/issues/17 |
|
0 | 17 |