Changelog
Unreleased
Implemented enhancements:
- Setting value for "Percent" effect changes preset to "unknown" #4471
Fixed bugs:
- Palette effect will not spread palette colors across entire strip #4425
Merged pull requests:
- Fix for #3955: added a delay after switching relay #4474 (DedeHai)
- palette effect overflow fix #4435 (TripleWhy)
- Use consistent node version for local, CI, and devcontainer setup #4424 (inverse)
- FIX: "magic numbers" for MQTT topic buffer length in mqtt.cpp and button.cpp (use already defined MQTT_MAX_TOPIC_LEN) #4295 (WouterGritter)
nightly (2025-01-09)
Implemented enhancements:
- Auto power off circuit control #4436
- API Command to get all current colors #4308
- Improved FPS calculation #4250 (DedeHai)
- Improved framerate control code - strip.show(), strip.service() #4244 (softhack007)
- Replace PRNG with hardware RNG #4225 (DedeHai)
Fixed bugs:
- WT32-ETH01 GPIO14 no longer available #4441
- ESP32 update from 14.4 to 15 not possible #4438
- Color Order Override does not work with DDP #4437
- Weird flicker when toggling on/off Athom bulbs with 0.15.0-b6 #4396
- platformio_override.sample.ini does not work - 'No option 'default_partitions' in section: 'esp32_idf_V4'' #4395
- Internal temperature causes 'error 12: preset not found' even without any presets #4390
- SK6812 RGBW- White LED channel won't turn on #4384
- WLED Stops working after 3 min #4378
- Pallette colors not working anymore #4377
- Failing to read map and gaps after update from 0.14.4 to 0.15.0 #4376
- Various usability problems in the LEDs settings page - Type not changeable, GPIO, Length and mA/LED settings sometimes lost upon save #4280
- Can add more than 10 ddp lights to esp32 but fails to work correctly after #4113
Closed issues:
- does not save new segment name, when editing and checking #4454
- JSON Remote Preset Control Stops at ID 5 #4440
- Back button on Update.htm #4417
- Estimated Current Isn't Reported When Off Since 0.15.0 #4383
- [ESP32] Unable to upgrade from 0.14.4 to any 0.15.x releases #4369
- Effect list returned to Home Assistant is not filtered for 2D #4364
- Playlist doesn't stop on ir remote FX command #4349
- LED color glitches/flashes #230
Merged pull requests:
- Playlist output glitchfix update: found it also happens on S3 #4462 (DedeHai)
- Add correct pin availability for ESP32 Mini modules #4450 (ladyada)
- Fix output glitches when playlist changes preset for S2 and C3 #4442 (DedeHai)
- Update readme.md for rgb-rotary-encoder usermod #4439 (dosipod)
- BUGFIX PWM brightness discontinuity (fixes #4396) #4419 (DedeHai)
- fixed typo in LED Preferences #4414 (shafingazi)
- Update usermods_list.cpp: BH1750 #4413 (wled-install)
- BUGFIX for Fairy & Fairytwinkle FX #4407 (DedeHai)
- Idle current bugfix #4402 (blazoncek)
- update platformio override example file (solves #4395) #4398 (softhack007)
- Fixes "preset not found" issue when using internal temp UM #4397 (lost-hope)
- WiFi reconnect bugfix #4359 (blazoncek)
- Proper fix for #3605 & #4346 #4356 (blazoncek)
- Hotfix for #4335 - solves missed pixel problem in blends effect #4341 (softhack007)
- settings_leds: Initialize current limiter field #4336 (willmmiles)
- Fix for #4321 #4328 (blazoncek)
- Fix missing clock setting introduce by #4312 #4327 (willmmiles)
- Fix for #4300 #4326 (blazoncek)
- Update settings_sec.htm [Fix the warning text and Backup presets button misalignment] #4324 (dosipod)
- Defer calling begin() on buses #4312 (willmmiles)
- Fix release name macro expansion #4309 (netmindz)
- Optimzation: code consolidation in drawCircle() #4302 (DedeHai)
- Introduce printSetInputMaxlength to properly set an inputs maxlength … #4296 (WouterGritter)
- Fix array overflow in exploding_fireworks #4289 (willmmiles)
- xml comma bugfix + few string optimisations #4286 (blazoncek)
- Keep selected FX while searching #4284 (blazoncek)
- Fix for #4269 #4271 (willmmiles)
- Replaced single palette cases with an array to consolidate code #4270 (DedeHai)
- Fix problem with spaces #4267 (w00000dy)
- fixed palette FX to more closely match original 1D version #4263 (DedeHai)
- replaced repeated progress() calculation calls with a variable #4256 (DedeHai)
- Optimization: color_blend() variable range now determined by overloading #4245 (DedeHai)
- Add support for ESP32-S3 WROOM-2 (solves #4099) #4243 (softhack007)
- specified required nodejs version #4229 (maxi4329)
- fixed refs to removed usermod #4227 (ingDIY)
- Complete transition of UsermodManager and PinManager away from classes #4213 (willmmiles)
- Added Distribute Horizontally for cpal #4210 (1Prototype1)
- minor webui enhancements #4203 (maxi4329)
- DeepSleep usermod #4190 (DedeHai)
- Added integer based
sin()/cos()
functions, changed all trig functions to wled_math #4181 (DedeHai) - FX improvements and cleanup #4145 (DedeHai)
- Speed improvements for discussion #4138 (DedeHai)
* This Changelog was automatically generated by github_changelog_generator