Skip to content

v1.0.0-a1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 04:48
· 125 commits to main since this release
1df1f9b

Changelog

  • 1df1f9b Fix Go Release action and use xz for archives
  • 636e816 Add Go Releaser
  • 0b0f265 Use merged version of kong
  • 13b54e1 Use alecthomas/kong#321 to make --version work without the config file existing
  • 1fb524e Check for the right arp command for the platform
  • 75b7fb8 Deduplicate common code parts of ARP from platform specific parts
  • 99dfa88 Pass interface argument to arp/ip command if there is only one interface
  • 7cd34ff Log version information on startup
  • c144651 Call IFTTT Maker Webhooks when presence or absence is detected
  • 781d7f7 Add magefile and more generated mocks
  • 3271c51 Progress on detection as a daemon
  • 1e5350b Do not accept a negative interval
  • 3c4242a Implement configuration and check subcommand
  • 40ab627 Move current top-level package back to neighbors and add some command logging
  • 7a147e1 Get started with command line interface
  • 070172f Merge neighbors package up to the main presence package
  • fb543af Add GitHub Actions tests
  • 90dc32e Keep track of individual hardware presence state as it changes
  • a2dcf6a Detect incompatible arping commands such as iputils-arping
  • e44ecbf Detect presence with arp and arping on Linux
  • c30f2ac Detect presence with arp and arping on FreeBSD
  • 3b5e304 Initial commit