diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ca0554..ddaca148 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.13.5] Unreleased +### Fixed +- Revert loopDelay dependency on wifi sleep mode (#1574) +- Fix hardcoded serial objects in _debugSendSerial, terminalLoop and PZEM sensor (#1573) +- Fix RFBridge not showing codes in web UI as per @mcspr suggested change (#1571) +- Fix BSSIDs in scan output (#1567) +- Fix PZEM004TSensor pointer use +- RFBridge: fix webui codes parsing +- Avoid websocket ping back on fw upgrade via web UI form (#1574) +- Revert loopDelay dependency on wifi sleep mode +- Removing line break before templated variable to fix issue with Windows Arduino IDE (#1579, thanks to @AlbertWeterings) + +### Added +- Relay MQTT group receive-only sync mode setting +- Set wifi sleep mode from settings +- Add unique id and device support for better HA UI integration (#1547, thanks to @abmantis) + ## [1.13.4] 2019-02-21 ### Fixed - Travis fixes