Skip to content

Commit f886eb5

Browse files
chore(release): 1.7.0 [skip ci]
## [1.7.0](v1.6.0...v1.7.0) (2023-09-21) ### Features * Add a Mackie MCU Pro script variant ([#11](#11)) – thanks @JDubs73 and @Support-AT for testing! ([25508c4](25508c4)) * Make "Shift + Display Name/Value" flip the scribble strip display rows ([dfd2453](dfd2453)) * **Mapping:** Make "Shift + Bank Left" navigate to the first mixer bank ([b9b3042](b9b3042)) * **X-Touch:** Add `useEncoderColors` config option ([e98f414](e98f414)) ### Bug Fixes * Allow custom assignments of the Motor button ([1da391b](1da391b)) * Fix invalid note-on messages for future Cubase versions ([c7d5597](c7d5597)), closes [#15](#15) * **X-Touch:** Fix an issue where loading an empty project would not turn off the display backlights ([acccbc0](acccbc0)), closes [#12](#12)
1 parent 25508c4 commit f886eb5

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.7.0](https://github.com/bjoluc/cubase-mcu-midiremote/compare/v1.6.0...v1.7.0) (2023-09-21)
7+
8+
9+
### Features
10+
11+
* Add a Mackie MCU Pro script variant ([#11](https://github.com/bjoluc/cubase-mcu-midiremote/issues/11)) – thanks @JDubs73 and @Support-AT for testing! ([25508c4](https://github.com/bjoluc/cubase-mcu-midiremote/commit/25508c4ef4f58f1d247e0a882cf7b5020316ee3d))
12+
* Make "Shift + Display Name/Value" flip the scribble strip display rows ([dfd2453](https://github.com/bjoluc/cubase-mcu-midiremote/commit/dfd245378a0322bb88fcdb3b8b98c2a736fe713d))
13+
* **Mapping:** Make "Shift + Bank Left" navigate to the first mixer bank ([b9b3042](https://github.com/bjoluc/cubase-mcu-midiremote/commit/b9b30423453610d26ab00c34589f7366003c9802))
14+
* **X-Touch:** Add `useEncoderColors` config option ([e98f414](https://github.com/bjoluc/cubase-mcu-midiremote/commit/e98f414eb1b6f2c7f2f1aef7ba6c7086bcfbab6e))
15+
16+
17+
### Bug Fixes
18+
19+
* Allow custom assignments of the Motor button ([1da391b](https://github.com/bjoluc/cubase-mcu-midiremote/commit/1da391b001bbd4969b1e5452fb000d9e0dc75aa7))
20+
* Fix invalid note-on messages for future Cubase versions ([c7d5597](https://github.com/bjoluc/cubase-mcu-midiremote/commit/c7d559724e0e4de378ddd3ad111f6f98ddd00758)), closes [#15](https://github.com/bjoluc/cubase-mcu-midiremote/issues/15)
21+
* **X-Touch:** Fix an issue where loading an empty project would not turn off the display backlights ([acccbc0](https://github.com/bjoluc/cubase-mcu-midiremote/commit/acccbc03d6803989d6acd2889296fdc35071dd1d)), closes [#12](https://github.com/bjoluc/cubase-mcu-midiremote/issues/12)
22+
623
## [1.6.0](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.5.0...v1.6.0) (2023-07-05)
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.6.0",
3+
"version": "1.7.0",
44
"private": true,
55
"scripts": {
66
"build": "tsup",

0 commit comments

Comments
 (0)