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

Commit 47f511c

Browse files
committed
Pre-release v0.4.9
1 parent 5ec3e8f commit 47f511c

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

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

4+
## Version 0.4.9
5+
6+
- Release date: January 12, 2022
7+
8+
### Changed
9+
10+
- vid and pid for Adafruit Grand Central M4 (SAMD51) [#1218](https://github.com/microsoft/vscode-arduino/pull/1218)
11+
- Add clear output on build option [#1057](https://github.com/microsoft/vscode-arduino/pull/1057)
12+
- Added buffering to prevent heavy logging issues [#1412](https://github.com/microsoft/vscode-arduino/pull/1412)
13+
414
## Version 0.4.8
515

616
- Release date: November 9, 2021

package-lock.json

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

0 commit comments

Comments
 (0)