From 065f068cbed8eb277bd5286c7d30ee2eda70f45d Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Sun, 10 Nov 2024 21:08:42 +0100 Subject: [PATCH] v3.5.0 --- CHANGELOG.md | 11 +++++++++++ midi-script/version.py | 2 +- package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e1266..7a74b6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v3.5.0](https://github.com/leolabs/ableton.js/compare/v3.4.6...v3.5.0) + +- Feature: session highlighting with red ring [`#123`](https://github.com/leolabs/ableton.js/pull/123) +- Update README to have correct start scripts [`#124`](https://github.com/leolabs/ableton.js/pull/124) +- :hammer: Add a `format` command and document it in the readme [`b383e44`](https://github.com/leolabs/ableton.js/commit/b383e449692f2c2741fbbd013c87c055716a34e2) +- :bug: Fix large messages sent by the Python script not being received processed properly by Node [`fd33ce3`](https://github.com/leolabs/ableton.js/commit/fd33ce305521b580f2c87ef72034225e5feaf14d) +- :bug: Fix larger messages not being received properly in Live [`233296e`](https://github.com/leolabs/ableton.js/commit/233296e054b80b961b5011ebbe1b849cd3cbbd22) +- :bug: Fix typing for `mute` value [`30f62ee`](https://github.com/leolabs/ableton.js/commit/30f62ee0195a03bdc4bd48e9b0c2ee5a120212d4) + #### [v3.4.6](https://github.com/leolabs/ableton.js/compare/v3.4.5...v3.4.6) +> 18 May 2024 + - Get `song.view.get('detail_clip')` working [`#118`](https://github.com/leolabs/ableton.js/pull/118) #### [v3.4.5](https://github.com/leolabs/ableton.js/compare/v3.4.4...v3.4.5) diff --git a/midi-script/version.py b/midi-script/version.py index 5d78c28..17d1e85 100644 --- a/midi-script/version.py +++ b/midi-script/version.py @@ -1 +1 @@ -version = "3.4.6" +version = "3.5.0" diff --git a/package.json b/package.json index 412a28e..cba6ea0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.4.6", + "version": "3.5.0", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",