From f388f39620cccb64c473e98b2a9ff154e91b4706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sat, 30 Dec 2017 12:32:19 +0100 Subject: [PATCH] Version 1.11.2 --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 3 ++- code/espurna/config/version.h | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7e0e5a..289778ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.11.2] 2017-12-30 +### Fixed +- Fix my92xx and pwm references for Arduino IDE (#346) +- Fix SHT3X I2C sensor magnitude count (#337) +- Fix timing for DHT11 sensors (#294) +- Fix overflow in relayParsePayload with long MQTT messages (#344) +- Fix loading of Dallas and DHT sensors for Sonoff TH images (#352) +- Subscribe to Domoticz MQTT topics only if Domotic< is enabled + +### Added +- Added option to change MQTT retain flag, QoS and keepalive time from webUI (#321) +- Added LED modes "always off" and "always on" (#348) +- Defined new ESPurna switch (no HLW8012 support & touch button ready) + +### Changed +- Stop requiring definition of boards in migrate module + ## [1.11.1] 2017-12-29 ### Fixed - Fixed relay status on reboot diff --git a/README.md b/README.md index ed715f05..804c8065 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.11.1**, read the [changelog](https://bitbucket.org/xoseperez/espurna/src/master/CHANGELOG.md). +> **Current Release Version is 1.11.2**, read the [changelog](https://bitbucket.org/xoseperez/espurna/src/master/CHANGELOG.md). > **NOTICE**: Default flash layout changed in 1.8.3, as an unpredicted consequence devices will not be able to persist/retrieve configuration if flashed with 1.8.3 via **OTA** from **PlatformIO**. Please check issue #187. @@ -104,6 +104,7 @@ It uses the Arduino Core for ESP8266 framework and a number of 3rd party librari * Double click to enter AP mode (only main button) * Long click (>1 second) to reboot device (only main button) * Extra long click (>10 seconds) to go back to factory settings (only main button) + * Specific definitions for touch button devices (ESPurna Switch, Sonoff Touch & T1) ## Documentation diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index f78a8464..f64ac09f 100644 --- a/code/espurna/config/version.h +++ b/code/espurna/config/version.h @@ -1,5 +1,5 @@ #define APP_NAME "ESPURNA" -#define APP_VERSION "1.11.2b" +#define APP_VERSION "1.11.2" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat" #define CFG_VERSION 3