From ff5ba3b0f545ed3d5f7ddc5d9041523fc8e9a461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Fri, 13 Jan 2017 11:32:50 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- README.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78074d82..57b4226e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,13 +3,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [1.4.4] 2017-01-13 +### Added +- Adding current, voltage, apparent and reactive power reports to Sonoff POW (Web & MQTT) + ### Fixed - #35 Fixed frequent MQTT connection drops after WIFI reconnect - Defer wifi disconnection from web interface to allow request to return ### Changed - Move all Arduino IDE configuration values to their own file +- Using latest HLW8012 library in interrupt mode ## [1.4.3] 2017-01-11 ### Fixed diff --git a/README.md b/README.md index 800d00d3..3983fc51 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ESPurna ("spark" in Catalan) is a custom firmware for ESP8266 based smart switch It was originally developed with the **[IteadStudio Sonoff](https://www.itead.cc/sonoff-wifi-wireless-switch.html)** in mind but now it supports a growing number of ESP8266-based boards. It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries. -**Current Release Version is 1.4.3**, read the [changelog](CHANGELOG.md). +**Current Release Version is 1.4.4**, read the [changelog](CHANGELOG.md). ## Features