File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Ongoing
4-
5- - CI improvements
3+ ## v0.31.2
4+
5+ - CI improvements.
6+ - (Temporary) bugfix on sequence ids.
7+ - Prevent message flooding on the network.
8+ - Reduce network load on restart by updating one history log per loop cycle.
9+ - Workaround for off-by-one issue with log_address record in circle.
10+ - Reduce complexity of energy_consumption_today counters synchronisation between PowerUsage and EnergyCounters hourly and at midnight.
611
712## v0.31 refactoring (alpha only, effectively refactored version release): Logic separation between USB and non-USB
813
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " plugwise_usb"
7- version = " 0.31.2b8 "
7+ version = " 0.31.2 "
88license = {file = " LICENSE" }
99description = " Plugwise USB (Stick) module for Python 3."
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments