|
1 | 1 | ## WLED changelog |
2 | 2 |
|
3 | | -### Builds after release 0.12.0 |
| 3 | +### WLED release 0.13.1 |
4 | 4 |
|
5 | | -#### Build 2111160 |
| 5 | +#### Build 2203150 |
| 6 | + |
| 7 | +- Version bump to v0.13.1 "Toki" |
| 8 | +- Fix persistent preset bug, preventing save of new presets |
| 9 | + |
| 10 | +### WLED release 0.13.0 |
| 11 | + |
| 12 | +#### Build 2203142 |
| 13 | + |
| 14 | +- Release of WLED v0.13.0 "Toki" |
| 15 | +- Reduce APA102 hardware SPI frequency to 5Mhz |
| 16 | +- Remove `persistent` parameter in `savePreset()` |
| 17 | + |
| 18 | +### Builds between releases 0.12.0 and 0.13.0 |
| 19 | + |
| 20 | +#### Build 2203140 |
| 21 | + |
| 22 | +- Added factory reset by pressing button 0 for >10 seconds |
| 23 | +- Added ability to set presets from DMX Effect mode |
| 24 | +- Simplified label hiding JS in user interface |
| 25 | +- Fixed JSON `{"live":true}` indefinite realtime mode |
| 26 | + |
| 27 | +#### Build 2203080 |
| 28 | + |
| 29 | +- Disabled auto white mode in segments with no RGB bus |
| 30 | +- Fixed hostname string not 0-terminated |
| 31 | +- Fixed Popcorn mode not lighting first LED on pop |
| 32 | + |
| 33 | +#### Build 2203060 |
| 34 | + |
| 35 | +- Dynamic hiding of unused color controls in UI (PR #2567) |
| 36 | +- Removed native Cronixie support and added Cronixie usermod |
| 37 | +- Fixed disabled timed preset expanding calendar |
| 38 | +- Fixed Color Order setting shown for analog busses |
| 39 | +- Fixed incorrect operator (#2566) |
| 40 | + |
| 41 | +#### Build 2203011 |
| 42 | + |
| 43 | +- IR rewrite (PR #2561), supports CCT |
| 44 | +- Added locate button to Time settings |
| 45 | +- CSS fixes and adjustments |
| 46 | +- Consistent Tab indentation in index JS and CSS |
| 47 | +- Added initial contribution style guideline |
| 48 | + |
| 49 | +#### Build 2202222 |
| 50 | + |
| 51 | +- Version bump to 0.13.0-b7 "Toki" |
| 52 | +- Fixed HTTP API commands not applying to all selected segments in some conditions |
| 53 | +- Blynk support is not compiled in by default on ESP32 builds |
| 54 | + |
| 55 | +#### Build 2202210 |
| 56 | + |
| 57 | +- Fixed HTTP API commands not applying to all selected segments if called from JSON |
| 58 | +- Improved Stream effects, no longer rely on LED state and won't fade out at low brightness |
| 59 | + |
| 60 | +#### Build 2202200 |
| 61 | + |
| 62 | +- Added `info.leds.seglc` per-segment light capability info (PR #2552) |
| 63 | +- Fixed `info.leds.rgbw` behavior |
| 64 | +- Segment bounds sync (PR #2547) |
| 65 | +- WebSockets auto reconnection and error handling |
| 66 | +- Disable relay pin by default (PR #2531) |
| 67 | +- Various fixes (ESP32 touch pin 33, floats, PR #2530, #2534, #2538) |
| 68 | +- Deprecated `info.leds.cct`, `info.leds.wv` and `info.leds.rgbw` |
| 69 | +- Deprecated `/url` endpoint |
| 70 | + |
| 71 | +#### Build 2202030 |
| 72 | + |
| 73 | +- Switched to binary format for WebSockets peek (PR #2516) |
| 74 | +- Playlist bugfix |
| 75 | +- Added `extractModeName()` utility function |
| 76 | +- Added serial out (PR #2517) |
| 77 | +- Added configurable baud rate |
| 78 | + |
| 79 | +#### Build 2201260 |
| 80 | + |
| 81 | +- Initial ESP32-C3 and ESP32-S2 support (PRs #2452, #2454, #2502) |
| 82 | +- Full segment sync (PR #2427) |
| 83 | +- Allow overriding of color order by ranges (PR #2463) |
| 84 | +- Added white channel to Peek |
| 85 | + |
| 86 | +#### Build 2112080 |
| 87 | + |
| 88 | +- Version bump to 0.13.0-b6 "Toki" |
| 89 | +- Added "ESP02" (ESP8266 with 2M of flash) to PIO/release binaries |
| 90 | + |
| 91 | +#### Build 2112070 |
| 92 | + |
| 93 | +- Added new effect "Fairy", replacing "Police All" |
| 94 | +- Added new effect "Fairytwinkle", replacing "Two Areas" |
| 95 | +- Static single JSON buffer (performance and stability improvement) (PR #2336) |
| 96 | + |
| 97 | +#### Build 2112030 |
| 98 | + |
| 99 | +- Fixed ESP32 crash on Colortwinkles brightness change |
| 100 | +- Fixed setting picker to black resetting hue and saturation |
| 101 | +- Fixed auto white mode not saved to config |
| 102 | + |
| 103 | +#### Build 2111300 |
| 104 | + |
| 105 | +- Added CCT and white balance correction support (PR #2285) |
| 106 | +- Unified UI slider style |
| 107 | +- Added LED settings config template upload |
| 108 | + |
| 109 | +#### Build 2111220 |
| 110 | + |
| 111 | +- Fixed preset cycle not working from preset called by UI |
| 112 | +- Reintroduced permanent min. and max. cycle bounds |
| 113 | + |
| 114 | +#### Build 2111190 |
| 115 | + |
| 116 | +- Changed default ESP32 LED pin from 16 to 2 |
| 117 | +- Renamed "Running 2" to "Chase 2" |
| 118 | +- Renamed "Tri Chase" to "Chase 3" |
| 119 | + |
| 120 | +#### Build 2111170 |
6 | 121 |
|
7 | 122 | - Version bump to 0.13.0-b5 "Toki" |
8 | 123 | - Improv Serial support (PR #2334) |
|
388 | 503 | - Added support for WESP32 ethernet board (PR #1764) |
389 | 504 | - Added Caching for main UI (PR #1704) |
390 | 505 | - Added Tetrix mode (PR #1729) |
| 506 | +- Removed Merry Christmas mode (use "Chase 2" - called Running 2 before 0.13.0) |
391 | 507 | - Added memory check on Bus creation |
392 | 508 |
|
393 | 509 | #### Build 2102050 |
|
0 commit comments