Browse Source

Version bump and changelog update

fastled 1.5.1
Xose Pérez 7 years ago
parent
commit
12b405a73d
3 changed files with 15 additions and 7 deletions
  1. +12
    -4
      CHANGELOG.md
  2. +2
    -2
      README.md
  3. +1
    -1
      code/espurna/config/version.h

+ 12
- 4
CHANGELOG.md View File

@ -3,6 +3,14 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.5.1] 2017-01-28
### Added
- OpenEnergyMonitor WiFi MQTT Relay / Thermostat support (thanks to Denis French)
### Fixed
- NTP connection refresh upon wifi connection
- Filesystem image build using local gulp installation
## [1.5.0] 2017-01-21
### Added
- Pulse mode. Allows to define a pulse time after which the relay will switch back
@ -20,8 +28,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- MQTT will topic
- Crash with HLW812 interrupts while trying to create a WIFI connection
- Issue #20 Better inline documentation for Alexa and Domoticz default settings
- Issue #39 Fixed autoconnect issue with static IP (fixed in JustWifi library)
- Issue #41 Added password requirements to initial password change page
- #39 Fixed autoconnect issue with static IP (fixed in JustWifi library)
- #41 Added password requirements to initial password change page
### Changed
- Changed LED pattern for WIFI notifications (shorter pulses)
@ -31,7 +39,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Adding current, voltage, apparent and reactive power reports to Sonoff POW (Web & MQTT)
### Fixed
- Issue #35 Fixed frequent MQTT connection drops after WIFI reconnect
- #35 Fixed frequent MQTT connection drops after WIFI reconnect
- Defer wifi disconnection from web interface to allow request to return
### Changed
@ -40,7 +48,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.4.3] 2017-01-11
### Fixed
- Issue #6 Using forked Time library to prevent conflict with Arduino Core for ESP8266 time.h file in windows machines
- #6 Using forked Time library to prevent conflict with Arduino Core for ESP8266 time.h file in windows machines
## [1.4.2] 2017-01-09
### Added


+ 2
- 2
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.5.0**, read the [changelog](CHANGELOG.md).
**Current Release Version is 1.5.1**, read the [changelog](CHANGELOG.md).
## Features
@ -56,7 +56,7 @@ For more information please refer to the [ESPurna Wiki](https://bitbucket.org/xo
## License
Copyright (C) 2016-2017 by Xose Prez (@xoseperez)
Copyright (C) 2016-2017 by Xose Pérez (@xoseperez)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by


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

@ -1,4 +1,4 @@
#define APP_NAME "ESPurna"
#define APP_VERSION "1.5.0"
#define APP_VERSION "1.5.1"
#define APP_AUTHOR "xose.perez@gmail.com"
#define APP_WEBSITE "http://tinkerman.cat"

Loading…
Cancel
Save