Skip to content

Commit 4a3f6c4

Browse files
committed
pre-release v0.4.1-rc1
1 parent 82212bc commit 4a3f6c4

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

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

4+
## Version 0.4.1
5+
6+
### Added
7+
- Quickpick sketch selection (#1128) Thanks @maddogjt
8+
9+
### Fixed
10+
- Arduino CLI on MacOS (#1227) Thanks @awmichel
11+
- Typos (#1226, #1225, #1191) Thanks @jogo- @CBielstein
12+
- add USBCON back into IntelliSense config (#1231)
13+
- Update depedencies
14+
415
## Version 0.4.0
516

617
### Added

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

0 commit comments

Comments
 (0)