Skip to content

v1.7

Compare
Choose a tag to compare
@geluk geluk released this 07 Apr 12:53

New features

  • 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.