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

Commit 446d91d

Browse files
committed
Pre-release v0.4.11
1 parent fd838bb commit 446d91d

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

4+
## Version 0.4.11
5+
6+
- Release date: ???
7+
8+
### Changed
9+
10+
This release includes a major change in internal handling of serial port
11+
communication ([#1450](https://github.com/microsoft/vscode-arduino/pull/1450)),
12+
which is designed to address antivirus false positives from the old serial
13+
monitor. Please report any issues you see with the serial monitor.
14+
15+
- Show all supported boards and set default build directory [#1425](https://github.com/microsoft/vscode-arduino/pull/1425)
16+
- Add option for printing timestamp before each line of Serial Monitor output [#1430](https://github.com/microsoft/vscode-arduino/pull/1430)
17+
- Fix problem with stripping whitespace [#1433](https://github.com/microsoft/vscode-arduino/pull/1433)
18+
- Added Mac shortcuts on readme [#1439](https://github.com/microsoft/vscode-arduino/pull/1439)
19+
- Switch from serial-monitor-cli to node-serialport [#1450](https://github.com/microsoft/vscode-arduino/pull/1450)
20+
421
## Version 0.4.10
522

623
- Release date: January 14, 2022

package-lock.json

+1-1
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.10",
5+
"version": "0.4.11-rc",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,

0 commit comments

Comments
 (0)