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

Commit d3a8cd4

Browse files
authored
Merge pull request #1422 from microsoft/release
Update `main` after v0.4.10 release
2 parents 0d85734 + 3603c5c commit d3a8cd4

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## Version 0.4.10
5+
6+
- Release date: January 14, 2022
7+
8+
### Changed
9+
10+
- Fix for uploading with programmer [#1369](https://github.com/microsoft/vscode-arduino/pull/1369)
11+
- Output sketch memory usage in non-verbose mode [#1383](https://github.com/microsoft/vscode-arduino/pull/1383)
12+
- Using the codepage with arduino.l4j.ini on win32 [#1271](https://github.com/microsoft/vscode-arduino/pull/1271)
13+
- Improve additionalUrls settings UI [#1419](https://github.com/microsoft/vscode-arduino/pull/1419)
14+
- Mark serial monitor as executable on Mac and Linux [#1420](https://github.com/microsoft/vscode-arduino/pull/1420)
15+
416
## Version 0.4.9
517

618
- Release date: January 12, 2022

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 2 deletions
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.9",
5+
"version": "0.4.10",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,
@@ -483,7 +483,9 @@
483483
},
484484
"arduino.additionalUrls": {
485485
"type": "array",
486-
"items": { "type": "string" },
486+
"items": {
487+
"type": "string"
488+
},
487489
"description": "Additional URLs for 3rd party packages."
488490
},
489491
"arduino.logLevel": {

0 commit comments

Comments
 (0)