From 1a4e5022cbc78991fed7a3d72e5246c94415d6d2 Mon Sep 17 00:00:00 2001 From: Sacha Telgenhof Date: Thu, 29 Jun 2017 21:00:08 +0900 Subject: [PATCH] 0.4.1 release updates. --- CHANGELOG.md | 15 +++++++++++---- package.json | 2 +- src/main.h | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6199ed..602d6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +### Added + +### Changed + +### Fixed + +### Removed + +## [0.4.1] - 2017-06-29 + ### Added - Altered validation of WiFi Passwords in the Web UI to allow for WiFi networks without a password. - Added validation for WiFi SSID in the Web UI (required and cannot exceed 31 characters). -- Added Gulp task for compiling release binaries. +- Added Gulp task for compiling release binaries. Compiled binaries are now available from this version going forward. ### Changed - The Web UI client side script has been upgraded to ES6 (ES2015). @@ -20,9 +30,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ### Fixed - The OTA complete message in the Web UI was still showing multiple times due to a typo. -### Removed - - ## [0.4.0] - 2017-06-17 ### Added diff --git a/package.json b/package.json index e77b797..9179fa7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AiLight", - "version": "0.4.0", + "version": "0.4.1", "description": "AiLight is a custom firmware for the Ai-Thinker RGBW Light bulbs that has a ESP8266 MCU at its core.", "license": "MIT", "keywords": [ diff --git a/src/main.h b/src/main.h index 5d8546c..4d6c686 100644 --- a/src/main.h +++ b/src/main.h @@ -11,7 +11,7 @@ */ #define APP_NAME "AiLight" -#define APP_VERSION "0.4.0" +#define APP_VERSION "0.4.1" #define APP_AUTHOR "stelgenhof@gmail.com" #include "config.h"