Releases: EruEri/ocithare
Releases · EruEri/ocithare
v0.18.1
v0.18.0
CHANGELOG
- [cithare-input: add option to read the master from stdin]:
- Add -0 option to read the master password from stdin
(allows piping the master password).
- Add -0 option to read the master password from stdin
- [cithare-generate-password: Add option to exclude all character from a string]
- Add -E option to exclude characters in string from generated password
(avoid repeating -e option).
- Add -E option to exclude characters in string from generated password
v0.17.0
CHANGELOG
- [password field: add comment field to a password entry]:
- Add a
commentfield to a password entry. (No Breaking change) - cithare-*: add options to handle comment.
- CEVEATS: comments can not be used to filter a match.
- Add a
- [regex handling]:
- pkg: new dependancy: Re
- use Re instead of builtin Str
- string without -r flag matches substring instead of exact
- string wit -r flag matches using posix regex.
- pkg: new dependancy: Re
v0.16.0
v0.15.1
v0.15.0
CHANGELOG
- [cithare-add]:
- Add yes/no flags to answer yes/no to cithare-add questions.
- Change the replace behaviour.
- -r -> -R (replace or add)
- -r (Replace only if an entry is matched)
- misc : change some prompts formating.
- [cithare-generate-password]:
- Exclude space by default.
- Add --space option to re-enable it.
v0.14.1
v0.14.0
Changelog
- [new subcommand: cithare-info]
- [cithare-export]: Fix write to xclip if the password contains an '
- [cithare-show]:
- Hide all fields by default
- Remove option (display-time)
- add options to display each field
- add a first line
- [cithare-generate-password]: Ensure if possible that at least one ocurrence of the selected charset exist.
v0.13.0
CHANGELOG
- [misc: cithare exit code] : Change cithare exit code
- [cithare-generate-password]: raise default password length: 8 -> 16
- [cithare-add] : remove restriction: at least username or mail must be set.
- cithare-export: field option
- cithare-update: new subcommand
- misc: install instructions
- env variable: Add
CITHARE_HOMEenv variable