You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pass-winmenu can now manage configuration keys in your gpg-agent.conf file, allowing you to easily change the password caching TTL. To enable this feature, set gpg.gpg-agent.config-allow-config-management to true.
The application will now attempt to detect if the GPG agent has become unresponsive, restarting it if necessary.
Added the ability to configure hotkeys for the password menu. By default, Tab and Shift-Tab hotkeys are available, which can be used to select the next and previous entries, respectively.
Added the ability to set GIT_SSH, allowing you to use a custom SSH program instead of the default.
Changes
The format of pass-winmenu.yml has changed significantly. As pass-winmenu has grown, some reorganisation became necessary. On startup, if an old configuration file format is detected, it will be backed up, a new one will be generated, and you will be prompted to migrate your settings.
Bugfixes
Fixed an issue causing pass-winmenu to commit ignored files to the repository.