Releases: arduino/arduino-cli
0.20.0-rc1
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
0.19.3
0.19.3-rc1
Changelog
Added
12f1afc Add gRPC interface function to request user fields supported by a board/protocol combination
0.19.2
0.19.2-rc2
0.19.2-rc1
0.19.1
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)