Skip to content

Commit 7316b23

Browse files
committed
version bumb to 2.3.0-beta.1
1 parent a94e98e commit 7316b23

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

README.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wing-companion",
3-
"version": "2.2.4-beta.1",
3+
"version": "2.3.0-beta.1",
44
"main": "dist/index.js",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)