Skip to content

Releases: maximbaz/yubikey-touch-detector

1.12.5

09 Jan 23:05
1.12.5
11f8c35
Compare
Choose a tag to compare

No functional changes since 1.12.3.

Note to distro packagers:

*-src.tar.gz is renamed to *-vendored.tar.gz for better clarity - you can use this to build app in an offline environment!

I'm continuing my experiments with optimizing build & release flow, and making Git substitute app version directly from the Git tags. 😄

App version is hardcoded in either Github's autogenerated .tar.gz or the -vendored.tar.gz that I attach, both are PGP-signed and you don't need to do anything else to pass the version.

From now on, I no longer have Makefile that has an opinion on how you are supposed to package Go apps. Please follow your community guidelines for how to best package Go apps, including which CGO_* environment variables to define or ldflags to pass, and in which locations to install what files.

1.12.4

08 Jan 23:47
1.12.4
b70e029
Compare
Choose a tag to compare

No functional change from 1.12.3.

Note to distro packagers:

I'm experimenting with this idea to inject version, which totally changed the way -src.tar.gz is generated.

If you experience any issue, please package 1.12.3 and let me know why of any issues that this has caused you 🙂

1.12.3

08 Jan 17:45
1.12.3
c90818b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.12.2...1.12.3

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