Releases: geluk/pass-winmenu
Releases · geluk/pass-winmenu
v0.3
In order to make use of these features, please rename your pass-winmenu.yml
file. This will cause the application to generate a new configuration file on startup, containing the new configuration options added in this release.
New features
- The password decryption hotkey is now configurable in
pass-winmenu.yml
. - Pass-winmenu now support entering both a username and a password.
- Added support for generating and encrypting new passwords.
Bugfixes
- Passwords containing dead key characters (such as
^
,~
, and"
) will no longer be entered incorrectly when dead keys are enabled. Note that this requires changing a config option to work.
v0.2.2
v0.2.1
v0.2
New features
- Added a feature allowing you to update (read:
git pull
) the password repository. Right click the icon in the notification area and click "Update Password Store". - The config file now supports percentage values for the menu position and dimensions.
- Added an option to open the menu on the active monitor (enabled by default). Set
follow-cursor
tofalse
in the configuration file to disable this. - Added an option to allow pass-winmenu to type decrypted passwords into the currently-active window (disabled by default). Set
output.type-password
totrue
to enable.
Bugfixes
- Fixed the shortcut generated by clicking "Start with windows" not working.