From de668dbfaddaec37e897462e0b6c61d1041c93dd Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Sat, 11 Nov 2023 16:56:53 +0100 Subject: [PATCH] v3.4.1 --- CHANGELOG.md | 8 ++++++++ midi-script/version.py | 2 +- package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77143a0..9c771c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,16 @@ 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.4.1](https://github.com/leolabs/ableton.js/compare/v3.4.0...v3.4.1) + +- :sparkles: Add a `safeStartPlaying` method that only calls `start_playing` when Live is currently stopped [`46e1354`](https://github.com/leolabs/ableton.js/commit/46e13549f0c33ef6d82d20c42df30fb8c539af32) +- :bug: Fix master track erroring because it doesn't have solo/mute properties [`3b58e72`](https://github.com/leolabs/ableton.js/commit/3b58e7205a5e547b7e0f2e0784eb9be71548ce1c) +- :mute: Don't log results of getting track view properties [`3b4a5bd`](https://github.com/leolabs/ableton.js/commit/3b4a5bd07c3be7b7ec9f2cc21574b72d1fb375b4) + #### [v3.4.0](https://github.com/leolabs/ableton.js/compare/v3.3.5...v3.4.0) +> 11 November 2023 + - :bug: Fix setting quantizations not working correctly [`cd7a6e5`](https://github.com/leolabs/ableton.js/commit/cd7a6e52e65ad8dea9082b8b24afed952f6b33ad) - :sparkles: Return mute and solo properties for each track [`5585533`](https://github.com/leolabs/ableton.js/commit/558553386dc7a0927541c2b246cc27fd86677641) diff --git a/midi-script/version.py b/midi-script/version.py index 501e9ac..4fe6b1c 100644 --- a/midi-script/version.py +++ b/midi-script/version.py @@ -1 +1 @@ -version = "3.4.0" +version = "3.4.1" diff --git a/package.json b/package.json index 0de98be..93449e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.4.0", + "version": "3.4.1", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",