git.schokokeks.org
Repositories
Help
Report an Issue
derivepassphrase.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
4bfbfa3
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
0.4.0
derivepassphrase.git
docs
changelog.d
20241217_202551_the-13th-letter_main_config_toml.md
Add small fixes to changelog, docstrings and variable names
Marco Ricci
commited
4bfbfa3
at 2024-12-25 17:15:23
20241217_202551_the-13th-letter_main_config_toml.md
Blame
History
Raw
### Added - `derivepassphrase` now uses a central configuration file, and additional data files, some of which are service-specific. (The `vault.json` configuration file is now rebranded as a data file.) The configuration files are user-editable, the data files are `derivepassphrase`-editable. The configuration files are in TOML format, so installing `derivepassphrase` on Python 3.10 and older requires the [`tomli`][tomli] package. [tomli]: https://pypi.org/project/tomli/ ### Changed - Unicode normalization settings for `vault` service names and stored passphrases are now stored in the central configuration file, instead of the `vault` data file.