Changelog update

This commit is contained in:
Blaz Kristan 2023-11-12 14:21:50 +01:00
parent 552ae836e9
commit 1049d65621
2 changed files with 8 additions and 4 deletions

View File

@ -1,8 +1,12 @@
## WLED changelog ## WLED changelog
#### Build 2309120 till build 2311030 #### Build 2309120 till build 2311120
- WLED version 0.15.0-a0 - WLED version 0.15.0-a0
- Implement global JSON API boolean toggle. - Spookier Halloween Eyes (#3501)
- Compile time options for Multi Relay usermod (#3498)
- Fix for Dissolve (#3502)
- Better reverse proxy support (nested paths)
- Implement global JSON API boolean toggle (i.e. instead of "var":true or "var":false -> "var":"t").
- Sort presets by ID - Sort presets by ID
- Fix #3496 - Fix #3496
- Improved random bg image and added random bg image options (@WoodyLetsCode, #3481) - Improved random bg image and added random bg image options (@WoodyLetsCode, #3481)
@ -15,7 +19,7 @@
- Additional UI/UX improvements - Additional UI/UX improvements
- Segment class optimisations (internal) - Segment class optimisations (internal)
- ESP-NOW sync - ESP-NOW sync
- ESP-NOW Wiz remote JSON overrides (similar to IR JSON) - ESP-NOW Wiz remote JSON overrides (similar to IR JSON) & bugfixes
- Gamma correction for custom palettes (#3399). - Gamma correction for custom palettes (#3399).
- Restore presets from browser local storage - Restore presets from browser local storage
- Optional effect blending - Optional effect blending

View File

@ -8,7 +8,7 @@
*/ */
// version code in format yymmddb (b = daily build) // version code in format yymmddb (b = daily build)
#define VERSION 2311090 #define VERSION 2311120
//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