New features
- A commmandline
pw.exe
application is now additionally supplied. Likepass-winmenu
, it expects apass-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 installingpass
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.