Browse Source

Version bump

fastled 1.3.0
Xose Pérez 8 years ago
parent
commit
d5a27aa78e
5 changed files with 9 additions and 5 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +2
    -2
      README.md
  3. +1
    -1
      code/espurna/config/version.h
  4. +1
    -1
      code/espurna/data/fsversion
  5. +1
    -1
      code/html/fsversion

+ 4
- 0
CHANGELOG.md View File

@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [1.3.0] 2016-12-30
### Changed
- Arduino IDE support (changes in the folder structure and documentation)
## [1.2.0] 2016-12-27
### Added
- Force password changing if it's the default one


+ 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][1]** 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.2.0**, read the [changelog](CHANGELOG.md).
**Current Release Version is 1.3.0**, read the [changelog](CHANGELOG.md).
## Features
@ -65,4 +65,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
[1]: https://www.itead.cc/sonoff-wifi-wireless-switch.html
[2]: https://bitbucket.org/xoseperez/nofuss
[3]: https://bitbucket.org/xoseperez/emonliteesp
[3]: https://bitbucket.org/xoseperez/emonliteesp

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

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

+ 1
- 1
code/espurna/data/fsversion View File

@ -1 +1 @@
1.2.0
1.3.0

+ 1
- 1
code/html/fsversion View File

@ -1 +1 @@
1.2.0
1.3.0

Loading…
Cancel
Save