git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
63053f4
Branches
Tags
documentation-tree
master
0.1.0
0.1.1
0.1.2
0.1.3
0.2.0
0.3.0
0.3.1
0.3.2
0.3.3
derivepassphrase.git
docs
changelog.d
20241008_094814_the-13th-letter_vault_config_falsy.md
Add changelog entry for key/phrase and falsy behavior changes
Marco Ricci
commited
63053f4
at 2024-10-08 10:04:11
20241008_094814_the-13th-letter_vault_config_falsy.md
Blame
History
Raw
### Changed - In `derivepassphrase vault`, accept `key` and `phrase` entries just like vault(1) does: `key` always overrides `phrase` in the configuration, no matter the level. This is a command-line only change. - In `derivepassphrase vault`, accept falsy values everywhere `vault` does: depending on the setting, they are equivalent to zero, the empty string, or "not set". ([#17]) This is a command-line only change. The API provides a new function to normalize falsy settings, but still otherwise requires settings to be of the correct type. [#17]: https://github.com/the-13th-letter/derivepassphrase/issues/17