Skip to content

Commit fd84879

Browse files
chore(release): 1.10.0 [skip ci]
## [1.10.0](v1.9.0...v1.10.0) (2024-05-25) ### Features * Add an iCON Platform M+ script variant ([#25](#25)) ([91aa580](91aa580)) * Add an SSL UF1 script variant ([#31](#31)) ([16f82a9](16f82a9)) * Add an X-Touch One script variant ([#28](#28)) ([f7bc13b](f7bc13b)) * Allow navigating to project start/end via Shift + Rewind/Forward ([370b5a6](370b5a6)) * Allow switching encoder assignment pages via Shift + Channel Left/Right ([3f4cc63](3f4cc63)) * Enable automatic port detection for setups with multiple extenders ([dd504f8](dd504f8)) ### Bug Fixes * Avoid issues with touch-sensitive automation writing ([cdea1c2](cdea1c2)) * Do not send channel fader down when a track's name is empty ([de9c48b](de9c48b)) * Fix an issue where the first-received jog wheel event after loading the script would be ignored ([aab865f](aab865f)) * Improve VU meter update rate ([6ca175f](6ca175f)) * Leave function buttons and foot switches unmapped by default. This avoids closing the Mapping Assistant when pressing a function button or foot switch to select it for mapping in Cubase 13. ([9e17737](9e17737)) * Reset a mixer channel's VU meter when the channel becomes unassigned by banking ([848bf7a](848bf7a)) * Reset all button LEDs on script activation in case they were not reset before ([3091540](3091540)) * Unassign encoder push value in value under mouse control mode ([44cd497](44cd497)) ### Performance Improvements * Improve button LED feedback times ([61486a5](61486a5))
1 parent ea37961 commit fd84879

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,35 @@
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.10.0](https://github.com/bjoluc/cubase-mcu-midiremote/compare/v1.9.0...v1.10.0) (2024-05-25)
7+
8+
9+
### Features
10+
11+
* Add an iCON Platform M+ script variant ([#25](https://github.com/bjoluc/cubase-mcu-midiremote/issues/25)) ([91aa580](https://github.com/bjoluc/cubase-mcu-midiremote/commit/91aa580d24a8ee4a57916b30951770e708ca525b))
12+
* Add an SSL UF1 script variant ([#31](https://github.com/bjoluc/cubase-mcu-midiremote/issues/31)) ([16f82a9](https://github.com/bjoluc/cubase-mcu-midiremote/commit/16f82a9626af9865b64b209c78d86affe305af4c))
13+
* Add an X-Touch One script variant ([#28](https://github.com/bjoluc/cubase-mcu-midiremote/issues/28)) ([f7bc13b](https://github.com/bjoluc/cubase-mcu-midiremote/commit/f7bc13bd44b8e54a18a30866214633a7add728f4))
14+
* Allow navigating to project start/end via Shift + Rewind/Forward ([370b5a6](https://github.com/bjoluc/cubase-mcu-midiremote/commit/370b5a60b6cbaf7d69c2a033556d0653945a53d5))
15+
* Allow switching encoder assignment pages via Shift + Channel Left/Right ([3f4cc63](https://github.com/bjoluc/cubase-mcu-midiremote/commit/3f4cc63ee629d74cf8369100e0c86ee0c8bf429f))
16+
* Enable automatic port detection for setups with multiple extenders ([dd504f8](https://github.com/bjoluc/cubase-mcu-midiremote/commit/dd504f8c63f2e7c3b073073bf95e4409cf6832f4))
17+
18+
19+
### Bug Fixes
20+
21+
* Avoid issues with touch-sensitive automation writing ([cdea1c2](https://github.com/bjoluc/cubase-mcu-midiremote/commit/cdea1c255d66566f0407fa089880a879d96a64a9))
22+
* Do not send channel fader down when a track's name is empty ([de9c48b](https://github.com/bjoluc/cubase-mcu-midiremote/commit/de9c48bf0078ae0e1b8a84d73b7388346c933be1))
23+
* Fix an issue where the first-received jog wheel event after loading the script would be ignored ([aab865f](https://github.com/bjoluc/cubase-mcu-midiremote/commit/aab865f6b0ece8190f0c13c414dfa40afbb6b9fd))
24+
* Improve VU meter update rate ([6ca175f](https://github.com/bjoluc/cubase-mcu-midiremote/commit/6ca175f5c34f16fb5fa3967d8cbf86db0e908172))
25+
* Leave function buttons and foot switches unmapped by default. This avoids closing the Mapping Assistant when pressing a function button or foot switch to select it for mapping in Cubase 13. ([9e17737](https://github.com/bjoluc/cubase-mcu-midiremote/commit/9e17737101f5295af4be2b32dd23b9ad43db5b1a))
26+
* Reset a mixer channel's VU meter when the channel becomes unassigned by banking ([848bf7a](https://github.com/bjoluc/cubase-mcu-midiremote/commit/848bf7af789b01557eaf91f1642f9ba31f3438a4))
27+
* Reset all button LEDs on script activation in case they were not reset before ([3091540](https://github.com/bjoluc/cubase-mcu-midiremote/commit/3091540b3a506e67a682d27db879af63a79ced01))
28+
* Unassign encoder push value in value under mouse control mode ([44cd497](https://github.com/bjoluc/cubase-mcu-midiremote/commit/44cd497d65718fb1a25fb77036aeed88219856d0))
29+
30+
31+
### Performance Improvements
32+
33+
* Improve button LED feedback times ([61486a5](https://github.com/bjoluc/cubase-mcu-midiremote/commit/61486a5d0b2aa2e30baaf067a27bdbd40d2ed61a))
34+
635
## [1.9.0](https://github.com/bjoluc/cubase-mcu-midiremote/compare/v1.8.0...v1.9.0) (2024-01-10)
736

837

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

0 commit comments

Comments
 (0)