Browse Source

Update changelog to 1.2.0

fastled
Xose Pérez 8 years ago
parent
commit
a940b979d1
3 changed files with 14 additions and 8 deletions
  1. +12
    -6
      CHANGELOG.md
  2. +1
    -1
      code/data/fsversion
  3. +1
    -1
      code/html/fsversion

+ 12
- 6
CHANGELOG.md View File

@ -3,23 +3,29 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
## [1.2.0] 2016-12-27
### Added
- Added last-modified header to static contents
- Added support for multi-button boards (SONOFF_4CH)
- Force password changing if it's the default one
- Added Last-Modified header to static contents
- Added DNS captive portal for AP mode
- Added support for Sonoff 4CH
- Added support for WorkChoice ecoPlug (ECOPLUG). Thanks to David Myers
- Added support for Sonoff SV
- Added DNS captive portal for AP mode
- Force password changing if it's the default one
- Added support for Sonoff Touch
- Comment out hardware selection in hardware.h if using Arduino IDE
- Added support for MQTT get/set suffixes (/status, /set, ...)
- Added support for LED notifications via MQTT
- Added EEPROM check commands to terminal interface
### Changed
- Using unreleased AsyncMqttClient with stability improvements
- Better decoupling between MQTT and relays/websockets
- Skipping retained MQTT messages (configurable)
### Fixed
- Issue #14 MQTT Connection with Username an Password not working
- Issue #11 Compile error when building sonoff-dual-debug
- Issue #14 MQTT Connection with Username an Password not working
- Issue #17 Moved static variable 'pending' to class variable
## [1.1.0] 2016-12-06
### Added


+ 1
- 1
code/data/fsversion View File

@ -1 +1 @@
1.1.0
1.2.0

+ 1
- 1
code/html/fsversion View File

@ -1 +1 @@
1.1.0
1.2.0

Loading…
Cancel
Save