Skip to content

Commit

Permalink
Release 0.18.13
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Nov 13, 2021
1 parent 2709dfb commit ee51921
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog

## Unreleased changes
## 0.18.13 Hold your colour 2021-11-13

### Internals

- Fix GatewayScanner on MacOS and Windows and only return one instance of a gateway

### Devices

- Light: Only send to global switch or brightness address if individual colors are also configured
- Light: Only send to global switch or brightness address if individual colors are configured to not overwrite actuator colors
- Light: Debounce individual colors callback to mitigate color flicker in visualizations

## 0.18.12 Add always callback to NumericValue and RawValue 2021-11-01
Expand Down
2 changes: 1 addition & 1 deletion xknx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""XKNX version."""

__version__ = "0.18.12"
__version__ = "0.18.13"

0 comments on commit ee51921

Please sign in to comment.