3.0.0 (2023-11-05)
- requires Node >= 18
2.0.1 (2023-07-18)
- 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)
-
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)
- 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)
- Revert "chore!: remove --no-limit option" (f1fdadb)
- remove --no-limit option
- Requires Node >= 16
1.4.2 (2021-07-06)
- correct hue-dmx to dmx-hue (373e81c)
- Fix artnet universe 0 not being accepted during setup (PR #21)
- Add lights update order randomization (PR #17)
- Allow to force bridge IP even if no bridges are detected
- Fixed stuck colorloop effect
- Added lights mapping order customization
- Added colors to command-line output
- Added Art-Net universe option
- Fixed some bugs during setup
- Fixed docs
- Fixed DMX adresses starting at 0 instead of 1
- Added option to disable safety rate limiting
- Fixed rate limiting issue
- Initial version