Skip to content

Commit

Permalink
chore: release v3.0.1
Browse files Browse the repository at this point in the history
* Fixed crashes related to missing or incorrectly loaded dependencies
  • Loading branch information
AlCalzone committed Aug 27, 2022
1 parent 7e6b58c commit 8692694
Show file tree
Hide file tree
Showing 14 changed files with 55 additions and 52 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.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.
* Add support for `Humidity Control Mode CC`
* Add support for `Humidity Control Operating State CC`
* Add support for `Humidity Control Setpoint CC`
* Work around an issue where some devices could not be interviewed due to an incorrect `Version CC` response.
* Fixed an issue where `Supervision Get` requests were not answered for sleeping nodes
* Re-interviewing sleeping nodes now only resets the known information when the node wakes up
* The `colors` dependency was recently [corrupted on purpose](https://www.theverge.com/2022/1/9/22874949/developer-corrupts-open-source-libraries-projects-affected). This patch updates all dependencies that depended on an affected version, directly or indirectly.

## 2.4.2 (2021-12-23)
* Fix: Additional node-related commands now respect and update the node status
* Fixed an issue where the communication could get stuck after aborting a command
Expand Down
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Easy usage in ioBroker was kept in mind during the whole development. For exampl
Placeholder for next versions:
### __WORK IN PROGRESS__
-->
### 3.0.1 (2022-08-27)
* Fixed crashes related to missing or incorrectly loaded dependencies

### 3.0.0 (2022-08-25)
Updated `zwave-js` to `10.0.0`. This includes a ton of changes, including:
* Dropped support for Node.js 12
Expand Down Expand Up @@ -81,17 +84,6 @@ Updated `zwave-js` to `9.0.1`. This includes many changes, including the followi
* 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.
* Add support for `Humidity Control Mode CC`
* Add support for `Humidity Control Operating State CC`
* Add support for `Humidity Control Setpoint CC`
* Work around an issue where some devices could not be interviewed due to an incorrect `Version CC` response.
* Fixed an issue where `Supervision Get` requests were not answered for sleeping nodes
* Re-interviewing sleeping nodes now only resets the known information when the node wakes up
* The `colors` dependency was recently [corrupted on purpose](https://www.theverge.com/2022/1/9/22874949/developer-corrupts-open-source-libraries-projects-affected). This patch updates all dependencies that depended on an affected version, directly or indirectly.

## License

MIT License
Expand Down

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

File renamed without changes.
32 changes: 16 additions & 16 deletions admin/build/chunk-VPC5VPYL.js → admin/build/chunk-VF3VJGTY.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/build/index.js

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

2 changes: 1 addition & 1 deletion admin/build/log.js

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

2 changes: 1 addition & 1 deletion admin/build/tab.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8692694

Please sign in to comment.