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

Commit 7ef8b8f

Browse files
authored
Bump to v0.4.1 (#1238)
* pre-release v0.4.1-rc1 * pre-release v0.4.1-rc2 * update version * bump to v0.4.1
1 parent f88461d commit 7ef8b8f

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

CHANGELOG.md

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,26 @@
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](https://github.com/microsoft/vscode-arduino/pull/1128) Thanks [@maddogjt](https://github.com/maddogjt)
8+
9+
### Fixed
10+
- Arduino CLI on MacOS [#1221](https://github.com/microsoft/vscode-arduino/issues/1221) Thanks [@awmichel](https://github.com/awmichel)
11+
- Typos [#1226](https://github.com/microsoft/vscode-arduino/pull/1226), [#1225](https://github.com/microsoft/vscode-arduino/pull/1225), [#1191](https://github.com/microsoft/vscode-arduino/pull/1191) Thanks [@jogo-](https://github.com/jogo-) [@CBielstein](https://github.com/CBielstein)
12+
- add USBCON back into IntelliSense config [#1216](https://github.com/microsoft/vscode-arduino/issues/1216)
13+
- Update depedencies
14+
- App Insights key in Actions [#1236](https://github.com/microsoft/vscode-arduino/pull/1236)
15+
416
## Version 0.4.0
517

618
### Added
7-
- Support for Arduino CLI (#1017)
19+
- Support for Arduino CLI #1017
820

921
### Changed
10-
- Autogenerate c_cpp_properties.json with all complier arguments and libraries for IntelliSense (#1183)
11-
- Detects available programmers for selected board (#1118)
22+
- Autogenerate c_cpp_properties.json with all complier arguments and libraries for IntelliSense #1183
23+
- Detects available programmers for selected board #1118
1224

1325
### Fixed
1426
- Typos
@@ -17,7 +29,7 @@ All notable changes to this project will be documented in this file.
1729
- Unifies all build commands under a single
1830

1931
### Known Issues
20-
- Arduino CLI doesn't work on Mac (#1205)
32+
- Arduino CLI doesn't work on Mac [#1205](https://github.com/microsoft/vscode-arduino/issues/1205)
2133

2234
## Version 0.3.5
2335

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

0 commit comments

Comments
 (0)