Skip to content

Releases: AlexGustafsson/homebridge-wol

v6.0.1

24 Jan 21:12
Compare
Choose a tag to compare

Fixes

  • Updated dependencies
  • Fix shutdown grace time logging (thanks @joriskleiber!)

v5.0.2

02 Jul 08:23
Compare
Choose a tag to compare

Fixes

  • Updated dependencies

v5.0.1

03 Apr 10:18
Compare
Choose a tag to compare

Fixes

v5.0.0

05 Feb 07:47
Compare
Choose a tag to compare

Features

  • Rewritten from the ground up in TypeScript for increased type safety and maintainability
  • Aligned the project structure to the official plugin template to help onboard developers accustomed to the standard
  • Streamlined, unified and simplified logs
  • Configuration is rewritten with improved checking
  • Clarify user-facing logs regarding start, wake and shutdown commands. Refers to the wiki post available here: https://github.com/AlexGustafsson/homebridge-wol/wiki/Frequently-Asked-Questions

Fixes

  • Fixed issue with AJSF not supporting null as a default value, strengthening the compatibility with config-ui-x
  • Documentation improvements

Breaking changes

  • ip has been renamed to host to more clearly tell that it supports hostnames such as my-computer.localdomain
  • name is no longer mandatory and will default to My NetworkDevice
  • log, logPinger and debugLog are deprecated. Instead use logLevel which is one of the following values. Defaults to Info
    • Debug
    • Info
    • Notice
    • Warning
    • Error
    • Critical
    • Alert
    • Emergency
    • None

Discussion

#192

v5.0.0-beta.3

01 Feb 17:08
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

Features

Fixes

Breaking changes

v5.0.0-beta.2

17 Jan 17:01
Compare
Choose a tag to compare
v5.0.0-beta.2 Pre-release
Pre-release

Features

Fixes

  • Dependency and TypeScript updates
  • Typing fixes (thanks @conao3!)
  • Removed erroneous logging
  • Documentation improvements

Breaking changes

v5.0.0-beta.1

13 Oct 19:09
Compare
Choose a tag to compare
v5.0.0-beta.1 Pre-release
Pre-release

Features

  • Rewritten from the ground up in TypeScript for increased type safety and maintainability
  • Aligned the project structure to the official plugin template to help onboard developers accustomed to the standard
  • Streamlined, unified and simplified logs
  • Configuration is rewritten with improved checking

Fixes

  • Fixed issue with AJSF not supporting null as a default value, strengthening the compatibility with config-ui-x

Breaking changes

  • ip has been renamed to host to more clearly tell that it supports hostnames such as my-computer.localdomain
  • name is no longer mandatory and will default to My NetworkDevice
  • log, logPinger and debugLog are deprecated. Instead use logLevel which is one of the following values. Defaults to Info
    • Debug
    • Info
    • Notice
    • Warning
    • Error
    • Critical
    • Alert
    • Emergency
    • None

v4.3.0

02 Aug 17:36
Compare
Choose a tag to compare
  • Implement timeouts for all commands (startCommandTimeout=1.5 etc.)
  • Add debug logging to all errors thrown by commands

v4.2.2

21 Jul 17:04
Compare
Choose a tag to compare
  • Updated dependencies
  • Fixed bug where pingCommand would not emit the update state event (see #108)
  • Dockerized integration tests
  • Updated development instructions

v4.2.1

12 Jul 13:26
Compare
Choose a tag to compare
Release v4.2.1