Releases: max-baz/yubikey-touch-detector
Release list
1.13.0
What's Changed
- add dbus notifier - support notifications via dbus SessionBus by @hyperparabolic in #69
New Contributors
- @hyperparabolic made their first contribution in #69
Full Changelog: 1.12.5...1.13.0
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
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
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
keyboxdgpg 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
1.10.1
1.10.0
- 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
- To use this, drop a desired icon named
- Add
stdoutnotifier for simpler CLI integrations (#32)- Also adds option to disable creating a unix socket