Releases: maximbaz/yubikey-touch-detector
Releases · maximbaz/yubikey-touch-detector
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)
v1.0.1
Be more tolerant to undefined environment variables.