Skip to content

Releases: maximbaz/yubikey-touch-detector

1.5.1

31 Mar 15:31
d840f71
Compare
Choose a tag to compare
  • Try to automatically recover from previous app crashes

1.5.0

08 Mar 21:45
16608f7
Compare
Choose a tag to compare
  • Reimplement U2F detector to support more use-cases
    • This removes dependency on pam-u2f (the tool is watching now on the device directly) and thus makes it possible to detect more U2F use-cases, e.g. WebAuthN in browsers.
    • Options --u2f-authpending-path and YUBIKEY_TOUCH_DETECTOR_U2F_AUTHPENDING_PATH are removed and have no effect now.

1.4.1

29 Jan 23:53
ce2c696
Compare
Choose a tag to compare
  • Do not use --no-tty flag for gpg to prevent creating .lk files, fixes #8

1.4.0

17 Nov 23:05
f8dd51e
Compare
Choose a tag to compare
  • Implement configuring app and systemd service via environment vars (54f876a)
  • Provide src tarball with vendored deps for offline builds (1bb99df)

v1.3.0

25 Jul 08:35
25eabf6
Compare
Choose a tag to compare
  • Desktop notifications using --libnotify (#4)
  • Reduce false positives in gpg detector by increasing a timeout (ffd3631)
  • New --version flag
  • Switch to Go modules

v1.2.0

13 Feb 02:05
9c160b4
Compare
Choose a tag to compare

RELRO and reproducible builds

v1.1.0

15 May 17:49
ad6b08c
Compare
Choose a tag to compare

Use the new official U2F detection mechanism

v1.0.4

03 Apr 22:54
b35724c
Compare
Choose a tag to compare

Recreate file watchers when file is moved / deleted

v1.0.3

27 Dec 00:42
b4030b0
Compare
Choose a tag to compare

Fix panic on concurrent map writes

v1.0.2

12 Dec 23:23
9f8a7d2
Compare
Choose a tag to compare

Allow defining custom paths to u2f_keys and pubring.kbx via CLI arguments (fix #1)