Skip to content

Releases: douglaswth/presence

v1.0.0-a2

12 Sep 00:44
cb205c3
Compare
Choose a tag to compare
v1.0.0-a2 Pre-release
Pre-release

Changelog

  • cb205c3 Merge pull request #8 from douglaswth/dependabot/go_modules/goa.design/clue-0.11.0
  • aff5f7c Bump goa.design/clue from 0.10.2 to 0.11.0
  • 709db95 Merge pull request #7 from douglaswth/dependabot/go_modules/goa.design/clue-0.10.2
  • 54eee52 Bump goa.design/clue from 0.10.1 to 0.10.2
  • edec3d9 Merge pull request #6 from douglaswth/dependabot/go_modules/goa.design/clue-0.10.1
  • ac4c72f Bump goa.design/clue from 0.9.0 to 0.10.1
  • d2d7e3b Merge pull request #4 from douglaswth/dependabot/go_modules/goa.design/goa/v3-3.8.4
  • 44355fd Bump goa.design/goa/v3 from 3.8.3 to 3.8.4
  • 5c1bcb2 Merge pull request #3 from douglaswth/dependabot/go_modules/goa.design/goa/v3-3.8.3
  • d1b9599 Bump goa.design/goa/v3 from 3.7.5 to 3.8.3
  • 0a6ff79 Merge pull request #2 from douglaswth/dependabot/go_modules/goa.design/clue-0.9.0
  • 389274f Bump goa.design/clue from 0.7.0 to 0.9.0
  • a3708c3 Merge pull request #1 from douglaswth/dependabot/go_modules/github.com/stretchr/testify-1.8.0
  • 95746f6 Bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • ec64d0e Add Dependabot

v1.0.0-a1

22 Aug 04:48
1df1f9b
Compare
Choose a tag to compare
v1.0.0-a1 Pre-release
Pre-release

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