Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
0.4.1 release updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
stelgenhof committed Jun 29, 2017
1 parent d1879b1 commit 1a4e502
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion src/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1a4e502

Please sign in to comment.