Releases: CharaChorder/charachorder.py
Releases · CharaChorder/charachorder.py
v0.5.2
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Fix small stuff by @Raymo111 in #1
- Fix: empty command should continue by @Raymo111 in #2
- fix: ChordPhrase.from_hex would parse incorrectly by @GetPsyched in #3
New Contributors
- @Raymo111 made their first contribution in #1
- @GetPsyched made their first contribution in #3
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- A brand new shell when running the library to interface with CC devices directly
- Add new get_commands method
- Methods for each parameter code
- Setup logging through the lib
- Miscellaneous refactors and bug fixes
v0.4.3
- Expose a ping command that will check if the device is connected and accepting commands. If not, it will attempt to reconnect
- Catch failed restarts (found on the CC1)
v0.4.2: release 0.4.2
- execute has been renamed to _execute
- Fixed a bug where upon restarting, commands could not be reliably executed for a brief period.
v0.4.1
- Fix case where serial debugging would break execution
- Restarting the device now attempts to reconnect to the device
v0.4.0
- Allow in-line committing in functions
- Remove
ParameterCode
(preparing to add functions for each parameter) - Error handling in
{get,set}_parameter
- Bug fixes and refactors
v0.3.1
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Full Changelog: v0.2.3...v0.3.0
v0.2.3
Full Changelog: v0.2.2...v0.2.3