|
1 | 1 | # companion-module-behringer-wing |
2 | 2 | See also HELP.md and LICENSE |
3 | 3 |
|
4 | | -**V0.5.0** |
5 | | -* Initial release / testing |
6 | | -* Fader, Mute, LED, Colors, Solo, Sends |
7 | | -* With dynamic variables and Feedback |
8 | 4 |
|
9 | | -**V0.9.0** |
10 | | -* Protocol update |
| 5 | +# Changelog |
11 | 6 |
|
12 | | -**V0.9.1** |
13 | | -* Feedback and Variables |
| 7 | +## 2.0.0 |
14 | 8 |
|
15 | | -**V0.9.2** |
16 | | -* Talkback bus control |
| 9 | +### Added |
| 10 | +- Support for Companion 3.0 |
| 11 | +- Device discovery listing Behringer Wing devices in configuration screen (inspired by [Behringer X32](https://github.com/bitfocus/companion-module-behringer-x32/tree/master)) |
| 12 | +- Fade-Curve Easings (copied from [Behringer X32](https://github.com/bitfocus/companion-module-behringer-x32/tree/master)) |
| 13 | +- Support for Wing Rack and Wing Comapct |
17 | 14 |
|
18 | | -**V1.0.0** |
19 | | -* Implement a 'Clear All Solo' function |
20 | | -* Cleanup: remove excess debugging code |
| 15 | +### Changed |
| 16 | +- Re-structued repository to accomodate for large number of commands (inspired by [ATEM](https://github.com/bitfocus/companion-module-bmd-atem)) |
| 17 | + - chaned from `action.ts` to `action/` as directory with one file per category |
| 18 | + - OSC commands are documented the `commands/` directory, with one file per category. Each command category is its own namespace. |
21 | 19 |
|
22 | | -**V1.0.1** |
23 | | -* Fix typos on certain mute actions |
| 20 | +## 1.0.4 |
24 | 21 |
|
25 | | -**V1.0.2** |
26 | | -* Fix Repo URL in HELP.md |
| 22 | +### Fixed |
| 23 | +- Fix DCA Channel count (16 not 8) |
27 | 24 |
|
28 | | -**V1.0.3** |
29 | | -* Fix remaining switch/toggle actions |
| 25 | +## 1.0.3 |
30 | 26 |
|
31 | | -**V1.0.4** |
32 | | -* Fix DCA Channel count (16 not 8) |
| 27 | +### Fixed |
| 28 | +- Fix remaining switch/toggle actions |
| 29 | + |
| 30 | +## 1.0.2 |
| 31 | + |
| 32 | +### Fixed |
| 33 | +- Fix Repo URL in HELP.md |
| 34 | + |
| 35 | +## 1.0.1 |
| 36 | + |
| 37 | +### Fixed |
| 38 | +- Fix typos on certain mute actions |
| 39 | + |
| 40 | +## 1.0.0 |
| 41 | + |
| 42 | +### Added |
| 43 | +- Implement a 'Clear All Solo' function |
| 44 | + |
| 45 | +### Changed |
| 46 | +- Cleanup: remove excess debugging code |
| 47 | + |
| 48 | +## 0.9.2 |
| 49 | +### Added |
| 50 | +- Talkback bus control |
| 51 | + |
| 52 | +## 0.9.1 |
| 53 | +### Added |
| 54 | +- Feedback and Variables |
| 55 | + |
| 56 | +## 0.9.0 |
| 57 | +### Changed |
| 58 | +- Protocol update |
| 59 | + |
| 60 | +## 0.5.0 |
| 61 | +### Added |
| 62 | +- Initial release / testing |
| 63 | +- Fader, Mute, LED, Colors, Solo, Sends |
| 64 | +- With dynamic variables and Feedback |
0 commit comments