Skip to content

Releases: zwave-js/zwave-js-ui

Release 9.26.0

30 Oct 15:14
Compare
Choose a tag to compare

9.26.0 (2024-10-30)

Features

Release 9.25.0

25 Oct 08:18
Compare
Choose a tag to compare

9.25.0 (2024-10-25)

Features

Release 9.24.0

17 Oct 13:28
Compare
Choose a tag to compare

9.24.0 (2024-10-17)

Bug Fixes

  • re-use file transport instance when setup loggers (#3928) (ded941b)
  • remove OTA firmware update lock, allow parallel fw updates (f929686), closes #3936
  • ui: scanning of small QR codes (#3946) (6420ee4)
  • ui: typo on NLWR, it's "next to last working route" (#3951) (b4baf4a)

Features

  • add option to allow disabling controller watchdog (5b7cf9e), closes #3936
  • allow to set deletePriorityReturnRoutes option when rebuilding return routes (99f7b9a), closes #3936
  • bump zwave-js@13.9.1 (#3955) (2e0b76e)
  • listen for node info received event (#3954) (8f873a2)

Release 9.23.0

14 Oct 15:59
Compare
Choose a tag to compare

9.23.0 (2024-10-14)

Features

Release 9.22.0

11 Oct 09:56
Compare
Choose a tag to compare

9.22.0 (2024-10-11)

Bug Fixes

  • add controller status changes to controller events (#3932) (3f95e30)
  • translate removal reason enum value to its name (18bddac), closes #3927

Features

Release 9.21.1

02 Oct 06:50
Compare
Choose a tag to compare

9.21.1 (2024-10-02)

Bug Fixes

  • discovery: correctly handle up/down commands for covers (#3916) (1582b2a)
  • ui: hide dsk codes when streamer mode is enabled (c0785b7), closes #3921

Release 9.21.0

27 Sep 13:28
Compare
Choose a tag to compare

9.21.0 (2024-09-27)

Bug Fixes

Features

Release 9.20.0

23 Sep 07:55
Compare
Choose a tag to compare

9.20.0 (2024-09-23)

Bug Fixes

  • discovery: define units for scene and configuration values (#3905) (27c5e80)
  • discovery: improve covers discovery (#3900) (2557cbc)
  • ui: debug log text-area not fully visible (5eda3b7)
  • ui: increese debug logs window height (4c76e61), closes #3908

Features

  • make default credentials for auth customizable (#3902) (572035a)

Release 9.19.0

17 Sep 09:58
Compare
Choose a tag to compare

9.19.0 (2024-09-17)

Bug Fixes

  • unknown inclusion state (f9418aa), closes #3891
  • remove obsolete @zwave-js/winston-daily-rotate-file in favor of original package (#3897) (7414c06)
  • ui: correct legend wrt nlwr (#3889) (e10bc79)
  • ui: improve network graph popup visibility (#3896) (ca84d51)
  • ui: improve node route rebuilding description (8d1957b), closes #3898
  • ui: routed ack frames row style (#3893) (6e93060)

Features

  • add INGRESS_TOKEN env variable to set the ingress session cookie (#3892) (66c930c)
  • always show driver/app logs on debug UI even when log settings are disabled (#3884) (40a557e)
  • bump zwave-js@13.3.0 (#3885) (c4a9bfd)
  • bump zwave-js@13.3.1 (#3899) (1362782)
  • discovery: add supported_color_modes to lights (#3895) (b3df21c)

Release 9.18.1

06 Sep 11:58
Compare
Choose a tag to compare

9.18.1 (2024-09-06)

Bug Fixes

  • discovery: use valueId endpoint device class for multilevel switch CC discovery (#3877) (a467854)