Skip to content

Commit 0487d3c

Browse files
chore(release): 1.5.0 [skip ci]
## [1.5.0](v1.4.2...v1.5.0) (2023-03-31) ### Features * Add encoder assignments for channel strip plugins ([fad1e7a](fad1e7a)) ### Bug Fixes * Fix track titles not being updated in Cubase v12.0.60 ([cbf7c27](cbf7c27)) * Update time display and Beats/SMPTE LEDs on script activation ([ebcfa0f](ebcfa0f))
1 parent ebcfa0f commit 0487d3c

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5.0](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.4.2...v1.5.0) (2023-03-31)
7+
8+
9+
### Features
10+
11+
* Add encoder assignments for channel strip plugins ([fad1e7a](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/fad1e7a1ca937a87ff219f0cd2a39081a051ea48))
12+
13+
14+
### Bug Fixes
15+
16+
* Fix track titles not being updated in Cubase v12.0.60 ([cbf7c27](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/cbf7c2704d9dc589d6c64aeb7ae06a53b338f11e))
17+
* Update time display and Beats/SMPTE LEDs on script activation ([ebcfa0f](https://github.com/bjoluc/cubase-xtouch-midiremote/commit/ebcfa0f0d6130c8e283d1b28b8fa4c84aa587db5))
18+
619
## [1.4.2](https://github.com/bjoluc/cubase-xtouch-midiremote/compare/v1.4.1...v1.4.2) (2023-03-22)
720

821

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.4.2",
3+
"version": "1.5.0",
44
"private": true,
55
"scripts": {
66
"build": "node build.mjs",

0 commit comments

Comments
 (0)