From ef13af9640e0d7ff6c10763c3df58ce6153a47f9 Mon Sep 17 00:00:00 2001 From: Leo Bernard Date: Tue, 6 Feb 2024 21:43:55 +0100 Subject: [PATCH] v3.4.2 --- CHANGELOG.md | 7 +++++++ midi-script/version.py | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c771c5..52b5281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,15 @@ 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.2](https://github.com/leolabs/ableton.js/compare/v3.4.1...v3.4.2) + +- :bug: Fix buffer size limit being too high on Windows [`0c6bc7d`](https://github.com/leolabs/ableton.js/commit/0c6bc7d4dbb6ff1972f210d6d4bc6a168e8d2ce1) +- :bug: Mark `is_active` device property as read-only [`316f510`](https://github.com/leolabs/ableton.js/commit/316f51079e4fb7f407414485fd8b3cc47a0e9f1e) + #### [v3.4.1](https://github.com/leolabs/ableton.js/compare/v3.4.0...v3.4.1) +> 11 November 2023 + - :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) diff --git a/midi-script/version.py b/midi-script/version.py index 4fe6b1c..99ebe16 100644 --- a/midi-script/version.py +++ b/midi-script/version.py @@ -1 +1 @@ -version = "3.4.1" +version = "3.4.2" diff --git a/package.json b/package.json index 93449e5..bc0dc49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ableton-js", - "version": "3.4.1", + "version": "3.4.2", "description": "Control Ableton Live from Node", "main": "index.js", "author": "Leo Bernard ",