Skip to content

Commit 100a61e

Browse files
chore(release): 1.8.0 [skip ci]
## [1.8.0](v1.7.0...v1.8.0) (2023-11-17) ### Features * Add a `channelVisibility` config option to simplify channel type visibility control ([812fe2f](812fe2f)) * **Cubase 13 only:** Add proper fader touch support for automation writing ([e79ccab](e79ccab)) * Make the jog wheel zoom in and out when zoom mode is active ([ff6c0ff](ff6c0ff)) * **X-Touch:** Enhance device surface layout to match the CGI product image ([1e8c74d](1e8c74d)) * **X-Touch:** Replace the `useEncoderColors` config flag with a more advanced `displayColorMode` option, also making it possible to disable display color management altogether ([d8d5eec](d8d5eec)) ### Bug Fixes * **Cubase 13 only:** Avoid occasional lags while modifying parameters ([454a4dd](454a4dd)) * **X-Touch:** Fall back to white displays for assigned encoders on unassigned channels when the script is configured to use channel colors only ([07e4592](07e4592))
1 parent 1e8c74d commit 100a61e

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.8.0](https://github.com/bjoluc/cubase-mcu-midiremote/compare/v1.7.0...v1.8.0) (2023-11-17)
7+
8+
9+
### Features
10+
11+
* Add a `channelVisibility` config option to simplify channel type visibility control ([812fe2f](https://github.com/bjoluc/cubase-mcu-midiremote/commit/812fe2fa7a93179a7d98f2cdb6b0fc7dce031efe))
12+
* **Cubase 13 only:** Add proper fader touch support for automation writing ([e79ccab](https://github.com/bjoluc/cubase-mcu-midiremote/commit/e79ccab3a1df81d7e56b02b84a153a61c88ec1d3))
13+
* Make the jog wheel zoom in and out when zoom mode is active ([ff6c0ff](https://github.com/bjoluc/cubase-mcu-midiremote/commit/ff6c0ff5fe804d12abc1fc385b6c94bfa50ada9f))
14+
* **X-Touch:** Enhance device surface layout to match the CGI product image ([1e8c74d](https://github.com/bjoluc/cubase-mcu-midiremote/commit/1e8c74d1c23531dda5a1b3f334135440f5af7abf))
15+
* **X-Touch:** Replace the `useEncoderColors` config flag with a more advanced `displayColorMode` option, also making it possible to disable display color management altogether ([d8d5eec](https://github.com/bjoluc/cubase-mcu-midiremote/commit/d8d5eec996291e13ba485cf5451a0d455b5f42c1))
16+
17+
18+
### Bug Fixes
19+
20+
* **Cubase 13 only:** Avoid occasional lags while modifying parameters ([454a4dd](https://github.com/bjoluc/cubase-mcu-midiremote/commit/454a4dd15f0397ae6cc4be1fbb92f1280ff88e31))
21+
* **X-Touch:** Fall back to white displays for assigned encoders on unassigned channels when the script is configured to use channel colors only ([07e4592](https://github.com/bjoluc/cubase-mcu-midiremote/commit/07e4592e876f94611c3400b2a34280ffdfa934e3))
22+
623
## [1.7.0](https://github.com/bjoluc/cubase-mcu-midiremote/compare/v1.6.0...v1.7.0) (2023-09-21)
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.7.0",
3+
"version": "1.8.0",
44
"private": true,
55
"scripts": {
66
"build": "tsup",

0 commit comments

Comments
 (0)