|
2 | 2 |
|
3 | 3 | ### Development versions after the 0.10.2 release |
4 | 4 |
|
| 5 | +#### Build 2011200 |
| 6 | + |
| 7 | +- Added HEX color receiving to JSON API with `"col":["RRGGBBWW"]` format |
| 8 | +- Moved Kelvin color receiving in JSON API from `"col":[[val]]` to `"col":[val]` format |
| 9 | + _Notice:_ This is technically a breaking change. Since no release was made since the introduction and the Kelvin property was not previously documented in the wiki, |
| 10 | + impact should be minimal. |
| 11 | +- BTNPIN can now be disabled by setting to -1 (fixes #1237) |
| 12 | + |
| 13 | +#### Build 2011180 |
| 14 | + |
| 15 | +- Platformio.ini updates and streamlining (PR #1266) |
| 16 | +- my_config.h custom compile settings system (not yet used for much, adapted from PR #1266) |
| 17 | +- Added Hawaii timezone (HST) |
| 18 | +- Linebreak after 5 quick select buttons |
| 19 | + |
| 20 | +#### Build 2011154 |
| 21 | + |
| 22 | +- Fixed RGBW saved incorrectly |
| 23 | +- Fixed pmt caching requesting /presets.json too often |
| 24 | +- Fixed deEEP not copying the first segment of EEPROM preset 16 |
| 25 | + |
| 26 | +#### Build 2011153 |
| 27 | + |
| 28 | +- Fixed an ESP32 end-of-file issue |
| 29 | +- Fixed useRGBW not read from cfg.json |
| 30 | + |
| 31 | +#### Build 2011152 |
| 32 | + |
| 33 | +- Version bump to 0.11.0p "Mirai" |
| 34 | +- Increased max. num of segments to 12 (ESP8266) / 16 (ESP32) |
| 35 | +- Up to 250 presets stored in the `presets.json` file in filesystem |
| 36 | +- Complete overhaul of the Presets UI tab |
| 37 | +- Updated iro.js to v5 (fixes black color wheel) |
| 38 | +- Added white temperature slider to color wheel |
| 39 | +- Add JSON settings serialization/deserialization to cfg.json and wsec.json |
| 40 | +- Added deEEP to convert the EEPROM settings and presets to files |
| 41 | +- Playlist support - JSON only for now |
| 42 | +- New v2 usermod methods `addToConfig()` and `readFromConfig()` (see EXAMPLE_v2 for doc) |
| 43 | +- Added Ethernet support for ESP32 (PR #1316) |
| 44 | +- IP addresses are now handled by the `Network` class |
| 45 | +- New `esp32_poe` PIO environment |
| 46 | +- Use EspAsyncWebserver Aircoookie fork v.2.0.0 (hiding wsec.json) |
| 47 | +- Removed `WLED_DISABLE_FILESYSTEM` and `WLED_ENABLE_FS_SERVING` defines as they are now required |
| 48 | +- Added pin manager |
| 49 | +- UI performance improvements (no drop shadows) |
| 50 | +- More explanatory error messages in UI |
| 51 | +- Improved candle brightness |
| 52 | +- Return remaining nightlight time `nl.rem` in JSON API (PR #1302) |
| 53 | +- UI sends timestamp with every command, allowing for timed presets without using NTP |
| 54 | +- Added gamma calculation (yet unused) |
| 55 | +- Added LED type definitions to const.h (yet unused) |
| 56 | +- Added nicer 404 page |
| 57 | +- Removed `NP` and `MS=` macro HTTP API commands |
| 58 | +- Removed macros from Time settings |
| 59 | + |
5 | 60 | #### Build 2011120 |
6 | 61 |
|
7 | 62 | - Added the ability for the /api MQTT topic to receive JSON API payloads |
|
43 | 98 |
|
44 | 99 | - Added Loxone parser (PR #1185) |
45 | 100 | - Added support for kelvin input via `K=` HTTP and `"col":[[val]]` JSON API calls |
| 101 | + _Notice:_ `"col":[[val]]` removed in build 2011200, use `"col":[val]` |
46 | 102 | - Added supplementary UDP socket (#1205) |
47 | 103 | - TMP2.net receivable by default |
48 | 104 | - UDP sockets accept HTTP and JSON API commands |
|
0 commit comments