Skip to content

Commit

Permalink
chore: release v2.3.0
Browse files Browse the repository at this point in the history
* Add soft reset (restart) function for the controller
* New and updated configuration files, see [here](https://github.com/zwave-js/node-zwave-js/releases/tag/v8.6.0)
  • Loading branch information
AlCalzone committed Oct 25, 2021
1 parent 4bd321f commit fb6d748
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 286 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
# Older changes
## 2.2.0 (2021-09-27)
* The devices list now includes an activity indicator and statistics for each device
* Improvements to `Scene Actuator Configuration CC` and `Scene Controller Configuration CC`
* Some fixes for `Security S2` in combination with `Supervision CC`
* Workaround for a bug in Z-Wave sticks with firmware 7.15 and higher that led to missing capabilities
* Fix: The tab starts on "Devices" again instead of "Groups"
* Fix: don't offer values from secure nodes under broadcast
* Fix: display generic device class when specific device class is `"Unused"`
* Fix: roles of existing states are now preserved
* Many changed and new device configuration files, see [here](https://github.com/zwave-js/node-zwave-js/releases/tag/v8.4.0) and [here](https://github.com/zwave-js/node-zwave-js/releases/tag/v8.4.1)

## 2.1.0 (2021-09-23)
* Support broadcast commands
* Support multicast commands and managing multicast groups
Expand Down
15 changes: 2 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Easy usage in ioBroker was kept in mind during the whole development. For exampl
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
### __WORK IN PROGRESS__
### 2.3.0 (2021-10-25)
* Add soft reset (restart) function for the controller
* New and updated configuration files, see [here](https://github.com/zwave-js/node-zwave-js/releases/tag/v8.6.0)

Expand All @@ -63,17 +63,6 @@ Easy usage in ioBroker was kept in mind during the whole development. For exampl
* Small fixes to inclusion with security
* New and updated configuration files, see [here](https://github.com/zwave-js/node-zwave-js/releases/tag/v8.5.0)

### 2.2.0 (2021-09-27)
* The devices list now includes an activity indicator and statistics for each device
* Improvements to `Scene Actuator Configuration CC` and `Scene Controller Configuration CC`
* Some fixes for `Security S2` in combination with `Supervision CC`
* Workaround for a bug in Z-Wave sticks with firmware 7.15 and higher that led to missing capabilities
* Fix: The tab starts on "Devices" again instead of "Groups"
* Fix: don't offer values from secure nodes under broadcast
* Fix: display generic device class when specific device class is `"Unused"`
* Fix: roles of existing states are now preserved
* Many changed and new device configuration files, see [here](https://github.com/zwave-js/node-zwave-js/releases/tag/v8.4.0) and [here](https://github.com/zwave-js/node-zwave-js/releases/tag/v8.4.1)

## License

MIT License
Expand All @@ -96,4 +85,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
Loading

0 comments on commit fb6d748

Please sign in to comment.