Releases: arduino/arduino-cli
Releases · arduino/arduino-cli
Release 0.2.2-alpha.preview
- Fixed upload
--verifyflag (it enabled "verbose" instead of "verify"). Thanks @cjsieh ARDUINO_DATA_DIRis now created automatically (.arduino15or equivalent)- Fixed panic when dealing with cores bundled with the Arduino IDE
- Fixed check to detect if arduino-cli is running together with the Arduino IDE
- Fixed install and uninstall when dealing with cores bundled with the Arduino IDE
- Improved sanity check before removal of packages/tools
- Fixed data-race condition in progress bar
Release 0.2.1-alpha.preview
This is mostly a bugfix release:
- fixed failed detection of tools for 32 bit system
- fix
core uninstallon Windows - do not exit-error if a library with invalid (non-semver) version is found
- do not crash if invalid FQBN is used in
compile - changed
ARDUINOdefine constant to10607(improve compatibility witharc32core) core listnow do not crash with manually installed cores