Skip to content

Releases: maximbaz/yubikey-touch-detector

1.11.0

14 Jan 10:53
1.11.0
3b3aaaf
Compare
Choose a tag to compare

What's Changed

  • Add Go install procedure for Go>1.17 by @daisukixci in #41
  • Add default icon to libnotify notifications by @NeiRo21 in #46
  • Use gpgme for gpg detector, misc style fixes by @mochaaP in #51

New Contributors

Full Changelog: 1.10.1...1.11.0

1.10.1

27 Feb 07:55
1.10.1
8964142
Compare
Choose a tag to compare
  • Disable GPG watchers if keyring is not found (#39)

1.10.0

26 May 22:56
1.10.0
a2161c4
Compare
Choose a tag to compare
  • Add ability for users to set notification icon
    • To use this, drop a desired icon named yubikey-touch-detector.<ext> into one of the standard icon directories
  • Add stdout notifier for simpler CLI integrations (#32)
    • Also adds option to disable creating a unix socket

1.9.3

01 Oct 16:02
1.9.3
1fde43e
Compare
Choose a tag to compare
  • Update deps and GOFLAGS to match Arch packaging guidelines

1.9.2

01 Oct 15:52
1.9.2
71104b4
Compare
Choose a tag to compare
  • Use native D-Bus and libnotify implementation (#28)
  • Pull in socket unit from systemd service (#27)

1.9.1

23 May 13:46
fa4a26c
Compare
Choose a tag to compare
  • Hopefully get rid of .lk# files for good

1.9.0

20 Aug 15:35
9b17105
Compare
Choose a tag to compare
  • Use only $GNUPGHOME to define custom path to gpg keyring
    • --gpg-pubring-path and $YUBIKEY_TOUCH_DETECTOR_GPG_PUBRING_PATH are removed as obsolete
  • Implement systemd socket activation (allows starting the service on demand)

1.8.1

30 Jul 17:52
f7f4ab9
Compare
Choose a tag to compare
  • Do not send wrong GPG signals when YubiKey is not plugged in (#15)

1.8.0

29 Jul 14:27
97dc109
Compare
Choose a tag to compare
  • Desktop notifications via --libnotify do not depend on notify-send anymore, but use native bindings (#13)
  • Desktop notifications are closed automatically when YubiKey is no longer waiting for a touch (#13)
  • Fix premature sending of GPG_0 when multiple gpg sign operations took place

1.7.1

20 May 11:25
6e989d4
Compare
Choose a tag to compare
  • Revert commit that cleans up gpg temp files (#8), because this sometimes interferes with gpg functionality