mirror of
https://github.com/wled/WLED.git
synced 2025-07-17 15:56:31 +00:00
Merge branch 'main' into 0_15
This commit is contained in:
commit
b8b11880b0
@ -1,7 +1,5 @@
|
|||||||
## WLED changelog
|
## WLED changelog
|
||||||
|
|
||||||
#### Build 2405180
|
|
||||||
|
|
||||||
#### Build 2406290
|
#### Build 2406290
|
||||||
- WLED 0.15.0-b4 release
|
- WLED 0.15.0-b4 release
|
||||||
- LED settings bus management update (WARNING only allow available outputs)
|
- LED settings bus management update (WARNING only allow available outputs)
|
||||||
@ -40,8 +38,10 @@
|
|||||||
- reduces code by 1kB
|
- reduces code by 1kB
|
||||||
|
|
||||||
#### Build 2405180
|
#### Build 2405180
|
||||||
|
- WLED 0.14.4 release
|
||||||
|
- Fix for #3978
|
||||||
- Official 0.15.0-b3 release
|
- Official 0.15.0-b3 release
|
||||||
- Merge 0.14.3 fixes
|
- Merge 0.14.3 fixes into 0_15
|
||||||
- Added Pinwheel Expand 1D->2D effect mapping mode (#3961 by @Brandon502)
|
- Added Pinwheel Expand 1D->2D effect mapping mode (#3961 by @Brandon502)
|
||||||
- Add changeable i2c address to BME280 usermod (#3966 by @LordMike)
|
- Add changeable i2c address to BME280 usermod (#3966 by @LordMike)
|
||||||
- Effect: Firenoise - add palette selection
|
- Effect: Firenoise - add palette selection
|
||||||
|
@ -42,7 +42,7 @@ pyelftools==0.29
|
|||||||
# via platformio
|
# via platformio
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
# via platformio
|
# via platformio
|
||||||
requests==2.31.0
|
requests==2.32.0
|
||||||
# via platformio
|
# via platformio
|
||||||
semantic-version==2.10.0
|
semantic-version==2.10.0
|
||||||
# via platformio
|
# via platformio
|
||||||
@ -54,7 +54,7 @@ tabulate==0.9.0
|
|||||||
# via platformio
|
# via platformio
|
||||||
typing-extensions==4.11.0
|
typing-extensions==4.11.0
|
||||||
# via starlette
|
# via starlette
|
||||||
urllib3==1.26.18
|
urllib3==1.26.19
|
||||||
# via requests
|
# via requests
|
||||||
uvicorn==0.20.0
|
uvicorn==0.20.0
|
||||||
# via platformio
|
# via platformio
|
||||||
|
Loading…
x
Reference in New Issue
Block a user