Browse Source

Version bump & updated changelog

fastled 1.6.5
Xose Pérez 7 years ago
parent
commit
6f0e08b05a
3 changed files with 17 additions and 2 deletions
  1. +14
    -0
      CHANGELOG.md
  2. +2
    -1
      README.md
  3. +1
    -1
      code/espurna/config/version.h

+ 14
- 0
CHANGELOG.md View File

@ -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


+ 2
- 1
README.md View File

@ -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


+ 1
- 1
code/espurna/config/version.h View File

@ -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"

Loading…
Cancel
Save