Skip to content

v1.12.1

Compare
Choose a tag to compare
@geluk geluk released this 11 Oct 19:40
9c8bd22

Changes

  • Improved the relative path generation algorithm (used to generate relative paths for commit messages) (#97)
  • Percentage dimensions (as used under the style configuration key) are now consistently parsed using a dot as the decimal separator. Previously, the culture-specific separator was used instead.
  • The 'agent responsive' check has been removed. This automated check has been present in pass-winmenu for a long time, and stems from a time when GPG on windows would occasionally lock up, leading to all password operations to hang indefinitely. The automated check would detect this situation and restart GPG when it occurs. As a result of a recent bug in the code (#99), and based on my belief that this bug in GPG has long since been fixed, I have decided to remove it. If you do run into lockups as I have described here, please let me know by opening an issue.
  • Improved error message clarity when the user.name and/or user.email git configuration variables are not set (#100).

Bugfixes

  • Fixed an issue that could cause the application to crash when manually checking for updates (#96, thanks @wfdewith!)
  • Fixed an error when setting the configuration key git.ssh-path if the GIT_SSH environment variable is also set (#98)