Skip to content

0.4.0

Compare
Choose a tag to compare
@jkraemer jkraemer released this 19 May 03:00
· 25 commits to master since this release
v0.4.0
  • [MIGHT BREAK THINGS] changes to the way keys are looked up #55
    Previously, keys that were not explicitly mentioned but already present in
    the key chain for one of the recipient addresses would have been used
    silently. This is no longer the case, if the :keys option is given, all
    necessary keys have to be specified as either key data, key id, fingerprint
    or GPGME::Key object.
  • fix error when calling encrypt with actual key objects #60