Releases: gdanko/enpass
Releases · gdanko/enpass
v0.5.4
v0.5.3
Changes
- Added a
--label
flag for filtering. This is because if you have more than one sensitive (password) fields in a record, the output will display the record twice, one for each password field. To only show the primary password field, which is most desirable, you would doenpass list --label password
. I may eventually make this default.
Bug Fixes
- List output format was not showing the decrypted password field
To Do
- JSON and YAML output formats escape string fields with escapable characters. If you try to copy the password from JSON or YAML output and it has an escapable character in it.. well you know. If I can't find a way to fix this, we may not allow JSON or YAML to "show".
v0.5.2
v0.5.1
v0.5.0
v0.4.10
v0.4.9
Features
- Add color support for list output
Changes
- Changed
--nonInteractive
to--non-interactive
To Do
- Change the JSON output to use the same color scheme used by list and YAML
- Possibly try to make a global color scheme and make all of the colorable output formats adhere to it ;)