You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Readd import Collections to show JSON validation failures details
* Editorial update
* Audiograbber - Remove config for not implemented feature
* Smoothing - Update defaults and range
* Version 2.0.15
- Audio Grabber to add audio visualization support for both Windows and Linux.
12
+
- Support streaming to individual WLED segments (requires WLED 0.13.3+).
13
+
To allow segment streaming, enable "Realtime - Use main segment only" in WLED's Sync Interfaces setup screen
14
+
- Allow to keep WLED powered on after streaming and restoring state
13
15
- Allow to Disable / Enable all instances (#970) by
14
16
- Suspend/Resume support for Linux and Windows (#1493,#1282, #978).
15
17
Suspend/Resume/Restart is supported via API, UI, Systray and hyperion-remote
16
18
- Idle scenario via Screen Locking (Linux/Windows), Screensaver invokation (Linux), hyperion-remote or API
17
19
In Idle, all instances, components will be disabled besides the output processing (LED-Devices, smoothing).
18
20
The current priorities will be cleared and the background effect per instance will be executed, if enabled.
19
21
- Commands toogleSuspend and toggleIdle allow to flip between modes, e.g. might be used to trigger modes by a remote
22
+
- Reduced pixel processing to reduce resources on big assignment areas
23
+
- Support for squared mean color processing
24
+
- Support for dominant color processing on assigned LED areas (#1382). A simple and advanced way is provided. Advanced and high accuracy might be combined with reduced pixel processing to lower CPU usage.
20
25
- Add instance# in API response (#1504)
21
26
22
27
### Changed
23
28
29
+
- REST API - Increased default timeout to address "Operation cancelled" errors
30
+
- LED Devices: Allow to differentiate between recoverable/unrecoverable errors
31
+
- Renamed LED area assignment naming to provide clarity on the processing algorithms
32
+
24
33
### Fixed
25
34
35
+
- Effects/Smoothing: Effects with dedicated smoothing settings will now run with those settings (even if general smoothing is off)
36
+
- No interim color update after streaming and turning off WLED
37
+
- LED-Matrix Layout: Add Cabling direction selection element again (#1566)
26
38
- Restart correctly, if running as service (#1368)
27
39
- Hue-Wizard: In case auto discovery failed, port 80 was not used as default (#1544)
28
40
- Send only one reply per Start Instance request (#1551)
29
41
- Add instance# in JSON-API replies (aligning to Add instance in websocket response to a subscription #1504 behaviour)
30
-
- hyperion-remote: Extracting reply for a configGet request correctly (#1555)
42
+
- hyperion-remote: Extracting reply for a configGet request correctly (#1555)
43
+
- Grabber fps setting was not applied correctly
44
+
- Smoothing: No empty updates
31
45
32
46
### Technical
33
47
- Add CodeQL for GitHub code scanning
34
48
- Update to Protocol Buffers 3.21.12
35
-
-cmake support of libcec without version in lib-name
49
+
-Update to Mbed TLS 3.3.0
36
50
- Qt6 alignments
51
+
- cmake support of libcec without version in lib-name
0 commit comments