Skip to content

Releases: kmontag/buildable

v0.4.0

17 Aug 03:10
Compare
Choose a tag to compare

v0.4.0 (2024-08-17)

Chore

  • chore: test accessing session track width (05b94a5)

  • chore: remove stray directory (33c60b2)

Ci

  • ci: temporarily disable codecov action

workaround for codecov/codecov-action#1547 (65a28d2)

  • ci: require coverage to succeed before publishing (0451e07)

Documentation

Feature

  • feat: add AutomationLanes and the highlighted track index (40a9952)

v0.3.0

17 Aug 00:50
Compare
Choose a tag to compare

v0.3.0 (2024-08-17)

Feature

  • feat: add some view state properties (eb0b957)

  • feat: add more key/MIDI mappings (f5eba3f)

v0.2.0

16 Aug 20:24
Compare
Choose a tag to compare

v0.2.0 (2024-08-16)

Chore

  • chore: formatting fixes (fc30c81)

  • chore: add set-level validations and start standardized test layout (6d97d2c)

Documentation

  • docs: update README and contributing guidelines (ad53151)

Feature

  • feat: add specific error for duplicate pointee IDs (77d3c93)

  • feat: add methods to move tracks (3ac8be1)

Fix

  • fix: disallow duplicate pointee IDs and fix SendsPre ID generation (e7ed501)

v0.1.1

16 Aug 14:05
Compare
Choose a tag to compare

v0.1.1 (2024-08-16)

Chore

  • chore: remove unnecessary root semantic.yml configuration (720e9d2)

  • chore: don't increment major version from 0 automatically (8e13622)

Documentation

  • docs: add how-to for PRs and local development (459cca4)

Fix

  • fix: remove non-existent quantization mapping on Transport (55af70c)

v0.1.0

16 Aug 13:33
Compare
Choose a tag to compare

v0.1.0 (2024-08-16)

Chore

  • chore: fix tests on older python versions (18951a3)

  • chore: add .editorconfig (4efe486)

  • chore: style fixes (d682458)

Ci

  • ci: add tests for python 3.8 (aeffbb9)

Feature

  • feat: add key/MIDI mapping support for many high-level elements (7c733b4)

Fix

  • fix: fix typing issues and set up semantic release (d20eca3)

  • fix: preserve misspelling in "ViewStateSesstionTrackWidth" tag

There are a number of misspellings in the Live set schema. We should
preserve them to keep our API as close as possible to the real XML document. (0679c31)

Unknown

  • add github workflows (52276a3)

  • update README (9aba993)

  • apply formatting auto-fixes (a09aa65)

  • initial implementation for copying tracks between sets (2a5e496)

  • initial package structure (fb66813)