Releases: maximbaz/yubikey-touch-detector
Releases · maximbaz/yubikey-touch-detector
1.5.1
- Try to automatically recover from previous app crashes
1.5.0
- 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
- Do not use
--no-tty
flag for gpg
to prevent creating .lk
files, fixes #8
1.4.0
- Implement configuring app and systemd service via environment vars (54f876a)
- Provide src tarball with vendored deps for offline builds (1bb99df)
v1.3.0
- 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
RELRO and reproducible builds
v1.1.0
Use the new official U2F detection mechanism
v1.0.4
Recreate file watchers when file is moved / deleted
v1.0.3
Fix panic on concurrent map writes
v1.0.2
Allow defining custom paths to u2f_keys
and pubring.kbx
via CLI arguments (fix #1)