# ChangeLog ## v0.6.1 - 2023-10-31 ### BUG FIX * Fix preempt blink not stop as expected. ### Enhancements: * Support LED RGB type by driver [led_strip](https://components.espressif.com/components/espressif/led_strip) * Add api to control led indicator's brightness, HSV color, RGB color in real time * Support change led indicator's color by type HSV and RGB. * Support color gradient modification based on the color ring. ## v0.5.1 - 2023-10-23 ### BUG FIX * Fix the issue that led_indicator is destroyed but timer is still running. ## v0.5.0 - 2023-10-7 ### Enhancements: * Simplified the initialization process for LEDC. ### BUG FIX * Resolved the blink issue in the breathing mode. ## v0.4.0 - 2023-4-12 ### Enhancements: * LED INDICATOR: * Add gamma adjustment * Update test_apps ## v0.3.0 - 2023-1-31 ### Enhancements: * LED INDICATOR: * Support customer mode: can customize multiple drivers * Support create LED by LEDC driver * Support breathe blink * Support set brightness * Support jump in line ## v0.2.0 - 2022-12-28 ### Enhancements: * LED INDICATOR: * Support customer-defined blink step * Support custom blink type
idf.py add-dependency "espressif/led_indicator^0.6.0"