From 57bade36ed3adba439c7a1fdb5ccb384fe8bd98b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Mon, 15 Jan 2018 00:01:38 +0100 Subject: [PATCH] Version 1.12.1 --- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 4 ++-- code/espurna/config/version.h | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec6d8e2..2b97d5d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.12.1] 2018-01-14 +### Added +- Option to perform a WiFi network scan from web UI +- Added hostname to web UI side menu (#404) +- Option to flash multiple devices with ESPurna OTA Manager + +### Fixed +- Fix web UI layout so signature does not overlay buttons (#396) +- Option to disable network scan and allow connecting to hidden SSID (#392, #399) +- Fix crash caused by a delay in UDP debugging code (#397) +- Fix memory leak in influxDB module (#410) +- Fix typos in web UI (#394, #421) + +### Changed +- Updated to fauxmoESP 2.4.2 +- Changed default I2C GPIO for Wemos D1 (#420) +- Some terminal commands have changed. See docs or type "help". + ## [1.12.0] 2018-01-11 ### Added - Scheduler (contributed by Stefano Cotterli, thank you!, #131) diff --git a/README.md b/README.md index 5b0c863a..5a76d4c4 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.12.0** +**Current Release Version is 1.12.1** Read the [changes log](https://bitbucket.org/xoseperez/espurna/src/master/CHANGELOG.md). @@ -18,7 +18,7 @@ Read the [changes log](https://bitbucket.org/xoseperez/espurna/src/master/CHANGE * Wifi **AP Mode** or **STA mode** * Up to 5 different networks can be defined * Supports static IP - * Scans for strongest network if more than one defined + * Scans for strongest network if more than one defined (also available in web UI) * Handles correctly multiple AP with the same SSID * Defaults to AP mode (also available after double clicking the main button) * Network visibility diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index 52a53c06..5142bf38 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.12.0" +#define APP_VERSION "1.12.1" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat" #define CFG_VERSION 3