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

v0.35.0-rc.5

27 Nov 15:36
@github-actions github-actions

Choose a tag to compare

v0.35.0-rc.5 Pre-release
Pre-release

Changelog

4d20a25 fix: debugging requires a non empty debug.executable (#2439)

Loading

v0.35.0-rc.4

27 Nov 11:13
@github-actions github-actions

Choose a tag to compare

v0.35.0-rc.4 Pre-release
Pre-release

Changelog

5b2f729 [BREAKING] Removed debugging_supported field from BoardDetails gRPC call (#2438)
1d595cb Debugger now allows generic selection of sub-configurations (#2435)

Loading

v0.35.0-rc.3

16 Nov 11:48
@github-actions github-actions

Choose a tag to compare

v0.35.0-rc.3 Pre-release
Pre-release

Changelog

f85af84 Added specific exit-code for "missing programmer" kind of errors. (#2429)
e5f2271 fix: Fixed regression in compile_commands.json generation (#2427)
1c80c05 Added programmer.default directive to set a default programmer for a board. (#2416)

Loading

v0.35.0-rc.2

08 Nov 16:03
@github-actions github-actions

Choose a tag to compare

v0.35.0-rc.2 Pre-release
Pre-release

Changelog

54caaf1 Replace mitchellh/go used for macOS notarization (#2399)
830e800 debug: Slighlty refactored custom_configs section of GetDebugConfigResponse (#2396)
86a9774 debug: Allow type-specification of JSON output for cortex-debug (#2393)
b65df52 debug: Enforce programmer selection (#2394)
c1db8cb Added programmer field in debug info output (#2391)

Loading

v0.35.0-rc.1

19 Oct 16:15
@github-actions github-actions
5ed8d4b
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

v0.35.0-rc.1 Pre-release
Pre-release

Changelog

Added

bbfdc04 Added 'sketch_path' to build properties (#2372)
98c0480 Added upload --upload-field key=value flag to set upload fields value (#2348)
748fcf6 feat: added more debug options (#2356)
6ebfb1d Added --timestamp option to monitor command. (#2336)
29c70df Add support for pre_uninstall scripts (#2311)
d5c83ad feature: Added raw terminal support in monitor command (#2291)
a47e35f Add support for default build profile (#2203)
5314a7c Allow .cxx and .cc extension in compile (#2273)

Fixed

dc5c56e fix wrong IndexFile truncate (#2346)
c004b42 bugfix: excessive CPU/Disk usage when multiple build-paths points in the sketch directory (#2342)
0e6133f fix empty build files exported if specified --build-path equals to --output-dir (#2320)
cf5db1b Fixed weird error message in core install if invalid platform is spcified (#2309)

Changed

74cdc80 Introduce new "v" version format (#2374)
0f9b8af Updated translation files (#2324)(#2377)
a1fad63 Upload port detector improvements (#2288)
5e90edf Update deps (#2350)
8b36949 Replace deprecated openpgp library (#2333)
28fc9d6 Enforce signature check on library_index.json (#2326)
dde3064 legacy: Make a lot of Builder internals private (#2325)
74547f3 Text output: removed trailing spaces for right-padding of tables (#2290)
8c81d2c feat: log Required tool with debug severity (#2314)

Breaking Changes

c506f6a [breaking] gRPC API: Removed 'debug' service in favor of 'commands' service (#2349)
5a4f48b [breaking] Eliminate BoardListWatchRequest Interrupt from the grpc api and make it server streaming only (#2330)

Loading

0.34.2

11 Sep 10:11
@github-actions github-actions
963c1a7
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

963c1a7 fixed regression for command compile --input-dir . (#2305)

Loading
obalunenko, echedey-ls, and zbynekcz12 reacted with hooray emoji
3 people reacted

0.34.1

31 Aug 11:52
@github-actions github-actions
048415c
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

048415c Upload port detector improvements (#2288)

Loading
SimonMaracine and s0rg reacted with thumbs up emoji
2 people reacted

0.34.0

22 Aug 15:59
@github-actions github-actions
304d48c
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

38479dc feature: Detect board port change after upload (#2253)
246adf9 Add '--log' global flag as alias for '-v' (#2258)
78d19fa Explain usage of monitor --config in command help (#2249)
0f516bb feat: library folder name priority promotion for -main suffix (#2233)
b47d883 Add Delete command to gRPC (#2212)
53004ef Report is_hidden field in board identification (#2224)
223d3fa Added gRPC command SetSketchDefaults to change sketch attached board/port (#2217)
304d48c Updated translation files (#2242)

Fixed

9510d61 Fixed loading of Library given a non-absolute path (#2265)
459fe76 docs: clarified how tools flavours are selected (#2260)
1923ac4 Fix double 100% progress on CompileResponse (#2225)
f46cf1e Fixed some error messages/warnings during index download (#2257)
df12786 When launching core list with no installed platforms print no platforms installed (#2238)
fe6d749 Disable DTR clearing on 1200-bps touch (only on Windows) (#2234)
eca9d9a Set installed property for installed platform when core search is executed (#2223)
422a42c Fix crash in upload if the upload tool platform is missing (#2211)
cc9eb82 Avoid lib install command hanging indefinitely in dependencies resolution. (#2192)
b67b215 Improve archive structure docs (#2189)

Changed

82e6f5d Automatically download indexes, if missing, in gRPC Init call (#2119)
1877431 Return exit code 0 when a core is already up to date (#2207)
d5fd94c Remove not needed parameters in Sketch* related gRPC API (#2215)
c6afede Use the same property name for the query term in search requests (#2214)
8310d01 Interpret "empty" Port object as no-port in upload (#2202)

Breaking Changes

64d019d [breaking] Do not prevent CLI startup if inventory.yaml is corrupted (#2232)
9bc2afc [breaking] Align board list --watch and board list json output (#2219)
a71415f [breaking] Check cross-platform compatibility of sketch names (#2216)

Loading
SimonMaracine, s0rg, nep-0, and reekystive reacted with thumbs up emoji
4 people reacted

0.34.0-rc.1

18 Aug 15:54
@github-actions github-actions
38479dc
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.34.0-rc.1 Pre-release
Pre-release

Changelog

Added

38479dc feature: Detect board port change after upload (#2253)
246adf9 Add '--log' global flag as alias for '-v' (#2258)
78d19fa Explain usage of monitor --config in command help (#2249)
0f516bb feat: library folder name priority promotion for -main suffix (#2233)
b47d883 Add Delete command to gRPC (#2212)
53004ef Report is_hidden field in board identification (#2224)
223d3fa Added gRPC command SetSketchDefaults to change sketch attached board/port (#2217)

Fixed

9510d61 Fixed loading of Library given a non-absolute path (#2265)
459fe76 docs: clarified how tools flavours are selected (#2260)
1923ac4 Fix double 100% progress on CompileResponse (#2225)
f46cf1e Fixed some error messages/warnings during index download (#2257)
df12786 When launching core list with no installed platforms print no platforms installed (#2238)
fe6d749 Disable DTR clearing on 1200-bps touch (only on Windows) (#2234)
eca9d9a Set installed property for installed platform when core search is executed (#2223)
422a42c Fix crash in upload if the upload tool platform is missing (#2211)
cc9eb82 Avoid lib install command hanging indefinitely in dependencies resolution. (#2192)
b67b215 Improve archive structure docs (#2189)

Changed

82e6f5d Automatically download indexes, if missing, in gRPC Init call (#2119)
1877431 Return exit code 0 when a core is already up to date (#2207)
d5fd94c Remove not needed parameters in Sketch* related gRPC API (#2215)
c6afede Use the same property name for the query term in search requests (#2214)
8310d01 Interpret "empty" Port object as no-port in upload (#2202)

Breaking Changes

64d019d [breaking] Do not prevent CLI startup if inventory.yaml is corrupted (#2232)
9bc2afc [breaking] Align board list --watch and board list json output (#2219)
a71415f [breaking] Check cross-platform compatibility of sketch names (#2216)

Loading
SimonMaracine reacted with thumbs up emoji AntonioBerna and umbynos reacted with heart emoji
3 people reacted

0.33.1

30 Jun 16:19
@github-actions github-actions

Choose a tag to compare

Changelog

347bfeb Disable DTR clearing on 1200-bps touch (only on Windows) (#2234)

Loading
per1234, Ampefir, crazydw4rf, and Tecol87 reacted with thumbs up emoji
4 people reacted
1 2 4 6 17 18

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