diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3a683b74..80828d8953 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ ## WLED changelog -#### Build 2309120 till build 2401270 +#### Build 2309120 till build 2402010 - WLED version 0.15.0-a0 +- Multi-WiFi support. Add up to 3 (or more via cusom compile) WiFis to connect to +- Temporary AP. Use your WLED in public with temporary AP. +- Github CI build system enhancements (#3718 by @WoodyLetsCode) +- Accessibility: Node list ( #3715 by @WoodyLetsCode) +- Analog clock overlay enhancement (#3489 by @WoodyLetsCode) +- ESP32-POE-WROVER from Olimex ethernet support (#3625 by @m-wachter) +- APA106 support (#3580 by @itstefanjanos) - BREAKING: Effect: updated Palette effect to support 2D (#3683 by @TripleWhy) - "SuperSync" from WLED MM (by @MoonModules) - Effect: DNA Spiral Effect Speed Fix (#3723 by @Derek4aty1) diff --git a/wled00/wled.h b/wled00/wled.h index f9027c4f97..63f60e2ba5 100755 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2401270 +#define VERSION 2402010 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG