Skip to content

Commit 0c985aa

Browse files
chore(release): 1.9.0 [skip ci]
## [1.9.0](v1.8.0...v1.9.0) (2024-01-10) ### Features * Allow inverting EQ gain by shift-pressing EQ gain encoders ([370ed12](370ed12)), closes [#17](#17) [#17](#17) * Implement port auto detection for all setups with one main and one extender device ([e08fb09](e08fb09)) * Make encoder values with known defaults resettable by shift-pushing encoders ([57f4898](57f4898)) * Reset channel panners on encoder push, unless `resetPanOnEncoderPush` is set to `false` ([bbd4368](bbd4368))
1 parent 4d40225 commit 0c985aa

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.9.0](https://github.com/bjoluc/cubase-mcu-midiremote/compare/v1.8.0...v1.9.0) (2024-01-10)
7+
8+
9+
### Features
10+
11+
* Allow inverting EQ gain by shift-pressing EQ gain encoders ([370ed12](https://github.com/bjoluc/cubase-mcu-midiremote/commit/370ed12b8ef41b5831b4b22f7411ef7c711eb95f)), closes [#17](https://github.com/bjoluc/cubase-mcu-midiremote/issues/17) [#17](https://github.com/bjoluc/cubase-mcu-midiremote/issues/17)
12+
* Implement port auto detection for all setups with one main and one extender device ([e08fb09](https://github.com/bjoluc/cubase-mcu-midiremote/commit/e08fb09a457911cffe33cbddbaf44069bb047eb6))
13+
* Make encoder values with known defaults resettable by shift-pushing encoders ([57f4898](https://github.com/bjoluc/cubase-mcu-midiremote/commit/57f4898a001d278bdd7b7e135a7324043550fdd4))
14+
* Reset channel panners on encoder push, unless `resetPanOnEncoderPush` is set to `false` ([bbd4368](https://github.com/bjoluc/cubase-mcu-midiremote/commit/bbd4368ebbe4627cbdc8b360ef0ed46d0b1749e3))
15+
616
## [1.8.0](https://github.com/bjoluc/cubase-mcu-midiremote/compare/v1.7.0...v1.8.0) (2023-11-17)
717

818

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cubase-mcu-midiremote",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"private": true,
55
"scripts": {
66
"build": "tsup",

0 commit comments

Comments
 (0)