Skip to content

v1.14

Latest
Compare
Choose a tag to compare
@geluk geluk released this 14 Jan 19:38
0961060

New features

  • A commmandline pw.exe application is now additionally supplied. Like pass-winmenu, it expects a pass-winmenu.yaml configuration file telling it where to find passwords and how to decrypt them. It is mainly intended for scripting, as a simple alternative to installing pass on Windows.

Changes

  • Pass-winmenu has now been updated to .NET 6 (#82).
  • When editing a password, the save button will be disabled if no changes have been made to the file (#121).
  • The edit window for passwords now has a Replace button allowing you to easily replace the password in a file with a newly generated one (#122).
  • Delay checking for presence of a valid password store directory. This was previously done on startup, but is now done just before the first invocation (#126).

Bugfixes

  • Fixed .gpg extension mistakenly being included in the $filename variable (#120)
  • Consistently use \n as line terminator in edited password files (#123)

Thanks to everyone who submitted issues, and especially @scerzh for submitting several PR's for this release.