Browse Source

Update changelog 2019-02-26

rules-rpn
Xose Pérez 5 years ago
parent
commit
ec7e5848ca
1 changed files with 17 additions and 0 deletions
  1. +17
    -0
      CHANGELOG.md

+ 17
- 0
CHANGELOG.md View File

@ -3,6 +3,23 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/) The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/). 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 ## [1.13.4] 2019-02-21
### Fixed ### Fixed
- Travis fixes - Travis fixes


Loading…
Cancel
Save