From 252f4ee594259345330d4c6620cb0d023fb51770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 23 Jul 2017 22:10:22 +0200 Subject: [PATCH] Updating version --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- code/espurna/config/version.h | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b62fd8a..6e6e8aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.8.3] 2017-07-23 +### Added +- Issue #85 and #90. Option to report MQTT messages with JSON payloads +- Issue #170. Updated DebouceEvent library to allow disabling double click and get faster click responses +- Using memory layout with no SPIFFS for 1Mb devices + +### Changed +- Rename settings s/POW/HLW8012/ +- Return times in ISO8601 format + +### Fix +- Issue #168. Added H801 to arduino.h file +- Issue #171. Fix corrupted will message + ## [1.8.2] 2017-07-16 ### Added - InfluxDB support via HTTP API diff --git a/README.md b/README.md index 893669b9..f18b3d09 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.8.2**, read the [changelog](https://bitbucket.org/xoseperez/espurna/src/master/CHANGELOG.md). +**Current Release Version is 1.8.3**, read the [changelog](https://bitbucket.org/xoseperez/espurna/src/master/CHANGELOG.md). ## Features diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index afae7f93..f4659f21 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.8.2" +#define APP_VERSION "1.8.3" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat"