Skip to content

Commit

Permalink
Merge branch 'master' into timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
raman325 authored Oct 16, 2023
2 parents 0091a56 + 77cf465 commit 95136b7
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 4 deletions.
4 changes: 4 additions & 0 deletions openwakeword/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.7.1

- Always use wake word file name as key (avoid duplicate model loading)

## 1.7.0

- Make wake word loading completely dynamic (new models are automatically discovered)
Expand Down
2 changes: 1 addition & 1 deletion openwakeword/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ codenotary:
signer: [email protected]
base_image: [email protected]
args:
OPENWAKEWORD_LIB_VERSION: 1.7.0
OPENWAKEWORD_LIB_VERSION: 1.7.1
2 changes: 1 addition & 1 deletion openwakeword/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 1.7.0
version: 1.7.1
slug: openwakeword
name: openWakeWord
description: openWakeWord using the Wyoming protocol
Expand Down
29 changes: 28 additions & 1 deletion zwave_js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,38 @@
# Changelog

## 0.1.98
## 0.1.99

### Features

- Add-on: Add `safe_mode` configuration option to put Z-Wave network in safe mode. This can be help with troubleshooting network issues and getting access to logs that you otherwise wouldn't be able to. This is an advanced configuration option that should not be adjusted in most cases and is therefore hidden from the default view.

## 0.1.98

### Bug fixes

- Z-Wave JS: Fixed an issue with multi-target firmware updates that prevented updates from being applied correctly

### Config file changes

Almost 1000 device configuration files have been reworked to be more consistent, mostly affecting device labels, parameter labels, descriptions and predefined options. After updating, you should expect to see several notifications for changed device configurations, prompting you to re-interview the affected nodes. Unless the device is mentioned below, there's no need to do this immediately.

- Add parameter 26 to Inovelli VZW31-SN
- Always set time for Namron 16A thermostats as UTC
- Add Alloy (Zipato) devices
- Parameter 21 of Inovelli VZW31-SN is readonly
- Add Shelly Wave Shutter
- Add Eurotronic Comet Z (700 series)
- Add params 7, 18, 19 to Zooz ZEN71 FW 10.20
- Add Qubino Shades Remote Controller
- Add fingerprint for new MH8-FC version, add new option for param 1
- Add Hank HKZW-SO08
- Add link to manual of Honeywell T6 Pro Thermostat

### Detailed changelogs

- [Z-Wave JS 12.1.0](https://github.com/zwave-js/node-zwave-js/releases/tag/v12.1.0)
- [Z-Wave JS 12.1.1](https://github.com/zwave-js/node-zwave-js/releases/tag/v12.1.1)

## 0.1.97

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion zwave_js/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ codenotary:
base_image: [email protected]
args:
ZWAVEJS_SERVER_VERSION: 1.32.1
ZWAVEJS_VERSION: 12.0.4
ZWAVEJS_VERSION: 12.1.1

0 comments on commit 95136b7

Please sign in to comment.