Releases: ayushnix/pass-coffin
Releases · ayushnix/pass-coffin
v1.2.1
v1.2.0
Added
- if
PASSWORD_STORE_SIGNING_KEY
is set,pass close
will use that to sign the coffin and verify the signature just after creating and when unlocking the coffin usingpass open
- use yellow color for warning messages and red for error messages, this behavior can be turned off using
NO_COLOR
environment and setting it any value (1
,true
,yes
)
Changed
pass close
will automatically clear the password from the gpg-agent cache to ensure thatpass open
asks for a password rather than just opening the coffin without any confirmation
Fixed
- fixed #3, due to which password store data sometimes leaked when an incorrect password was given after which a correct password was given
- fixed #4, if
pass open
is run while the coffin is already open, a scary message about the coffin not being found is no longer printed and instead,pass-coffin
points out the number of password files it detects and points out that perhaps the password store is already decrypted and open
v1.1
v1.0.1
v1.0
The v1.0 release of pass-coffin
pass-coffin is a pass extension that hides password store data inside a GPG encrypted file. It is inspired from pass-tomb and pass-grave.