v0.36.0-rc.2
Pre-release
Pre-release
·
247 commits
to master
since this release
Changelog
Added
b93c639 Allow optional programmer in debug (#2544)
d99184e Add diagnostics in the preprocessor (#2515)
8314f87 Add config get
command to print settings values (#2307)
ec157a8 Added --jobs/-j flag to compile command (#2526)
4a5585e Add programmer
field to sketch profile and --profile
flag to debug
command (#2505)
Fixed
0dfb27e Fixed an extremely rare race-condition during compile (#2512)
96b411f bugfix: do not panic if a sketch profile has a syntax error (#2506)
3ccdb9d Fixed compile error when sketch has a broken symlink (#2497)
8115da1 Fixed missing ARDUINO_USER_AGENT
env var setting. (#2501)
Breaking changes
47645e9 Removed Profile
protoc message in favor of SketchProfile
(#2507)