Skip to content

v0.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 02:51

v0.0.1 (2024-08-19)

Chore

  • chore: switch minimum python version to 3.8 (0eb913f)

  • chore: switch to poetry for project management (326201f)

Ci

  • ci: publish releases using semantic-release (295c043)

  • ci: cache decompiled MIDI remote scripts (6df7e77)

  • ci: allow revert commits (491664b)

  • ci: add semantic PRs config (87cede4)

  • ci: switch to latest macos (3602d65)

  • ci: add action to access CI server over VNC (1673a9a)

  • ci: add type-checking step with real Live resources (62f801a)

  • ci: switch to poetry for CI checks (bd28b9b)

Fix

  • fix: fix elements type-checker issue (fca08d0)

  • fix: fix some typing issues (b396ad7)

Unknown

  • Revert "ci: add action to access CI server over VNC"

This reverts commit ed20bbc.

The idea here was to use the GUI to build a Preferences.cfg that would allow tests to be run
in a GH action. Unfortunately Live crashes when opened in the GitHub runner, so this isn't
really useful as-is. (28d2731)

  • Remove empty .gitmodules file (36ad3d3)

  • Updates to backlight management and standalone/hosted mode transitions (#3)

  • Cleaner handling of standalone/hosted mode state cache

  • Clean up transitions between hosted and standalone modes

  • Fix event expectations in standalone tests

  • Disable backlight management by default

It causes issues with LEDs, and probably is a bit intrusive.

  • Send a backlight update on disconnect if configured

  • Force-update LEDs a few seconds after setting backlight

Works around a firmware issue where the LEDs revert to their values
from one of the standalone presets after sending a backlight sysex.

  • Fix type check error

  • Remove references to SSCOM port name (d1e3d88)

  • Update README (8de012a)

  • Update README (c88259a)

  • Update README (80e932b)

  • Remove unnecessary sysexes during standalone transitions (dfed784)

  • Update sysexes and handshake for SS firmware v2.x (9678e70)

  • Live 12 also supported (caf29e2)

  • Fix clip launch tests when auto arm is enabled (2f3a35d)

  • Add venv setup (42b562c)

  • Add tests for wide clip launch (2c980c3)

  • Update README (51c0200)

  • Remove unused uncompyle dependency (13bd305)

  • Validation workflow cleanup (429b77b)

  • Fix README typo (edfdcff)

  • Increase default full-pressure setting (db9ebca)

  • Linter fixes (5b1fabf)

  • Change scene launch notification to match scene select (e42b6e6)

  • Disable arm notifications (916c5bc)

  • Remove saved preferences (fe25f73)

  • README updates (a4f31aa)

  • Create LICENSE (e190a09)

  • Initial publish (85fcd0d)