Releases: maximbaz/yubikey-touch-detector
1.12.5
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
1.12.3
What's Changed
- Pull version from single SoT (
main.go
) by @mmonaco in #61 - Include a man page by @WhyNotHugo in #64
New Contributors
- @mmonaco made their first contribution in #61
- @WhyNotHugo made their first contribution in #64
Full Changelog: 1.12.2...1.12.3
1.12.2
1.12.1
1.12.0
What's Changed
- Utilize gpgconf to locate SSH socket by @sebastianrasor in #56
- Add instructions for installing gpgme by @chalko in #57
- git: ignore nix env folders by @Pablito2020 in #59
- Support new
keyboxd
gpg pubring format by @Pablito2020 in #58
New Contributors
- @sebastianrasor made their first contribution in #56
- @chalko made their first contribution in #57
- @Pablito2020 made their first contribution in #59
Full Changelog: 1.11.0...1.12.0
1.11.0
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
- @daisukixci made their first contribution in #41
- @NeiRo21 made their first contribution in #46
- @mochaaP made their first contribution in #51
Full Changelog: 1.10.1...1.11.0