Skip to content

Commit

Permalink
chore(release): 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Nov 17, 2023
1 parent 1e8c74d commit 100a61e
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.0](https://github.com/bjoluc/cubase-mcu-midiremote/compare/v1.7.0...v1.8.0) (2023-11-17)


### Features

* Add a `channelVisibility` config option to simplify channel type visibility control ([812fe2f](https://github.com/bjoluc/cubase-mcu-midiremote/commit/812fe2fa7a93179a7d98f2cdb6b0fc7dce031efe))
* **Cubase 13 only:** Add proper fader touch support for automation writing ([e79ccab](https://github.com/bjoluc/cubase-mcu-midiremote/commit/e79ccab3a1df81d7e56b02b84a153a61c88ec1d3))
* Make the jog wheel zoom in and out when zoom mode is active ([ff6c0ff](https://github.com/bjoluc/cubase-mcu-midiremote/commit/ff6c0ff5fe804d12abc1fc385b6c94bfa50ada9f))
* **X-Touch:** Enhance device surface layout to match the CGI product image ([1e8c74d](https://github.com/bjoluc/cubase-mcu-midiremote/commit/1e8c74d1c23531dda5a1b3f334135440f5af7abf))
* **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))


### Bug Fixes

* **Cubase 13 only:** Avoid occasional lags while modifying parameters ([454a4dd](https://github.com/bjoluc/cubase-mcu-midiremote/commit/454a4dd15f0397ae6cc4be1fbb92f1280ff88e31))
* **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))

## [1.7.0](https://github.com/bjoluc/cubase-mcu-midiremote/compare/v1.6.0...v1.7.0) (2023-09-21)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cubase-xtouch-midiremote",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"scripts": {
"build": "tsup",
Expand Down

0 comments on commit 100a61e

Please sign in to comment.