Skip to content

Commit fae5938

Browse files
committedMay 18, 2024·
Build bump, changelog update
1 parent 2ec3639 commit fae5938

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed
 

‎CHANGELOG.md

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

3+
#### Build 2405180
4+
- Official 0.15.0-b3 release
5+
- Merge 0.14.3 fixes
6+
- Added Pinwheel Expand 1D->2D effect mapping mode (#3961 by @Brandon502)
7+
- Add changeable i2c address to BME280 usermod (#3966 by @LordMike)
8+
- Effect: Firenoise - add palette selection
9+
- Experimental parallel I2S support for ESP32 (compile time option)
10+
- increased outputs to 17
11+
- increased max possible color order overrides
12+
- use WLED_USE_PARALLEL_I2S during compile
13+
WARNING: Do not set up more than 256 LEDs per output when using parallel I2S with NeoPixelBus less than 2.9.0
14+
- Update Usermod: Battery (#3964 by @adamsthws)
15+
- Update Usermod: BME280 (#3965 by @LordMike)
16+
- TM1914 chip support (#3913)
17+
- Ignore brightness in Peek
18+
- Antialiased line & circle drawing functions
19+
- Enabled some audioreactive effects for single pixel strips/segments (#3942 by @gaaat98)
20+
- Usermod Battery: Added Support for different battery types, Optimized file structure (#3003 by @itCarl)
21+
- Skip playlist entry API (#3946 by @freakintoddles2)
22+
- various optimisations and bugfixes (#3987, #3978)
23+
324
#### Build 2405030
425
- Using brightness in analog clock overlay (#3944 by @paspiz85)
526
- Add Webpage shortcuts (#3945 by @w00000dy)

‎wled00/wled.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
// version code in format yymmddb (b = daily build)
11-
#define VERSION 2405030
11+
#define VERSION 2405180
1212

1313
//uncomment this if you have a "my_config.h" file you'd like to use
1414
//#define WLED_USE_MY_CONFIG

0 commit comments

Comments
 (0)
Please sign in to comment.