Releases: kmontag/buildable
v0.4.0
v0.4.0 (2024-08-17)
Chore
Ci
- ci: temporarily disable codecov action
workaround for codecov/codecov-action#1547 (65a28d2
)
- ci: require coverage to succeed before publishing (
0451e07
)
Documentation
- docs: fix typo (
61347e7
)
Feature
- feat: add AutomationLanes and the highlighted track index (
40a9952
)
v0.3.0
v0.2.0
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
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
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
)