From 6f0e08b05acca537ae0e17da15c80cd09a43fcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 22 Feb 2017 22:27:46 +0100 Subject: [PATCH] Version bump & updated changelog --- CHANGELOG.md | 14 ++++++++++++++ README.md | 3 ++- code/espurna/config/version.h | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index adc2a06d..beba136d 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.6.5] 2017-02-22 +### Added +- Option to backup and restore settings from the web interface +- Footer in the web interface + +### Changed +- Using PubSubClient as MQTT client by default (please read the documentation) +- Double & long clicks do nothing except for the first defined button + +### Fix +- Issue #79. Fix bug in WiFi led notification & MQTT connectivity (using PubSubClient) +- Issue #73. Fix bug when building without Domoticz support +- Fix Gulp tasks dependencies + ## [1.6.4] 2017-02-20 ### Added - Option to embed the web interface in the firmware, disabled by default diff --git a/README.md b/README.md index 819b466d..93cd7dab 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.4**, read the [changelog](https://bitbucket.org/xoseperez/espurna/src/master/CHANGELOG.md). +**Current Release Version is 1.6.5**, read the [changelog](https://bitbucket.org/xoseperez/espurna/src/master/CHANGELOG.md). ## Features @@ -39,6 +39,7 @@ It uses the Arduino Core for ESP8266 framework and a number of 3rd party librari * Web-based configuration * Relay switching and sensor data from the web interface * Websockets-based communication between the device and the browser + * Backup and restore settings option * **REST API** (enable/disable from web interface) * GET and PUT relay status * GET sensor data (power, current, voltage, temperature and humidity) depending on the available hardware diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index e2dfbdaa..af5315ec 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.5b" +#define APP_VERSION "1.6.5" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat"