Releases: arduino/arduino-cli
0.17.0-rc1
Changelog
Added
13c6edf Add board search command and gRPC interface function (#1210)
5704138 Add overwrite option to zip and git lib install for gRPC interface (#1214)
436277f Add serial number of connected board to board list command (#1216)
b8c9e89 Add flag to skip libraries dependencies installation to gRPC LibraryInstall function (#1195)
Changed
ab58758 Improved error messages for .cpp/.h file in the sketch (#1224)
414ab00 Enhanced search logic of board listall, core search and lib search (#1222)
59b6277 Make archive validation error messages friendlier (#1188)
Fixed
df03ad7 Fix core upgrading not uninstalling unused tools (#1219)
b7f3dae Fix download errors not handled during core installation (#1217)
550179e Fix some commands crashing when an installed library has invalid version (#1189)
0.16.1
0.16.1-rc1
0.16.0
Changelog
Added
13f5203 Add --all flag to core list command and gRPC interface (#1166)
834c108 Add RootFolderFiles to gRPC LoadSketchResp (#1182)
Changed
560025a Better error message for boards without bootloader (#1170)
fb30f2d Do not try to export binaries if --only-compilation-database is set (#1181)
Breaking Changes
7e1ff32 [breaking] Fix export binaries binding not working in gRPC interface (#1171)
0.16.0-rc1
Changelog
Added
13f5203 Add --all flag to core list command and gRPC interface (#1166)
834c108 Add RootFolderFiles to gRPC LoadSketchResp (#1182)
Changed
560025a Better error message for boards without bootloader (#1170)
fb30f2d Do not try to export binaries if --only-compilation-database is set (#1181)
Breaking Changes
7e1ff32 [breaking] Fix export binaries binding not working in gRPC interface (#1171)
0.15.2
0.15.1
0.15.0
Changelog
Added
ffe44ea Add back support for sketches with .pde extension and deprecate it (#1157)
7e55f9e Add multiple libraries installation when using --git-url or --zip-path flags (#1146)
6328430 Add gRPC interface function to write settings to file (#1144)
5a2a707 Added 'source override' feature to compile command. (#1099)
441f8eb Add support for compile_command.json output (#1081)
0ccf27f Extended tool support for various OS / CPU (#1077)
Changed
50eef88 Enhance error messages if config paths are not valid (#1130)
c8f9efb Enhance lib install from git url and zip file (#1145)
cbb9d19 Always set the versioned runtime.tool property for all installed tools (#1106)
Breaking Changes
d8fc095 [breaking] Rename telemetry to metrics (#1108)
Fixed
d1163cb Fix lib install --zip-path not preserving folders structure (#1158)
1aa53c8 Always output build path in compile json-output / Always write a valid compilation database (#1156)
d996b15 Fix lib list --all not returning library includes in json output (#1147)
ee076dd Fix lib install with git url (#1143)
7269102 Fixed some rare index.json corruption after index update (#1141)
cbb9d19 Always set the versioned runtime.tool property for all installed tools (#1106)
e20cbc1 Fixed odd width of tables in command outputs (#1080)
78d1d11 Fix debug command not finding sketch build folder (#1104)
0.15.0-rc2
0.15.0-rc2
0.15.0-rc1
Changelog
Added
ffe44ea Add back support for sketches with .pde extension and deprecate it (#1157)
7e55f9e Add multiple libraries installation when using --git-url or --zip-path flags (#1146)
6328430 Add gRPC interface function to write settings to file (#1144)
5a2a707 Added 'source override' feature to compile command. (#1099)
441f8eb Add support for compile_command.json output (#1081)
0ccf27f Extended tool support for various OS / CPU (#1077)
Changed
50eef88 Enhance error messages if config paths are not valid (#1130)
c8f9efb Enhance lib install from git url and zip file (#1145)
cbb9d19 Always set the versioned runtime.tool property for all installed tools (#1106)
Breaking Changes
d8fc095 [breaking] Rename telemetry to metrics (#1108)
Fixed
d1163cb Fix lib install --zip-path not preserving folders structure (#1158)
1aa53c8 Always output build path in compile json-output / Always write a valid compilation database (#1156)
283036f Skip dependency detection if library is fully precompiled (#1139)
d996b15 Fix lib list --all not returning library includes in json output (#1147)
ee076dd Fix lib install with git url (#1143)
c6be6fa Skip empty folders when precompiled library is used (#1134)
7269102 Fixed some rare index.json corruption after index update (#1141)
fc0f60e Don't archive preexisting archives if commandline is too long (#1140)
cbb9d19 Always set the versioned runtime.tool property for all installed tools (#1106)
e20cbc1 Fixed odd width of tables in command outputs (#1080)
78d1d11 Fix debug command not finding sketch build folder (#1104)