4bfbfa3c9eb2e4a82707289da46fa3665aa24283
Marco Ricci Add changelog entry for the...

Marco Ricci authored 3 weeks ago

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
Marco Ricci Add small fixes to changelo...

Marco Ricci authored 2 weeks ago

9)     `derivepassphrase` on Python 3.10 and older requires the
10)     [`tomli`][tomli] package.