Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 35a3afc

Browse files
committed
Pre-release v0.5.0
1 parent 9a95532 commit 35a3afc

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## Version 0.5.0
5+
6+
- Release date: February 16, 2023
7+
8+
**Support for the legacy Arduino IDE will be removed in the next release of this extension.** Please start using the Arduino CLI as soon as possible.
9+
10+
### Added
11+
12+
- [Arduino CLI](https://arduino.github.io/arduino-cli/0.30/) version 0.30.0 is now bundled with the extension [#1584](https://github.com/microsoft/vscode-arduino/pull/1584). To use the bundled version of Arduino CLI, `arduino.useArduinoCli` should be `true`, and `arduino.path` and `arduino.commandPath` should be empty or unset. Additionally, prompts will appear to switch to the bundled version whenever the legacy Arduino IDE is used or manually specified Arduino tools cannot be found.
13+
14+
### Changed
15+
16+
- The extension's built-in serial monitor has been removed and replaced by a dependency on the [Serial Monitor extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor) [#1577](https://github.com/microsoft/vscode-arduino/pull/1577). There are a few breaking changes as a result of this change:
17+
- `arduino.defaultBaudRate` and `arduino.defaultTimestampFormat` have been removed. Equivalent functionality is available through the `vscode-serial-monitor.customBaudRates` and `vscode-serial-monitor.timestampFormat` settings.
18+
- The "Change Baud Rate" command has been removed. Equivalent functionality is available in the Serial Monitor UI or via the Serial Monitor extension API.
19+
- Survey prompts have been removed. [#1588](https://github.com/microsoft/vscode-arduino/pull/1588)
20+
21+
### Fixed
22+
23+
- The IntelliSense configuration step can now correctly parse Arduino CLI output [#1591](https://github.com/microsoft/vscode-arduino/pull/1591).
24+
425
## Version 0.4.13
526

627
- Release date: January 24, 2023

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-arduino",
33
"displayName": "Arduino",
44
"description": "Arduino for Visual Studio Code",
5-
"version": "0.4.13",
5+
"version": "0.5.0-rc",
66
"publisher": "vsciot-vscode",
77
"preview": true,
88
"engines": {

0 commit comments

Comments
 (0)