Releases: dido18/scratch-arduino-app
Releases · dido18/scratch-arduino-app
v0.4.1
refac: create a js class to the arduino Uno Q interaction (#37) * feat: implement ArduinoUnoQ class for enhanced LED and matrix control * fix: update ArduinoUnoQ connection to use dynamic hostname * refactor: update ArduinoUnoQ integration to use default host and enhance object detection methods * refactor: update ArduinoUnoQ import statements for consistency * fix: revert DEFAULT_HOST to use dynamic hostname for improved flexibility * refactor: standardize import statement formatting for ArduinoUnoQ across multiple files * refactor: update ArduinoUnoQ import statements for consistency across multiple files * docs: update installation instructions for clarity and formatting consistency
v0.4.0
What's Changed
Full Changelog: v0.3.2...v0.4.0
v0.3.3.rc2
Merge branch 'main' into add-multiple-objects
v0.3.3.rc1
refactor: clean up code formatting and improve readability in object …
v0.3.2
Fix typo in WebUI SSL configuration
v0.3.0
v0.2.4
What's Changed
- docs: correct application name and description in app.yaml by @dido18 in #25
- fi: Modify install script to stop app before removing it by @dido18 in #26
- feat: add matrixClear command to ArduinoBasics extension by @dido18 in #27
- docs: add image for Scratch for Arduino Uno Q in README by @dido18 in #28
- fix: update wsServerURL to use dynamic hostname instead of hardcoded IP by @dido18 in #29
Full Changelog: v0.2.2...v0.2.4
v0.2.3
feat: add matrixClear command to ArduinoBasics extension
v0.2.2
chore: Update Arduino_Modulino dependency to version 0.6.1 in sketch.…