Changes in version 1.4.0 o Windows: use gpgme from Rtools on R >= 4.2.0 Changes in version 1.3.0 (2024-09-20) o Remove version tests per CRAN request o Update maintainer email Changes in version 1.2.9 (2023-05-18) o Fix some tests o MacOS: upgrade to gpgme 1.20, universal gpg1 binaries Changes in version 1.2.8 (2022-10-13) o Fix strict-prototypes warnings Changes in version 1.2.7 (2022-05-29) o Make package pass checks offline Changes in version 1.2.6 (2021-12-13) o New function gpg_send() to submit a key to a keyserver Changes in version 1.2.5 (2021-12-06) o Use 'default' capabilities (sign/encrypt/cert/auth) in gpg_keygen() Changes in version 1.2.4 (2021-11-17) o Update vignette example with new GPG key of Johannes Ranke Changes in version 1.2.3 (2021-07-26) o Windows: add gpgme 1.16.0 ucrt libs Changes in version 1.2.2 (2019-12-02) o Fix build with -fno-common (gcc 10) Changes in version 1.2.1 (2019-09-15) o Workaround for Debian num-numeric version Changes in version 1.2 (2019-05-01) o Fixed broken vignette example due to broken URL Changes in version 1.1 (2019-01-07) o Restore password entry, use askpass() package o Fix vignette: Glenn Greenwald's example key has expired o Fix #3 for realz Changes in version 1.0 (2019-01-04) o MacOS: update to gpgme 1.12.0 with gnupg 1.4.23 o Windows: update to gpgme 1.11.1 with gnupg 1.4.23 o Add as_text parameter to decrypt to support raw output o Do not ask for user confirmation in gpg_delete(), fixes #3 o Remove the password entry callback (doesn't work in gpg anymore) Changes in version 0.5 (2017-03-21) o Extract autobrew script to separate repository Changes in version 0.4 (2016-10-30) o Always try to use native pinentry first before fallbacks o Add gpg_list_signatures() function o Refactor gpg_list_keys() Changes in version 0.3 (2016-10-21) o Add support for non-detached (clear/normal mode) signature o Rename some parameters for consistency o Support 'search' parameter in gpg_import (tnx Marius Pascariu) o Expose 'pinentry' function o Better out-of-the-box support for entering passphrases o Search for keys on multiple keyservers o Mention 'haveged' to solve freezing keygen problem Changes in version 0.2 (2016-10-15) o Initial CRAN release