Skip to content

Releases: ayushnix/pass-coffin

v1.2.1

27 Jun 14:14
v1.2.1
Compare
Choose a tag to compare

Fixed

  • fixed #9 , if PASSWORD_STORE_SIGNING_KEY is not set, pass-coffin will not output warning messages about being unable to chmod signature file that doesn't exist

v1.2.0

27 Feb 12:37
v1.2.0
Compare
Choose a tag to compare

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 using pass 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 that pass 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

08 Oct 20:00
v1.1
Compare
Choose a tag to compare

fix timer accuracy and stop timer on pass close

6c445d8 - stop any active timers when executing pass close
0f18d94 - add warning about conflict with pass-tomb
fa73674 - fixed systemd transient timer accuracy

v1.0.1

04 Oct 16:25
v1.0.1
Compare
Choose a tag to compare

fix the link in the help menu

v1.0

04 Oct 15:19
v1.0
Compare
Choose a tag to compare

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.