From 906ec9bfd4d5e2f27b942950933035e2217feef1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Wed, 27 Feb 2019 01:01:41 +0100 Subject: [PATCH] Version 1.13.5 --- CHANGELOG.md | 4 +++- README.md | 2 +- code/espurna/config/version.h | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddaca148..388e7a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [1.13.5] Unreleased +## [1.13.5] 2019-02-27 ### Fixed - Revert loopDelay dependency on wifi sleep mode (#1574) - Fix hardcoded serial objects in _debugSendSerial, terminalLoop and PZEM sensor (#1573) @@ -14,11 +14,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Avoid websocket ping back on fw upgrade via web UI form (#1574) - Revert loopDelay dependency on wifi sleep mode - Removing line break before templated variable to fix issue with Windows Arduino IDE (#1579, thanks to @AlbertWeterings) +- Send brightness to websocket ### Added - Relay MQTT group receive-only sync mode setting - Set wifi sleep mode from settings - Add unique id and device support for better HA UI integration (#1547, thanks to @abmantis) +- Improved inline documentation of BMX280 settings (#1585, thanks to CraigMarkwardt) ## [1.13.4] 2019-02-21 ### Fixed diff --git a/README.md b/README.md index 8809cfa0..b3c417a5 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ESPurna ("spark" in Catalan) is a custom firmware for ESP8285/ESP8266 based smart switches, lights and sensors. It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries. -[![version](https://img.shields.io/badge/version-1.13.5--dev-brightgreen.svg)](CHANGELOG.md) +[![version](https://img.shields.io/badge/version-1.13.5-brightgreen.svg)](CHANGELOG.md) [![branch](https://img.shields.io/badge/branch-dev-orange.svg)](https://github.com/xoseperez/espurna/tree/dev/) [![license](https://img.shields.io/github/license/xoseperez/espurna.svg)](LICENSE) [![travis](https://travis-ci.org/xoseperez/espurna.svg?branch=dev)](https://travis-ci.org/xoseperez/espurna) diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index 774b0f18..3ecd0885 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.13.5-dev" +#define APP_VERSION "1.13.5" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat" #define CFG_VERSION 3