Arduino Cli Versions Save

Arduino command line tool

v0.35.0-rc.4

5 months ago

Changelog

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

v0.35.0-rc.3

5 months ago

Changelog

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

v0.35.0-rc.2

5 months ago

Changelog

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

v0.35.0-rc.1

6 months ago

Changelog

Added

bbfdc043 Added 'sketch_path' to build properties (#2372) 98c04806 Added upload --upload-field key=value flag to set upload fields value (#2348) 748fcf62 feat: added more debug options (#2356) 6ebfb1dc Added --timestamp option to monitor command. (#2336) 29c70df8 Add support for pre_uninstall scripts (#2311) d5c83ad4 feature: Added raw terminal support in monitor command (#2291) a47e35fb Add support for default build profile (#2203) 5314a7ca Allow .cxx and .cc extension in compile (#2273)

Fixed

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

Changed

74cdc800 Introduce new "v" version format (#2374) 0f9b8af3 Updated translation files (#2324)(#2377) a1fad63c Upload port detector improvements (#2288) 5e90edf1 Update deps (#2350) 8b36949f Replace deprecated openpgp library (#2333) 28fc9d60 Enforce signature check on library_index.json (#2326) dde30647 legacy: Make a lot of Builder internals private (#2325) 74547f36 Text output: removed trailing spaces for right-padding of tables (#2290) 8c81d2cb feat: log Required tool with debug severity (#2314)

Breaking Changes

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

0.34.2

7 months ago

Changelog

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

0.34.1

8 months ago

Changelog

048415c5 Upload port detector improvements (#2288)

0.34.0

8 months ago

Changelog

Added

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

Fixed

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

Changed

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

Breaking Changes

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

0.34.0-rc.1

8 months ago

Changelog

Added

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

Fixed

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

Changed

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

Breaking Changes

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

0.33.1

10 months ago

Changelog

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

0.32.3

10 months ago

Changelog

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