Skip to content

Releases: arduino/arduino-cli

Release 0.3.7-alpha.preview

26 Jun 14:29
0.3.7-alpha.preview
69d86a4
Compare
Choose a tag to compare
Pre-release

Release 0.3.7-alpha.preview

Release 0.3.6-alpha.preview

22 Feb 17:21
0.3.6-alpha.preview
Compare
Choose a tag to compare
Pre-release
Release 0.3.6-alpha.preview

Release 0.3.5-alpha.preview

20 Feb 16:30
0.3.5-alpha.preview
Compare
Choose a tag to compare
Pre-release
Release 0.3.5-alpha.preview

Release 0.3.3-alpha.preview

13 Dec 10:14
0.3.3-alpha.preview
Compare
Choose a tag to compare
Pre-release
  • Fixed panic for unaligned 64 bit access #87
  • Improved preconditions checks on core install/uninstall
  • Better clean up of temporaries if install is interrupted #89
  • Added tests for invalid 3rd party package_index.json #81
  • Board details now shows required tools

Release 0.3.2-alpha.preview

31 Oct 14:52
0.3.2-alpha.preview
Compare
Choose a tag to compare
Pre-release
  • Fixed wrong tool selection when different packages provides the same tools (for example by installing both esp32 + esp8266) #73
  • compile and upload: the output filename is saved without the "config" part of the FQBN, so instead of: arduino.avr.mega.cpu=atmega1280.hex now the file is saved to arduino.avr.mega.hex. The upload command will look for the same file to upload to the board. This fixes path exceeding 246 chars limit on Windows #64
  • compile: the output filename may be overridden with the -o option
  • upload: the input filename may be overridden with the -i option
  • Added the new board details command #45
  • bugfix: the colored output now works in Windows command prompt too
  • bugfix: sometimes the download fails with 403: Forbidden error
  • board listall now accepts a "search" parameter

Release 0.3.1-alpha.preview

08 Oct 18:18
0.3.1-alpha.preview
Compare
Choose a tag to compare
Pre-release
  • Fixed nasty regression bug in "upload" command

Release 0.3.0-alpha.preview

05 Oct 15:36
0.3.0-alpha.preview
Compare
Choose a tag to compare
Pre-release
  • Default FQBN options are automatically used if not specified (for example now is possible to use arduino:avr:mega without the extra :cpu=atmega2560)
  • Fixed json output in 'core list' command
  • Sketchbook is now automatically created

Release 0.2.2-alpha.preview

19 Sep 19:19
0.2.2-alpha.preview
Compare
Choose a tag to compare
Pre-release
  • Fixed upload --verify flag (it enabled "verbose" instead of "verify"). Thanks @cjsieh
  • ARDUINO_DATA_DIR is now created automatically (.arduino15 or 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

29 Aug 19:19
Compare
Choose a tag to compare

This is mostly a bugfix release:

  • fixed failed detection of tools for 32 bit system
  • fix core uninstall on 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 ARDUINO define constant to 10607 (improve compatibility with arc32 core)
  • core list now do not crash with manually installed cores