From ec7e5848ca0a346e1085c28afbcc1f48032cb9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Tue, 26 Feb 2019 09:07:34 +0100 Subject: [PATCH] Update changelog 2019-02-26 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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