Skip to content

Commit a59a36c

Browse files
chore(release): 1.6.0 [skip ci]
## [1.6.0](v1.5.0...v1.6.0) (2023-07-05) ### Features * Add low-cut and high-cut filter pages to the "Track" encoder assign button ([6551319](6551319)) * Add support for the iCON QCon Pro G2 ([#7](#7)) ([ee4a800](ee4a800)) * Add Track Quick Controls page to "Track" encoder assignment ([a0a697c](a0a697c)) * **X-Touch:** Extend port detection by ports named "X-Touch INT" ([d25b2ff](d25b2ff)) ### Bug Fixes * Fix an issue where turning multiple devices' encoders at once would leave channel strip displays showing values instead of returning to the respective parameter names ([832a052](832a052)) * Use VST Quick Controls in "Inst" encoder assignment instead of Track Quick Controls ([129cf46](129cf46)) * Work around the regressions introduced in Cubase 12.0.60 ([fd3a69b](fd3a69b)), closes [#6](#6) [#5](#5)
1 parent 0a25106 commit a59a36c

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.6.0](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.5.0...v1.6.0) (2023-07-05)
7+
8+
9+
### Features
10+
11+
* Add low-cut and high-cut filter pages to the "Track" encoder assign button ([6551319](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/6551319a58912ed8efd00cf932e22c111006a3b0))
12+
* Add support for the iCON QCon Pro G2 ([#7](https://github.com/bjoluc/cubase-xtouch-midiremote/issues/7)) ([ee4a800](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/ee4a8009830f73ab02591449e432e7175147a2e0))
13+
* Add Track Quick Controls page to "Track" encoder assignment ([a0a697c](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/a0a697cc7500f556f5326654db6ab610d0e483e5))
14+
* **X-Touch:** Extend port detection by ports named "X-Touch INT" ([d25b2ff](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/d25b2ff49a848d2e55c06957fb48f7e80f6c4f33))
15+
16+
17+
### Bug Fixes
18+
19+
* Fix an issue where turning multiple devices' encoders at once would leave channel strip displays showing values instead of returning to the respective parameter names ([832a052](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/832a052277b2c69de0ea10e98b7878f290e4e023))
20+
* Use VST Quick Controls in "Inst" encoder assignment instead of Track Quick Controls ([129cf46](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/129cf468e2e561a857ba77a99314f5e646f904a8))
21+
* Work around the regressions introduced in Cubase 12.0.60 ([fd3a69b](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/fd3a69bc0d3e7a9e87d4c48ba95deb33d34c547c)), closes [#6](https://github.com/bjoluc/cubase-xtouch-midiremote/issues/6) [#5](https://github.com/bjoluc/cubase-xtouch-midiremote/issues/5)
22+
623
## [1.5.0](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.4.2...v1.5.0) (2023-03-31)
724

825

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-xtouch-midiremote",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"private": true,
55
"scripts": {
66
"build": "tsup",

0 commit comments

Comments
 (0)