Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: arduino/arduino-cli

0.23.0-rc1

03 Jun 08:55
@github-actions github-actions
0a1d8ee
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.23.0-rc1 Pre-release
Pre-release

Changelog

Added

7afdc38 Monitor gRPC now sends a 'success' message to notify open port (#1742)

Fixed

48dd5c7 Fixed '--libraries' and '--library' flags description in compile command (#1732)
ca8c48a Use real names for libs in upgrade commands (#1725)
afdc20c Optimization: skip Init() when no library or platform was installed (#1663)

Changed

652bcac Allow downloading index and signature in a single tar.bz2 archive (#1734)
b6d36c6 Improved gRPC debug logger (#1730)

Breaking changes

7e9e4ca [breaking] Implementation of sketch profiles (#1713)
d5df436 [breaking] Improved compile report / temporary support for profile creation (#1745)
4ec6b97 [breaking] Fixed regression in library discovery (#1741)

Loading

0.22.0

06 May 11:19
@github-actions github-actions
65f662a
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Added

306f195 Added --debug-file flag to gRPC daemon debug mode (#1704)
b86e5cf Add secure boot support for compile command. (#1686)
6303ba3 Add flag to allow board options to be specified seperately from fqbn (#1688)
a025bca Add missing "Type" value in 'board list' table in case of unknown board (#1673)

Changed

20449fc Improved JSON decoding (improves arduino-cli startup time) (#1402)
ae57066 Bump go version to go 1.17.8 (#1567)
26e1dc2 Discoveries are now closed and unregistered after failure (#1667)
dd48868 board list now returns partial results in case of errors (#1668)

Fixed

cb99229 Fix installation script bugs affecting Apple M1 users (#1721)
d61f954 Fixed some weird behaviour in gRPC Monitor command (#1706)
c918d8b Update dead documentation links (#1690)
2f2cbe2 Fix error being printed in index parsing during first start (#1672)
734d1c9 Fix a couple memory leaks caused by files not being closed (#1670)

Breaking Changes

a478b4a [breaking] Refactor errors handling in packagemanager.Load* golang API (#1682)

Loading
per1234, fpistm, stevisco, and woshilaiba reacted with thumbs up emoji
4 people reacted

0.22.0-rc1

05 May 16:00
@github-actions github-actions
65f662a
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.22.0-rc1 Pre-release
Pre-release

Changelog

Added

306f195 Added --debug-file flag to gRPC daemon debug mode (#1704)
b86e5cf Add secure boot support for compile command. (#1686)
6303ba3 Add flag to allow board options to be specified seperately from fqbn (#1688)
a025bca Add missing "Type" value in 'board list' table in case of unknown board (#1673)

Changed

20449fc Improved JSON decoding (improves arduino-cli startup time) (#1402)
ae57066 Bump go version to go 1.17.8 (#1567)
26e1dc2 Discoveries are now closed and unregistered after failure (#1667)
dd48868 board list now returns partial results in case of errors (#1668)

Fixed

cb99229 Fix installation script bugs affecting Apple M1 users (#1721)
d61f954 Fixed some weird behaviour in gRPC Monitor command (#1706)
c918d8b Update dead documentation links (#1690)
2f2cbe2 Fix error being printed in index parsing during first start (#1672)
734d1c9 Fix a couple memory leaks caused by files not being closed (#1670)

Breaking Changes

a478b4a [breaking] Refactor errors handling in packagemanager.Load* golang API (#1682)

Loading

0.21.1

24 Feb 15:54
@github-actions github-actions

Choose a tag to compare

Changelog

Added

08ef7c6 Add missing "Type" value in 'board list' table in case of unknown board (#1673)

Fixed

9fcbb39 Fix error being printed in index parsing during first start (#1672)
e6285ef Fix a couple memory leaks caused by files not being closed (#1670)

Changed

d684dec Board list now returns partial results in case of errors (#1668)
625ff52 Discoveries are now closed and unregistered after failure (#1667)

Loading
per1234, miso-develop, Type8, fahmij8, sanine-a, markub3327, and e419 reacted with thumbs up emoji
7 people reacted

0.21.1-rc1

23 Feb 17:03
@github-actions github-actions

Choose a tag to compare

0.21.1-rc1 Pre-release
Pre-release

Changelog

Added

08ef7c6 Add missing "Type" value in 'board list' table in case of unknown board (#1673)

Fixed

9fcbb39 Fix error being printed in index parsing during first start (#1672)
e6285ef Fix a couple memory leaks caused by files not being closed (#1670)

Changed

d684dec Board list now returns partial results in case of errors (#1668)
625ff52 Discoveries are now closed and unregistered after failure (#1667)

Loading

0.21.0

08 Feb 15:17
@github-actions github-actions
10107d2
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

Changelog

Added

200d4b4 Add ip flag to daemon command (#1651)
18cb00c Added support for advanced sketch "size" command (#1211)
5dd14c4 Add YAML output format (#1600)
9b6f769 Add minified json output format (#1586)
2067504 Add json output to daemon command (#1585)
f106863 Add board autodetection on upload (#1581)

Changed

569e194 Improved pluggable discovery conversion for platforms not supporting it (#1629)
47c634b Sample command to solve compile or upload issue is now shown to CLI users (#1647)
1b0c127 Pluggable Monitors: Improved error logging / fixed resource leak in some rare conditions (#1638)
5beeba4 Better detection if serial port is required during upload. (#1398)
60c1c98 Do not abort build if loading errors happens for not compiled platforms (#1606)
4506bf9 Report board platform and build platform on compile JSON output (#1608)

Fixed

085a31b Fix panic calling compile with wrong FQBN (#1645)
98f795d bugfix: Install pluggable monitor dependencies together with a platform (#1637)
5f8cb4b Allow case-insensitive ok or OK replies from pluggable discoveries and monitors (#1633)
8638657 Fix install script's check for previous installation (#1603)
c5fe48d Fix lib upgrade trying to upgrade core bundled libraries (#1580)
df27d56 Fix panic when discovery doesn't send an ok message after a command (#1569)
89dbd25 fix a regression introduced in be5022e. --input flags were ignored (#1558)
12adc53 Bugfix: apply monitor settings on monitor opening (#1604)

Breaking Changes

4256524 [breaking] Add env variable to let tools know the cli version and the gRPC client version (#1640)
530e671 [breaking] legacy: refactoring of the old i18n.Logger (part 2) (#1625)
edc63f8 [breaking] legacy: refactoring of the old i18n.Logger (#1621)
e63c798 [breaking] Optimize core operations, improving on the user input (#1574)

Loading

0.21.0-rc1

04 Feb 16:12
@github-actions github-actions
10107d2
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

0.21.0-rc1 Pre-release
Pre-release

Changelog

Added

200d4b4 Add ip flag to daemon command (#1651)
18cb00c Added support for advanced sketch "size" command (#1211)
5dd14c4 Add YAML output format (#1600)
9b6f769 Add minified json output format (#1586)
2067504 Add json output to daemon command (#1585)
f106863 Add board autodetection on upload (#1581)

Changed

569e194 Improved pluggable discovery conversion for platforms not supporting it (#1629)
47c634b Sample command to solve compile or upload issue is now shown to CLI users (#1647)
1b0c127 Pluggable Monitors: Improved error logging / fixed resource leak in some rare conditions (#1638)
5beeba4 Better detection if serial port is required during upload. (#1398)
60c1c98 Do not abort build if loading errors happens for not compiled platforms (#1606)
4506bf9 Report board platform and build platform on compile JSON output (#1608)

Fixed

085a31b Fix panic calling compile with wrong FQBN (#1645)
98f795d bugfix: Install pluggable monitor dependencies together with a platform (#1637)
5f8cb4b Allow case-insensitive ok or OK replies from pluggable discoveries and monitors (#1633)
8638657 Fix install script's check for previous installation (#1603)
c5fe48d Fix lib upgrade trying to upgrade core bundled libraries (#1580)
df27d56 Fix panic when discovery doesn't send an ok message after a command (#1569)
89dbd25 fix a regression introduced in #be5022e. --input flags were ignored (#1558)
12adc53 Bugfix: apply monitor settings on monitor opening (#1604)

Breaking Changes

4256524 [breaking] Add env variable to let tools know the cli version and the gRPC client version (#1640)
530e671 [breaking] legacy: refactoring of the old i18n.Logger (part 2) (#1625)
edc63f8 [breaking] legacy: refactoring of the old i18n.Logger (#1621)
e63c798 [breaking] Optimize core operations, improving on the user input (#1574)

Loading

0.20.2

09 Dec 13:41
@github-actions github-actions

Choose a tag to compare

Changelog

Added

addec71 Add minified json output format (#1586)
1117d34 Add json output to daemon command (#1585)
8923130 Add board autodetection on upload (#1581)

Fixed

648039f Fix lib upgrade trying to upgrade core bundled libraries (#1580)

Loading
per1234, daniviga, brodao-zz, and dixon1e reacted with thumbs up emoji
4 people reacted

0.20.2-rc1

07 Dec 16:54
@github-actions github-actions

Choose a tag to compare

0.20.2-rc1 Pre-release
Pre-release

Changelog

Added

addec71 Add minified json output format (#1586)
1117d34 Add json output to daemon command (#1585)
8923130 Add board autodetection on upload (#1581)

Changed

1378381 Updated translation files (#1575)
0951b37 Update python version in integration tests (#1579)
69f655e Enhance i18n:check task (#1578)

Fixed

648039f Fix lib upgrade trying to upgrade core bundled libraries (#1580)

Loading

0.20.1

29 Nov 11:47
@github-actions github-actions

Choose a tag to compare

Changelog

Fixed

9539402 Fix panic when discovery doesn't send an ok message after a command (#1569)

Loading
1 2 6 8 10 17 18

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /