Skip to content

Commit b8b1188

Browse files
committed
Merge branch 'main' into 0_15
2 parents 0ff4016 + 3615ab5 commit b8b1188

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
## WLED changelog
22

3-
#### Build 2405180
4-
53
#### Build 2406290
64
- WLED 0.15.0-b4 release
75
- LED settings bus management update (WARNING only allow available outputs)
@@ -40,8 +38,10 @@
4038
- reduces code by 1kB
4139

4240
#### Build 2405180
41+
- WLED 0.14.4 release
42+
- Fix for #3978
4343
- Official 0.15.0-b3 release
44-
- Merge 0.14.3 fixes
44+
- Merge 0.14.3 fixes into 0_15
4545
- Added Pinwheel Expand 1D->2D effect mapping mode (#3961 by @Brandon502)
4646
- Add changeable i2c address to BME280 usermod (#3966 by @LordMike)
4747
- Effect: Firenoise - add palette selection

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pyelftools==0.29
4242
# via platformio
4343
pyserial==3.5
4444
# via platformio
45-
requests==2.31.0
45+
requests==2.32.0
4646
# via platformio
4747
semantic-version==2.10.0
4848
# via platformio
@@ -54,7 +54,7 @@ tabulate==0.9.0
5454
# via platformio
5555
typing-extensions==4.11.0
5656
# via starlette
57-
urllib3==1.26.18
57+
urllib3==1.26.19
5858
# via requests
5959
uvicorn==0.20.0
6060
# via platformio

0 commit comments

Comments
 (0)