From 40cd0d91fb926e764b848841a8dec3fce0dd0732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 1 Mar 2017 12:11:42 +0100 Subject: [PATCH] Version update --- CHANGELOG.md | 15 +++++++++++++++ README.md | 2 +- code/espurna/config/version.h | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2228d87f..780a56dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.6.8] 2017-03-01 +### Added +- Issue #85. Heartbeat reports now free heap, uptime and VCC every 5 minutes + +### Changed +- Wait two minutes instead of one in AP mode before trying to reconnect to the router +- Issue #92. Debug log enabled by default in Arduino IDE +- Issue #91. Using AsyncMqttClient as default MQTT client again + +### Fix +- Report data from all sensors via websocket even if no MQTT connection +- Issue #92. Fix unknown reference in Arduino IDE +- Split data.h contents into 1k lines, otherwise Arduino IDE chokes on them +- Discard empty MQTT topic while subscribing + ## [1.6.7] 2017-02-25 ### Added - Support for OpenLight / AI-Light by AI-Thinker based on MY9291 LED driver diff --git a/README.md b/README.md index b3b50e1a..285644ed 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.6.7**, read the [changelog](https://bitbucket.org/xoseperez/espurna/src/master/CHANGELOG.md). +**Current Release Version is 1.6.8**, 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 694b95a3..923faa4f 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.6.8b" +#define APP_VERSION "1.6.8" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat"