Skip to content

Releases: zwave-js/zwave-js-ui

Release 3.2.0

07 Apr 09:53
Compare
Choose a tag to compare

3.2.0 (2021-04-07)

Opt-In versus Opt-Out. There has been some recent disagreement about whether the collection of anonymous data intriduced in 3.1.0 release regarding the number and type of devices in use by users should be opt-in or opt-out. This functionality has now been changed to be purely opt-in. We apologize for any inconvenience.
Specifically, if enabled the following data will be collected:

  • A hash of your network's home ID salted with a 32 byte randomly generated number. This is used to distinguish the individual records to ensure that duplicate entries aren't made. The hash cannot be reversed to reconstruct the home ID without knowing the salt which is not collected.
  • The application that uses zwave-js and its version.
  • The version of zwave-js.
  • The manufacturer ID, product type, product ID and firmware version that are reported by each device - in other words which devices you have.

We do not collect your IP address, nor is the IP address or any other identifying information stored and tied to a record.

For more information, please see zwave-js usage statistics docs

Bug Fixes

Features

Release 3.1.0

06 Apr 08:25
Compare
Choose a tag to compare

3.1.0 (2021-04-06)

Bug Fixes

  • ui: check if node is routing (#999) (4cd4b7f)
  • statistics and new node interview events (#997) (707230e)
  • ui: prevent sending removeFailed to sleeping nodes in broadcast (#988) (7750cca), closes #983

Features

Release 3.0.3

01 Apr 07:28
Compare
Choose a tag to compare

3.0.3 (2021-04-01)

Bug Fixes

Release 3.0.2

26 Mar 07:51
Compare
Choose a tag to compare

3.0.2 (2021-03-26)

Bug Fixes

  • revert PR #920 "use prefixed node.id in mqtt discovery topic" (#951) (2595701)
  • undefined propertyName in notifications (#950) (da63912), closes #948

Release 3.0.1

25 Mar 12:50
Compare
Choose a tag to compare

3.0.1 (2021-03-25)

Bug Fixes

Release 3.0.0

24 Mar 17:08
Compare
Choose a tag to compare

3.0.0 (2021-03-24)

Features

BREAKING CHANGES

  • Most changes are already documented here:
  • Corrected parsing of Node Information Frames (NIF), reworked node properties
  • No automatic query of all node values when restarting from cache, interview completed event is no longer emitted on startup
  • Reworked "notification" event, node notifications are mapped to mqtt using a different topic/payload. See here

Release 2.4.1

22 Mar 16:21
Compare
Choose a tag to compare

2.4.1 (2021-03-22)

Bug Fixes

  • ui: correctly show Include Node Info (#923) (035bd0d), closes #917
  • ui: make version copyable from info box (#927) (4d79d44)
  • ui: units in selects and selects always sending 0 (#925) (6162933)
  • use prefixed node.id in mqtt discovery topic (#920) (2c8bccb)

Release 2.4.0

18 Mar 08:41
Compare
Choose a tag to compare

2.4.0 (2021-03-18)

Bug Fixes

Features

Release 2.3.0

15 Mar 10:54
Compare
Choose a tag to compare

2.3.0 (2021-03-15)

Bug Fixes

Features

Release 2.2.0

09 Mar 14:42
Compare
Choose a tag to compare

2.2.0 (2021-03-09)

Bug Fixes

  • ui: redirects to main when auth is disabled (#854) (8f4f181)
  • ui: show custom values and better read-only style (#853) (bcd4554), closes #844
  • ui: user friendlier list values management (#843) (fb202db)

Features