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.30.0-rc.1

07 Feb 09:20
@github-actions github-actions
b556342
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.30.0-rc.1 Pre-release
Pre-release

Changelog

Added

b894e12 Add prioritization to tool selection in absence of explicit dependencies (#1887)
cddbff3 Filter boards by fqbn in connected list (#2052)
a735ddf Add support for .xz and .zst archive format (#2012)
13fa409 Add Online Help link to gRPC interface's Platform (#2009)
76ddec8 Enable sketch archive overrides using overwrite flag (#1994)

Fixed

4c0aaa8 Fix sketch name validation error messages (#2059)
1962996 Fixed error message capitalization (#2048)
a58d5ad Fix scan libraries on install (#2037)
271d241 compile --show-properties now correctly output the result in text and JSON format (#2035)
38a0dfd Fix consistent boards list ordering across output formats (#2025)
ab73719 Fix sketch new default overwriting behavior (#1993)

Changed

3ac8320 Do not show available updates with version if updater.enable_notification is set to false (#2055)
60a8aa9 Show ctags errors with verbose compile (#2017)
34762a6 Store all temporary files under a single folder (#2031)
c0d4e44 Update used golang version to 1.19 (#2026)
357d465 Include platform bundled libs when -b flag is used (#2000)
06a3564 Improve board list detection via cloud API (cache responses / do not error on network failure) (#1982)

Breaking changes

4b70e02 [breaking] Fix sketch name validation (#2051)
a63aff4 [breaking] Remove ip flag from daemon command (#2045)
b3e8f8a [breaking] Fixed a lot of --format json and, in general, how Arduino CLI output is handled (#2003)
c570916 [breaking] Fixed detection of double-install using lib install with --git-url or --zip-path (#1983)
b1150e0 [breaking] Fix board attach CLI command, and remove gRPC API (#1930)

Loading

0.29.0

17 Nov 09:29
@github-actions github-actions
76251df
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

79e6484 Allow ISO8859-1 (non UTF-8) .properties files. (#1969)
ec3e71c Added libraries .development flag detection (#1962)
5a4ffe0 Allow locale key to be used in config ... commands. (#1952)
13f2255 Add task to collect proto files and add steps to release them with tester, nightly and stable builds (#1931)

Fixed

1fb5d14 Fix download progress bar (not always displayed) (#1980)
8e1e16b Set runtime.hardware.path property during upload (#1978)
ca39297 Fix concurrency problem in Board.buildConfigOptionsStructures (fix some rare crash of the CLI/Arduino IDE) (#1972)
fae07e4 Copy package to destination if move failed (should fix sporadic Access is denied errors on Windows) (#1938)
5efa9b5 bugfix: lib upgrade command does not install new libraries dependencies (#1935)

Changed

0b2c38d lib search returns exact match as the first result. (#1975)
960c210 lib deps command output sorted alphabetically (#1934)

Breaking changes

61ba685 [breaking] Removed redundant and useless commands from gRPC API (#1891)

Loading
per1234, KKimj, zEuS0390, douglaszuqueto, 1995parham, and defdefred reacted with thumbs up emoji umbynos reacted with heart emoji
7 people reacted

0.29.0-rc.1

16 Nov 15:19
@github-actions github-actions
76251df
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.29.0-rc.1 Pre-release
Pre-release

Changelog

Added

79e6484 Allow ISO8859-1 (non UTF-8) .properties files. (#1969)
ec3e71c Added libraries .development flag detection (#1962)
5a4ffe0 Allow locale key to be used in config ... commands. (#1952)
13f2255 Add task to collect proto files and add steps to release them with tester, nightly and stable builds (#1931)

Fixed

1fb5d14 Fix download progress bar (not always displayed) (#1980)
8e1e16b Set runtime.hardware.path property during upload (#1978)
ca39297 Fix concurrency problem in Board.buildConfigOptionsStructures (fix some rare crash of the CLI/Arduino IDE) (#1972)
fae07e4 Copy package to destination if move failed (should fix sporadic Access is denied errors on Windows) (#1938)
5efa9b5 bugfix: lib upgrade command does not install new libraries dependencies (#1935)

Changed

0b2c38d lib search returns exact match as the first result. (#1975)
960c210 lib deps command output sorted alphabetically (#1934)

Breaking changes

61ba685 [breaking] Removed redundant and useless commands from gRPC API (#1891)

Loading
1995parham reacted with rocket emoji
1 person reacted

0.28.0

20 Oct 08:49
@github-actions github-actions
06fb190
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

0d8ce36 Pluggable discovery: board identification can now identify also custom board options (#1674)
ea43a9c Add windows .msi installer to the CI (#1899)
589cbcc Added missing docs for 'recipe.hooks.prebuild.NUMBER.pattern' (#1916)

Fixed

d27ba3d Prevent duplicate entries in board_manager.additional_urls (#1902)
e404a3b Improved library search (#1896)
736608f Fixed panic on lib upgrade command (#1874)

Changed

797ed93 Download library index as a combined archive+signature (#1908)
1021e76 Made core search results more similar to Arduino IDE 1.8.x search dialog (#1904)
3d5a87e board listall (in json/machine readable output) return boards sorted with the same order as in the original boards.txt (#1903)
5730e2e Do not treat custom menu options without label as 'malformed' (#1882)

Breaking changes

c8ff042 [breaking] Refactor DownloadProgress gRPC message: more clear field meaning. (#1875)
bcb69d9 [breaking] Removed real_name field from gRPC Library message and JSON responses (#1890)
b9599e1 [breaking] Fix behaviour of lib commands when a library is installed multiple times (#1878)
c2bf718 [breaking] core update-index do not stop at the first download error (#1866)

Loading
per1234, yoyojacky, and Redfisky reacted with thumbs up emoji
3 people reacted

0.28.0-rc.1

18 Oct 16:03
@github-actions github-actions
06fb190
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.28.0-rc.1 Pre-release
Pre-release

Changelog

Added

0d8ce36 Pluggable discovery: board identification can now identify also custom board options (#1674)
ea43a9c Add windows .msi installer to the CI (#1899)
589cbcc Added missing docs for 'recipe.hooks.prebuild.NUMBER.pattern' (#1916)

Fixed

d27ba3d Prevent duplicate entries in board_manager.additional_urls (#1902)
e404a3b Improved library search (#1896)
736608f Fixed panic on lib upgrade command (#1874)

Changed

797ed93 Download library index as a combined archive+signature (#1908)
1021e76 Made core search results more similar to Arduino IDE 1.8.x search dialog (#1904)
3d5a87e board listall (in json/machine readable output) return boards sorted with the same order as in the original boards.txt (#1903)
5730e2e Do not treat custom menu options without label as 'malformed' (#1882)

Breaking changes

c8ff042 [breaking] Refactor DownloadProgress gRPC message: more clear field meaning. (#1875)
bcb69d9 [breaking] Removed real_name field from gRPC Library message and JSON responses (#1890)
b9599e1 [breaking] Fix behaviour of lib commands when a library is installed multiple times (#1878)
c2bf718 [breaking] core update-index do not stop at the first download error (#1866)

Loading

0.27.1

06 Sep 16:59
@github-actions github-actions

Choose a tag to compare

Changelog

Fixed

a900cfb Fixed compile regression (#1867)

Loading
per1234, yoyojacky, eklipse18, and tolik518 reacted with thumbs up emoji
4 people reacted

0.27.1-rc.1

06 Sep 16:07
@github-actions github-actions

Choose a tag to compare

0.27.1-rc.1 Pre-release
Pre-release

Changelog

Fixed

a900cfb Fixed compile regression (#1867)

Loading

0.27.0

05 Sep 08:22
@github-actions github-actions
c2af7c5
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

05d1446 Added Type field to Platform gRPC struct (#1853)
2bbb1b4 Added 'label' and 'properties' fields in board watch command (json output) (#1845)

Fixed

25d9100 Extended Pluggable Monitor specification to allow board-specific settings to be applied (#1855)
42043f6 Fixed cryptic error messages returned from Compile (#1848)
6138864 Correct key name in arduino-cli compile --dump-profile output (#1846)
9c334ed Fix gRPC BoardList* methods concurrency issues (#1804)

Breaking changes

73b3b61 [breaking] Simplified gRPC streams helpers (#1857)
4a4d1fd [breaking] Remove auto detection of Arduino IDE built-in libraries and tools / Allow gRPC install of built-in libraries (#1817)
276b0cc [breaking] daemon: Fix concurrency and streamline access to PackageManager (#1828)

Loading
per1234 and chromer030 reacted with thumbs up emoji
2 people reacted

0.27.0-rc.1

02 Sep 10:19
@github-actions github-actions
c2af7c5
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.27.0-rc.1 Pre-release
Pre-release

Changelog

Added

05d1446 Added Type field to Platform gRPC struct (#1853)
2bbb1b4 Added 'label' and 'properties' fields in board watch command (json output) (#1845)

Fixed

25d9100 Extended Pluggable Monitor specification to allow board-specific settings to be applied (#1855)
42043f6 Fixed cryptic error messages returned from Compile (#1848)
6138864 Correct key name in arduino-cli compile --dump-profile output (#1846)
9c334ed Fix gRPC BoardList* methods concurrency issues (#1804)

Breaking changes

73b3b61 [breaking] Simplified gRPC streams helpers (#1857)
4a4d1fd [breaking] Remove auto detection of Arduino IDE built-in libraries and tools / Allow gRPC install of built-in libraries (#1817)
276b0cc [breaking] daemon: Fix concurrency and streamline access to PackageManager (#1828)

Loading
per1234 and 1995parham reacted with thumbs up emoji
2 people reacted

0.26.0

10 Aug 14:46
@github-actions github-actions
fc2ea72
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

Fixed

3a25147 Expand property references in version property of platform.txt (#1830)
2dd8976 Bugfix: do not overwrite board properties during compile (#1820) (Fix #1614)
5332ffd Fix regression: do not crash on board list if a discovery is not properly installed (#1814)

Loading
per1234, Aggeloz, gabe-santana, and yoyojacky reacted with thumbs up emoji echedey-ls and yoyojacky reacted with heart emoji
5 people reacted
1 2 3 4 6 8 17 18

AltStyle によって変換されたページ (->オリジナル) /