Skip to content

Releases: arduino/arduino-cli

0.20.0-rc1

19 Nov 16:02
eff632c
Compare
Choose a tag to compare
0.20.0-rc1 Pre-release
Pre-release

Changelog

Added

10beac7 Add dynamic completion (#1509)
ec376de Add gRPC function to create new Sketch (#1498)
58ddae7 Added gRPC debugger (#1443)
1a3250b Added implementation of pluggable monitor client (#1455)
385d93a Add support for pluggable monitor (#1491)

Changed

b224ca7 Updated translation files (#828)
1d24a87 Remove the alpha suffix (#1553)
39f150a Locale is now refreshed on Init (#1555)
e72f683 Now compile --only-compilation-database will run all pre-* hooks (#1549)
8cae880 Remove hardcoded builtin tools (#1537)
1df5cb8 Move custom errors to separate package (#1530)
7b468c0 Free contributors from i18n data sync responsibility (#1515)
c1ce019 Simplified Tool.LatestRelease() and some code makeup (#1440)

Fixed

f7b22f7 Fix core list --all sometimes crashing (#1519)
e0d983a Fix compile error message not printed to correct writer on error (#1523)
126bb02 Fix bad error message when board ID part of FQBN is wrong (#1506)

Breaking Changes

9c13e87 [breaking] Uniform cli commands and flag (#1542)

0.19.3

12 Oct 10:27
Compare
Choose a tag to compare

Changelog

Added

12f1afc Add gRPC interface function to request user fields supported by a board/protocol combination

0.19.3-rc1

11 Oct 16:00
Compare
Choose a tag to compare
0.19.3-rc1 Pre-release
Pre-release

Changelog

Added

12f1afc Add gRPC interface function to request user fields supported by a board/protocol combination

0.19.2

01 Oct 11:08
Compare
Choose a tag to compare

Changelog

Added

991a264 Add dynamic shell completion for --fqbn flag (#1431)

Fixed

637e907 Correct typo in mdns-discovery archive checksum (#1448)

0.19.2-rc2

30 Sep 15:47
Compare
Choose a tag to compare
0.19.2-rc2 Pre-release
Pre-release

Changelog

991a264 POC Dynamic shell completion for fqbn flag (#1431)

0.19.2-rc1

30 Sep 14:54
Compare
Choose a tag to compare
0.19.2-rc1 Pre-release
Pre-release

Changelog

637e907 Correct typo in mdns-discovery archive checksum (#1448)

0.19.1

29 Sep 08:38
Compare
Choose a tag to compare

Changelog

Fixed

4bbacd3 Fix gRPC BoardListWatch crashing when installing/uninstalling a core/lib (#1460)
e7db62f Fix library verification when installing from git repo or zip file (#1466)
59f748d Fix some resource leaks leading to a "too many open files" error (#1465)
2a93ac9 Fix lib install --git-url removing last char from lib name (#1462)
718bbbf Fix crash on board upload (#1472)

0.19.1-rc3

24 Sep 16:03
Compare
Choose a tag to compare
0.19.1-rc3 Pre-release
Pre-release

Changelog

Fixed

718bbbf Fixed crash on board upload (#1472)

0.19.1-rc2

24 Sep 09:01
Compare
Choose a tag to compare
0.19.1-rc2 Pre-release
Pre-release

Changelog

Fixed

e7db62f Fix library verification when installing from git repo or zip file (#1466)
59f748d Fixed some resource leaks leading to a "too many open files" error (#1465)
2a93ac9 Fix lib install --git-url removing last char from lib name (#1462)

0.19.1-rc1

22 Sep 15:44
Compare
Choose a tag to compare
0.19.1-rc1 Pre-release
Pre-release

Changelog

Fixed

4bbacd3 Fix gRPC BoardListWatch crashing when installing/uninstalling a core/lib (#1460)