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

10 Aug 09:43
@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

0.26.0-rc.1 Pre-release
Pre-release

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
1995parham reacted with rocket emoji
1 person reacted

0.25.1

25 Jul 15:27
@github-actions github-actions
436f0bb
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

78be128 Allow using specific revisions in lib install --git-url (#1113) (#1776)

Fixed

4c539b9 Fix bogus "wrong file size" error in some rare cases (#1810)

Loading

0.25.1-rc1

22 Jul 15:21
@github-actions github-actions
436f0bb
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.25.1-rc1 Pre-release
Pre-release

Changelog

Added

78be128 Allow using specific revisions in lib install --git-url (#1113) (#1776)

Fixed

4c539b9 Fix bogus "wrong file size" error in some rare cases (#1810)

Loading

0.25.0

20 Jul 09:37
@github-actions github-actions
4fd9583
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

ffe4232 Add --no-overwrite flag in core install (#1794)
2ea3608 Added --no-overwrite flag in lib install command (#1793)
0de6c37 Add support for macos arm64 build (#1770)

Fixed

f0b218a Fix path in error messages on sketch loading (#1805)

Breaking changes

6ac5f7a [breaking] Fix gRPC streaming synchronization on close (should fix missing lines at the end of compile) (#1787)

Loading
per1234 reacted with thumbs up emoji
1 person reacted

0.25.0-rc2

19 Jul 10:46
@github-actions github-actions
4fd9583
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.25.0-rc2 Pre-release
Pre-release

Changelog

Fixed

f0b218a Fix path in error messages on sketch loading (#1805)

Loading

0.25.0-rc1

11 Jul 16:24
@github-actions github-actions
63b53c0
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.25.0-rc1 Pre-release
Pre-release

Changelog

Added

ffe4232 Add --no-overwrite flag in core install (#1794)
2ea3608 Added --no-overwrite flag in lib install command (#1793)
0de6c37 Add support for macos arm64 build (#1770)

Breaking changes

6ac5f7a [breaking] Fix gRPC streaming synchronization on close (should fix missing lines at the end of compile) (#1787)

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

0.24.0

22 Jun 10:21
@github-actions github-actions
c1b10f5
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

2ee2138 Clear gRPC Monitor request only after monitor successfully closes (#1771)

Changed

64bc4dc Rate limit the number of outgoing gRPC messages (#1759)
76fab32 disable CGO on every OS except macOS (#1751)
427af56 Do library rescan on compile (if no profies are used) (#1758)

Breaking changes

4badf90 [breaking] Remove old gRPC Monitor service, in favor of new gRPC API based on pluggable monitor (#1504)

Loading
per1234, jalmx, and shibanovp reacted with thumbs up emoji
3 people reacted

0.24.0-rc1

21 Jun 16:24
@github-actions github-actions
c1b10f5
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.24.0-rc1 Pre-release
Pre-release

Changelog

Fixed

2ee2138 Clear gRPC Monitor request only after monitor successfully closes (#1771)

Changed

64bc4dc Rate limit the number of outgoing gRPC messages (#1759)
76fab32 disable CGO on every OS except macOS (#1751)
427af56 Do library rescan on compile (if no profies are used) (#1758)

Breaking changes

4badf90 [breaking] Remove old gRPC Monitor service, in favor of new gRPC API based on pluggable monitor (#1504)

Loading

0.23.0

06 Jun 14:38
@github-actions github-actions
899dc91
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

7e9e4ca Implementation of sketch profiles (#1713)
d5df436 Improved compile report / temporary support for profile creation (#1745)
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)
4d31f4f fix arduino-cli outdated --format json output (#1746)
4ec6b97 Fixed regression in library discovery (#1741)

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
per1234 reacted with thumbs up emoji
1 person reacted

0.23.0-rc2

06 Jun 08:31
@github-actions github-actions
899dc91
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-rc2 Pre-release
Pre-release

Changelog

4d31f4f fix arduino-cli outdated --format json output (#1746)

Loading
1 2 5 7 9 17 18

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