Changelog update
This commit is contained in:
parent
7138e891be
commit
906737bedb
33
CHANGELOG.md
33
CHANGELOG.md
@ -2,6 +2,17 @@
|
|||||||
|
|
||||||
### Builds after release 0.12.0
|
### Builds after release 0.12.0
|
||||||
|
|
||||||
|
#### Build 2202200
|
||||||
|
|
||||||
|
- Added `info.leds.seglc` per-segment light capability info (PR #2552)
|
||||||
|
- Fixed `info.leds.rgbw` behavior
|
||||||
|
- Segment bounds sync (PR #2547)
|
||||||
|
- WebSockets auto reconnection and error handling
|
||||||
|
- Disable relay pin by default (PR #2531)
|
||||||
|
- Various fixes (ESP32 touch pin 33, floats, PR #2530, #2534, #2538)
|
||||||
|
- Deprecated `info.leds.cct`, `info.leds.wv` and `info.leds.rgbw`
|
||||||
|
- Deprecated `/url` endpoint
|
||||||
|
|
||||||
#### Build 2202030
|
#### Build 2202030
|
||||||
|
|
||||||
- Switched to binary format for WebSockets peek (PR #2516)
|
- Switched to binary format for WebSockets peek (PR #2516)
|
||||||
@ -19,26 +30,26 @@
|
|||||||
|
|
||||||
#### Build 2112080
|
#### Build 2112080
|
||||||
|
|
||||||
- Version bump to 0.13.0-b6 "Toki"
|
- Version bump to 0.13.0-b6 "Toki"
|
||||||
- Added "ESP02" (ESP8266 with 2M of flash) to PIO/release binaries
|
- Added "ESP02" (ESP8266 with 2M of flash) to PIO/release binaries
|
||||||
|
|
||||||
#### Build 2112070
|
#### Build 2112070
|
||||||
|
|
||||||
- Added new effect "Fairy", replacing "Police All"
|
- Added new effect "Fairy", replacing "Police All"
|
||||||
- Added new effect "Fairytwinkle", replacing "Two Areas"
|
- Added new effect "Fairytwinkle", replacing "Two Areas"
|
||||||
- Static single JSON buffer (performance and stability improvement) (PR #2336)
|
- Static single JSON buffer (performance and stability improvement) (PR #2336)
|
||||||
|
|
||||||
#### Build 2112030
|
#### Build 2112030
|
||||||
|
|
||||||
- Fixed ESP32 crash on Colortwinkles brightness change
|
- Fixed ESP32 crash on Colortwinkles brightness change
|
||||||
- Fixed setting picker to black resetting hue and saturation
|
- Fixed setting picker to black resetting hue and saturation
|
||||||
- Fixed auto white mode not saved to config
|
- Fixed auto white mode not saved to config
|
||||||
|
|
||||||
#### Build 2111300
|
#### Build 2111300
|
||||||
|
|
||||||
- Added CCT and white balance correction support (PR #2285)
|
- Added CCT and white balance correction support (PR #2285)
|
||||||
- Unified UI slider style
|
- Unified UI slider style
|
||||||
- Added LED settings config template upload
|
- Added LED settings config template upload
|
||||||
|
|
||||||
#### Build 2111220
|
#### Build 2111220
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
// version code in format yymmddb (b = daily build)
|
// version code in format yymmddb (b = daily build)
|
||||||
#define VERSION 2202030
|
#define VERSION 2202200
|
||||||
|
|
||||||
//uncomment this if you have a "my_config.h" file you'd like to use
|
//uncomment this if you have a "my_config.h" file you'd like to use
|
||||||
//#define WLED_USE_MY_CONFIG
|
//#define WLED_USE_MY_CONFIG
|
||||||
|
Loading…
Reference in New Issue
Block a user