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

Commit 739aa95

Browse files
committed
pre release v0.4.0
1 parent b7094ba commit 739aa95

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.0
5+
6+
### Fixed
7+
- Typos
8+
9+
### Changed
10+
- Adds support for Arduino CLI
11+
- Autogenerate c_cpp_properties.json with all complier arguments and libraries for IntelliSense
12+
- Detects available programmers for selected board
13+
- Unifies all build commands under a single function
14+
415
## Version 0.3.4
516

617
- Release date: November 22, 2020

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

0 commit comments

Comments
 (0)