Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 17, 2024
1 parent 8c08b55 commit e6eb5e7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# CHANGELOG

## v0.0.5 (2024-12-17)

### Documentation

* docs: use consistent indentation in standalone user.py example ([`7293e43`](https://github.com/kmontag/modeStep/commit/7293e4301a5c5395143553af623ff71b9697cb18))

* docs: fix typo in example user.py ([`cd1cfa4`](https://github.com/kmontag/modeStep/commit/cd1cfa4ea8a53eca10770ea89e89c208ec979177))

### Fix

* fix: improve robustness of device initialization on disconnect/reconnect (#9)

- cleans up startup logic for more predictable device initialization
- suppresses stray CCs which would otherwise be sent at startup and/or
when switching to standalone modes
- adds tests for disconnect/reconnect events and other device init
scenarios
- updates application python version to 3.11, following Live 12.1 ([`8c08b55`](https://github.com/kmontag/modeStep/commit/8c08b551c81e5267219f57a66997c60f7517eb5a))

## v0.0.4 (2024-12-11)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "modeStep"
version = "0.0.4"
version = "0.0.5"
description = "Ableton Live 12 control surface for the SoftStep 2"
authors = ["Kevin Montag <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit e6eb5e7

Please sign in to comment.