Skip to content

Releases: maximbaz/yubikey-touch-detector

1.12.2

30 Nov 12:48
1.12.2
057c871
Compare
Choose a tag to compare
  • Fix initializing other detectors when smartcard has no GPG support (#60)

Full Changelog: 1.12.1...1.12.2

1.12.1

23 Nov 09:14
1.12.1
862214f
Compare
Choose a tag to compare

Fix go install way by updating deps and removing the obsolete replace directive in go.mod, thanks to @mochaaP

Full Changelog: 1.12.0...1.12.1

1.12.0

21 Nov 19:19
1.12.0
34b5940
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.11.0...1.12.0

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)