A new release candidate of Arduino IDE 2.0.0 is now available.
If you are using a recent version of the IDE, you will get an auto-update offer simply by starting the IDE.
Otherwise, the release is available for download here:
https://www.arduino.cc/en/software#future-version-of-the-arduino-ide
This was a minimal release made solely for the purpose of pushing out a single specific bug fix.
Fix bug that caused toolchain path properties to not be populated
arduino/arduino-cli#1867
, arduino/arduino-ide#1411
Under certain uncommon platform installation conditions, the properties defining paths to the tools used for compiling, uploading, burning bootloader for boards of that platform were not automatically generated by the Arduino build system.
Fix bug that caused leading zeros to be stripped from Serial Monitor timestamps
Previously, Serial Monitor timestamps used a non-standard format not compliant with ISO 8601, where hour or minute values less than 10 did not have a leading zero.
Full changelog here:
https://github.com/arduino/arduino-ide/releases/tag/2.0.0-rc9.4
If you have any questions or feedback please post here in the Arduino IDE 2.x's dedicated forum category:
https://forum.arduino.cc/c/software/arduino-ide-2-0-beta/93
If you want to see the list of known issues, work in progress, submit a formal report, or contribute to development, the IDE 2.x source code is hosted in this public repository: