Releases: arduino/arduino-cli
0.13.0
Changelog
Added
f1877ef Reintroduce the --input-file flag for the upload command (#777)
b8cf32d Add archive command to zip a sketch and its files (#931)
e6f1947 Added provides_includes field in Library gRPC message (#934)
ef57e49 Added 'lib examples' command (#905)
5ee35c7 Add external programmers listing to board details commmand (#927)
21d2533 Add gRPC interface to collect every sketch file (#926)
Fixed
6fb6405 Fix NPE for 'board install' command (#924)
Security
0.13.0-rc3
0.13.0-rc2
0.13.0-rc1
0.12.1
0.12.0
Changelog
Added
046d2e0 Add Description field to lib list output (#845)
72c9655 Allow empty network.proxy setting (#830)
860d1df core install now emits an error if a tool is not available for current OS (#795)
93158d2 Print a friendly message if a tool is not available (#794)
f4a55e6 Add fqbn flag for board details command (#895)
45b2421 Allow post_install for untrusted platforms (#911)
b8475a0 Add outdated, update and upgrade commands (#865)
2f87583 Create gRPC interface for update, upgrade and outdated commands (#903)
1f42d58 Added support for version pinning in install.sh (#766)
Changed
034dd0f Run post_install when needed (#893)
319dede Package index is now downloaded automatically when is required (#908)
b4a480f Change update --outdated flag to --show-outdated (#884)
a6e4fdf Updated translation files (#756)
Fixed
18d995b Fix board list failing because stdin is already set (#904)
b2ed18f Hack to fix zsh completion (#806)
82df01f Properly fix zsh completion (#892)
1785314 Fix tools tty detection (fix avrdude running in safe mode) (#897)
d68544e If installer can't run post_install do not give up (#912)
e3c2f6f Do not bail out upload if the 1200-bps touch fails (makes upload more resilient) (#913)
Security
2d7e3d1 Fix -DARDUINO_LIB_DISCOVERY_PHASE automatic flag incompatiblity in some rare circumstances (#838)
3249595 Daemon now listen to localhost-only (#763)
1ad33cd Implemented package_index.json signature verification (#791)
0.12.0-rc3
Changelog
Added
046d2e0 Add Description field to lib list output (#845)
72c9655 Allow empty network.proxy setting (#830)
860d1df core install now emits an error if a tool is not available for current OS (#795)
93158d2 Print a friendly message if a tool is not available (#794)
f4a55e6 Add fqbn flag for board details command (#895)
45b2421 Allow post_install for untrusted platforms (#911)
b8475a0 Add outdated, update and upgrade commands (#865)
2f87583 Create gRPC interface for update, upgrade and outdated commands (#903)
1f42d58 Added support for version pinning in install.sh (#766)
Changed
034dd0f Run post_install when needed (#893)
319dede Package index is now downloaded automatically when is required (#908)
b4a480f Change update --outdated flag to --show-outdated (#884)
a6e4fdf Updated translation files (#756)
Fixed
18d995b Fix board list failing because stdin is already set (#904)
b2ed18f Hack to fix zsh completion (#806)
82df01f Properly fix zsh completion (#892)
1785314 Fix tools tty detection (fix avrdude running in safe mode) (#897)
d68544e If installer can't run post_install do not give up (#912)
e3c2f6f Do not bail out upload if the 1200-bps touch fails (makes upload more resilient) (#913)
Security
2d7e3d1 Fix -DARDUINO_LIB_DISCOVERY_PHASE automatic flag incompatiblity in some rare circumstances (#838)
3249595 Daemon now listen to localhost-only (#763)
1ad33cd Implemented package_index.json signature verification (#791)
0.12.0-rc2
Changelog
Added
046d2e0 Add Description field to lib list output (#845)
72c9655 Allow empty network.proxy setting (#830)
860d1df core install now emits an error if a tool is not available for current OS (#795)
93158d2 Print a friendly message if a tool is not available (#794)
f4a55e6 Add fqbn flag for board details command (#895)
45b2421 Allow post_install for untrusted platforms (#911)
b8475a0 Add outdated, update and upgrade commands (#865)
2f87583 Create gRPC interface for update, upgrade and outdated commands (#903)
1f42d58 Added support for version pinning in install.sh (#766)
Changed
034dd0f Run post_install when needed (#893)
319dede Package index is now downloaded automatically when is required (#908)
b4a480f Change update --outdated flag to --show-outdated (#884)
a6e4fdf Updated translation files (#756)
Fixed
18d995b Fix board list failing because stdin is already set (#904)
b2ed18f Hack to fix zsh completion (#806)
82df01f Properly fix zsh completion (#892)
1785314 Fix tools tty detection (fix avrdude running in safe mode) (#897)
Security
2d7e3d1 Fix -DARDUINO_LIB_DISCOVERY_PHASE automatic flag incompatiblity in some rare circumstances (#838)
3249595 Daemon now listen to localhost-only (#763)
1ad33cd Implemented package_index.json signature verification (#791)
0.12.0-rc1
0.11.0-rc1-62-g72c9655f
Changelog
72c9655 Allow empty network.proxy setting (#830)
c446ab6 add ci step to automatically update tag & revision of a specified formula and open a PR to Homebrew repo (#808)
b2ed18f Fix zsh completion (#806)
860d1df "core install" now emits an error if a tool is not available for current OS (#795)
93158d2 Print a friendly message if a tool is not available (#794)
1ad33cd Implemented package_index.json signature verification (#791)
1fa4874 Update command line completion docs (#793)
a6e4fdf Updated translation files (#756)
fff99af Add retry to telemetry daemon test (#768)
18aefa0 Update install script documentation to document version pinning (#767)
1f42d58 Added support for version pinning in install.sh (#766)
3249595 Daemon now listen to localhost-only (#763)
764ffb9 [skip-changleog] Moving legacy arduino-builder grpc server to arduino-builder repo. (#760)
5373961 Added external programmer support (#720)
15d35de add basic implementation of tab completion (#663)
f7a6d63 Removed automatic '--relax' hack for compiles on Atmega2560 MCU (#749)
c9868a0 Fixed sketchbook+bootloader hex merger when bootloader is in bin format (#744)
98dab40 Fixed IDE bundle detection (#730)
dd334d5 Updated translation files (#743)
d0f0288 tag failures with workflow name (#747)
ad224f8 fix typos (#741)