Changelog
fc1d4e367 Add Windows ARM64 binaries to nightly builds (#3064)
What's Changed
- Fixed sketch profile parser crashing in some cases. by @cmaglie in https://github.com/arduino/arduino-cli/pull/3087
- Try harder to not recompile sketch without modifications. by @cmaglie in https://github.com/arduino/arduino-cli/pull/2961
- Fix missing line break on invalid library message by @Psykii22 in https://github.com/arduino/arduino-cli/pull/3084
- Skip GCC pre-process task if sketch and dependencies do not change. by @giulio93 in https://github.com/arduino/arduino-cli/pull/3112
- Allow platforms to specify library dependencies on the package index. by @cmaglie in https://github.com/arduino/arduino-cli/pull/3133 and https://github.com/arduino/arduino-cli/pull/3142
- Add bash completion. by @martacarbone in https://github.com/arduino/arduino-cli/pull/3143
- feat: Do not compile unused libraries listed in a sketch profile. by @cmaglie in https://github.com/arduino/arduino-cli/pull/3144
- fix: Arduino Preprocess should always run if the target file is missing by @cmaglie in https://github.com/arduino/arduino-cli/pull/3149
- feat: Auto upgrade
installed.jsonto newer versions if platform index is still available. by @cmaglie in https://github.com/arduino/arduino-cli/pull/3161 - Add gRPC fields in SketchProfile libraries and platforms by @cmaglie in https://github.com/arduino/arduino-cli/pull/3168
- Add Windows ARM64 binaries to nightly builds by @hmartinez82 in https://github.com/arduino/arduino-cli/pull/3064
New Contributors
- @Psykii22 made their first contribution in https://github.com/arduino/arduino-cli/pull/3084
- @martacarbone made their first contribution in https://github.com/arduino/arduino-cli/pull/3143
- @hmartinez82 made their first contribution in https://github.com/arduino/arduino-cli/pull/3064
Full Changelog: https://github.com/arduino/arduino-cli/compare/v1.4.1...v1.5.0