Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leolabs committed Nov 10, 2024
1 parent 233296e commit 065f068
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion midi-script/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "3.4.6"
version = "3.5.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 065f068

Please sign in to comment.