Skip to content

Releases: jeff-winn/homebridge-automower-platform

v1.0.0

20 Jun 20:45
15699a4
Compare
Choose a tag to compare

Initial Release

New Contributors

Full Changelog: v0.0.1...v1.0.0

v1.0.0-rc7

20 Jun 20:39
15699a4
Compare
Choose a tag to compare
v1.0.0-rc7 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.0.0-rc6...v1.0.0-rc7

v1.0.0-rc6

04 Jun 17:36
94cd1f1
Compare
Choose a tag to compare
v1.0.0-rc6 Pre-release
Pre-release

What's Changed

  • Fixing bug with homebridge restarting process by @jeff-winn in #67
  • Adding support for 429 and 503 response handling for clients. by @jeff-winn in #70
  • 69 debug should use the environment variable by @jeff-winn in #71

Full Changelog: v1.0.0-rc5...v1.0.0-rc6

v1.0.0-rc5

31 May 01:45
304a383
Compare
Choose a tag to compare
v1.0.0-rc5 Pre-release
Pre-release

What's Changed

  • Fixing an issue with the colorized logs within the Homebridge UI. by @jeff-winn in #59
  • Adding issue templates. by @jeff-winn in #60

Full Changelog: v1.0.0-rc4...v1.0.0-rc5

v1.0.0-rc4

30 May 16:26
2331ca7
Compare
Choose a tag to compare
v1.0.0-rc4 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc3...v1.0.0-rc4

v1.0.0-rc3

30 May 15:42
3a72f2d
Compare
Choose a tag to compare
v1.0.0-rc3 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc2...v1.0.0-rc3

v1.0.0-rc2

28 May 22:43
d49c4ea
Compare
Choose a tag to compare
v1.0.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-rc1...v1.0.0-rc2

v1.0.0-rc1

26 May 02:27
00019f7
Compare
Choose a tag to compare
v1.0.0-rc1 Pre-release
Pre-release

Capabilities:

  • Adds support for authentication to the Husqvarna Automower Connect APIs. (#1)
  • Adds support for automatic mower discovery on startup. (#3)
  • Adds support for battery levels shown for each registered mower. (#21)
  • Adds support for enabling and disabling the mower schedule using a switch. (#2)
  • Adds support for event streaming so changes made to the Automower mobile app are reflected near real time in the plug-in. (#30)

Other Changes

  • Added support for the Homebridge UI to edit the plug-in settings. (#13)
  • Added support for multiple platform instances for users which have multiple accounts. (#46)
  • Added support for SonarQube SAST scanning of the codebase for vulnerabilities and enforcement of unit tests during merges. (#9)

v0.0.1

03 Apr 02:11
45f1c21
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Capabilities

  • Initial creation of the plug-in.
  • Testing of the CI / CD pipeline to NPM for package installation.