Skip to content

Commit

Permalink
chore: update changelog [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Feb 3, 2021
1 parent 0ca6cd6 commit 1227910
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/snippets/markdown.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"New Changelog entry": {
"prefix": "wip",
"body": [
"## __WORK IN PROGRESS__",
"### Breaking changes",
"",
"### Features",
"",
"### Bugfixes",
"",
"### Config file changes",
"",
"### Changes under the hood",
"",
""
]
}
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
Placeholder for next release:
## __WORK IN PROGRESS__
-->
## __WORK IN PROGRESS__
### Bugfixes
* The driver now checks the `listening` flags of a node to determine whether a node can sleep instead of the `Wake Up CC`
* The test whether a node is included securely was refactored to incorporate the timeout changes from `v6.1.1`. In addition, we now assume that a node is secure when it sends or requests nonces.
* Configured association labels are now preferred over the ones reported by nodes
* Non-listening nodes are now assumed to be asleep on startup and the initial ping no longer happens.

### Config file changes
* Force Wake Up as supported for Aeon Labs Minimote
* Correct typos in Zooz Zen16 option choices
* Remove double tap support from small number of early GE devices

### Changes under the hood
* Added a check for config parameter descriptions that are too similar to the label, documented best practices in this regard
* Leading zeroes in firmware versions are now disallowed

## 6.1.1 (2021-01-31)
### Bugfixes
* `Scene Activation CC` scene IDs are no longer auto-reset to `undefined`. This is unnecessary since they are value events
Expand Down

0 comments on commit 1227910

Please sign in to comment.