Skip to content

Commit

Permalink
chore: release v3.0.2
Browse files Browse the repository at this point in the history
* Fixed some crashes and communication issues
  • Loading branch information
AlCalzone committed Aug 30, 2022
1 parent eb50674 commit 3750add
Show file tree
Hide file tree
Showing 7 changed files with 279 additions and 279 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Older changes
## 2.4.5 (2022-02-20)
* Update `zwave-js` to `8.11.6`
* After healing, battery-powered nodes are sent back to sleep again
* Added a workaround for thermostats that don't advertise all their supported thermostat modes. When such a thermostat enters such an "unsupported" mode, the mode is now dynamically added to the list of supported modes.
* New and updated configuration files, see [Z-Wave JS releases](https://github.com/zwave-js/node-zwave-js/releases) for details

## 2.4.3 (2022-01-18)
* Updated translations
* Updated `zwave-js` from `8.9.1` to `8.11.2`. Check out the [releases](https://github.com/zwave-js/node-zwave-js/releases) for a detailed overview over the new and changed configuration files.
Expand Down
8 changes: 1 addition & 7 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__
### 3.0.2 (2022-08-30)
* Fixed some crashes and communication issues

### 3.0.1 (2022-08-27)
Expand Down Expand Up @@ -81,12 +81,6 @@ Updated `zwave-js` to `9.0.1`. This includes many changes, including the followi
* Support for legacy devices which only support the obsolete `Multi Channel CC V1`
* New and updated configuration files, see [Z-Wave JS releases](https://github.com/zwave-js/node-zwave-js/releases) for details

### 2.4.5 (2022-02-20)
* Update `zwave-js` to `8.11.6`
* After healing, battery-powered nodes are sent back to sleep again
* Added a workaround for thermostats that don't advertise all their supported thermostat modes. When such a thermostat enters such an "unsupported" mode, the mode is now dynamically added to the list of supported modes.
* New and updated configuration files, see [Z-Wave JS releases](https://github.com/zwave-js/node-zwave-js/releases) for details

## License

MIT License
Expand Down
2 changes: 1 addition & 1 deletion admin/build/tab.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions admin/build/tab.js.map

Large diffs are not rendered by default.

532 changes: 266 additions & 266 deletions io-package.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.zwave2",
"version": "3.0.1",
"version": "3.0.2",
"description": "A better Z-Wave integration for ioBroker",
"author": {
"name": "AlCalzone",
Expand Down

0 comments on commit 3750add

Please sign in to comment.