Skip to content

Releases: max-baz/yubikey-touch-detector

1.13.0

Choose a tag to compare

@max-baz max-baz released this 04 Jun 18:38
1.13.0
83d8df8

What's Changed

New Contributors

Full Changelog: 1.12.5...1.13.0

1.12.5

Choose a tag to compare

@max-baz max-baz released this 09 Jan 23:05
1.12.5
11f8c35

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

Choose a tag to compare

@max-baz max-baz released this 08 Jan 23:47
1.12.4
b70e029

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

Choose a tag to compare

@max-baz max-baz released this 08 Jan 17:45
1.12.3
c90818b

What's Changed

New Contributors

Full Changelog: 1.12.2...1.12.3

1.12.2

Choose a tag to compare

@max-baz max-baz released this 30 Nov 12:48
1.12.2
057c871
  • Fix initializing other detectors when smartcard has no GPG support (#60)

Full Changelog: 1.12.1...1.12.2

1.12.1

Choose a tag to compare

@max-baz max-baz released this 23 Nov 09:14
1.12.1
862214f

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

Choose a tag to compare

@max-baz max-baz released this 21 Nov 19:19
1.12.0
34b5940

What's Changed

New Contributors

Full Changelog: 1.11.0...1.12.0

1.11.0

Choose a tag to compare

@max-baz max-baz released this 14 Jan 10:53
1.11.0
3b3aaaf

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

Choose a tag to compare

@max-baz max-baz released this 27 Feb 07:55
1.10.1
8964142
  • Disable GPG watchers if keyring is not found (#39)

1.10.0

Choose a tag to compare

@max-baz max-baz released this 26 May 22:56
1.10.0
a2161c4
  • 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