diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a9d203..95f8064e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.5.1] 2017-01-28 +### Added +- OpenEnergyMonitor WiFi MQTT Relay / Thermostat support (thanks to Denis French) + +### Fixed +- NTP connection refresh upon wifi connection +- Filesystem image build using local gulp installation + ## [1.5.0] 2017-01-21 ### Added - Pulse mode. Allows to define a pulse time after which the relay will switch back @@ -20,8 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - MQTT will topic - Crash with HLW812 interrupts while trying to create a WIFI connection - Issue #20 Better inline documentation for Alexa and Domoticz default settings -- Issue #39 Fixed autoconnect issue with static IP (fixed in JustWifi library) -- Issue #41 Added password requirements to initial password change page +- #39 Fixed autoconnect issue with static IP (fixed in JustWifi library) +- #41 Added password requirements to initial password change page ### Changed - Changed LED pattern for WIFI notifications (shorter pulses) @@ -31,7 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Adding current, voltage, apparent and reactive power reports to Sonoff POW (Web & MQTT) ### Fixed -- Issue #35 Fixed frequent MQTT connection drops after WIFI reconnect +- #35 Fixed frequent MQTT connection drops after WIFI reconnect - Defer wifi disconnection from web interface to allow request to return ### Changed @@ -40,7 +48,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [1.4.3] 2017-01-11 ### Fixed -- Issue #6 Using forked Time library to prevent conflict with Arduino Core for ESP8266 time.h file in windows machines +- #6 Using forked Time library to prevent conflict with Arduino Core for ESP8266 time.h file in windows machines ## [1.4.2] 2017-01-09 ### Added diff --git a/README.md b/README.md index e617f38c..b06259ca 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.5.0**, read the [changelog](CHANGELOG.md). +**Current Release Version is 1.5.1**, read the [changelog](CHANGELOG.md). ## Features @@ -56,7 +56,7 @@ For more information please refer to the [ESPurna Wiki](https://bitbucket.org/xo ## License -Copyright (C) 2016-2017 by Xose P�rez (@xoseperez) +Copyright (C) 2016-2017 by Xose Pérez (@xoseperez) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index fd2a8b39..cfde4f72 100644 --- a/code/espurna/config/version.h +++ b/code/espurna/config/version.h @@ -1,4 +1,4 @@ #define APP_NAME "ESPurna" -#define APP_VERSION "1.5.0" +#define APP_VERSION "1.5.1" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat"