@@ -4,11 +4,39 @@ See also HELP.md and LICENSE
44
55# Changelog
66
7- ## 2.2.4
7+ ## 2.3.0
8+
9+ ### Added
10+
11+ - Action to control monitor souce level (Set Monitor Source Level)
12+ - Action to control monitor PFL dim (Set Monitor PFL Dim)
13+ - Feedback for a channel strip's Sends-on-Fader status (SoF Active)
14+ - Presets for Sends-on-Fader
15+ - Added configuration options to select both the variable chunk size and variable chunk delay when prefetching variables
816
917### Fixed
1018
19+ - Fixed a performance issue with variables that would prevent variables from updating correctly under certain circumstances
20+ - Fixed feedbacks not updating correctly due to inconsistency in internal and external state
1121- Changed name of ` variables/aux.ts ` to ` variables/auxiliary.ts ` to avoid build issues on Windows
22+ - The module status badge now correctly reflects the connection status to the Behringer Wing device
23+ - Detected consoles are listed correctly in the configuration IP dropdown
24+ - Module now updates correctly when a detected console is selected in the configuration IP dropdown
25+ - 'Mute' presets now correctly use the 'toggle' option from the Set Mute action
26+ - 'Solo' presets now correctly use the 'toggle' option from the Set Solo action
27+
28+ ### Changed
29+
30+ - Variables are prefetched in configurable chunks with configurable delay between chunks
31+ - The 'Set SOF' command now has a 'toggle' option
32+ - Variables are now defined in separate files and aggregated in ` variables/index.ts ` for easier maintainability and expansion
33+ - A variable definition now has the option to provide a ` command ` to specify the command to send during variable prefetching
34+ - Reduced timeout until a console is no longer listed in the configuration IP dropdown from 60s to 20s
35+ - Console messages are handled more efficiently using a debounce function
36+ - Presets now use an expression for their name instead of a static string
37+ - Increased logging details in connection-handler to show the type of all messaages in the log output
38+
39+ ## 2.2.4
1240
1341### Added
1442
0 commit comments