Skip to content

Latest commit

 

History

History
98 lines (56 loc) · 3.75 KB

CHANGELOG.md

File metadata and controls

98 lines (56 loc) · 3.75 KB

3.0.0 (2023-11-05)

Bug Fixes

  • catch ligh state change errors (fix #44) (e8c21c8)

  • chore!: update packages (a7bc8fe)

BREAKING CHANGES

  • requires Node >= 18

2.0.1 (2023-07-18)

Bug Fixes

  • allow lightOrder property to be either ints or strings (#41) (ec951f3)
  • regression causing config params to be ignored (closes #41) (5bcf09c)

2.0.0 (2023-06-28)

Bug Fixes

  • add missing white control prompt during setup (a7910b0)

  • argument fallback (fixes || does not work if first value is 0 and second is 1. #26) (b309903)

  • crash when colorloop is enabled (8eece1e)

  • parameters restore during config (074c211)

  • chore!: remove --no-limit option (dc0a231)

  • refactor!: migrate to esm (b5815d6)

Features

  • add --white option for optional white balance control (03aba91)
  • add white balance support (#30) (fc71e98)
  • allow other ART-NET apps on same machine (#35) (d78dd48)
  • allow selection when multiple bridges are found (e07d569)
  • update hue api (734d700)

Reverts

  • Revert "chore!: remove --no-limit option" (f1fdadb)

BREAKING CHANGES

  • remove --no-limit option
  • Requires Node >= 16

1.4.2 (2021-07-06)

Bug Fixes

  • correct hue-dmx to dmx-hue (373e81c)

1.4.1

  • Fix artnet universe 0 not being accepted during setup (PR #21)

1.4.0

  • Add lights update order randomization (PR #17)

1.3.2

  • Allow to force bridge IP even if no bridges are detected

1.3.1

  • Fixed stuck colorloop effect

1.3.0

  • Added lights mapping order customization
  • Added colors to command-line output

1.2.0

  • Added Art-Net universe option
  • Fixed some bugs during setup

1.1.2

  • Fixed docs

1.1.1

  • Fixed DMX adresses starting at 0 instead of 1

1.1.0

  • Added option to disable safety rate limiting

1.0.1

  • Fixed rate limiting issue

1.0.0

  • Initial version