This repository was archived by the owner on Oct 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
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
+
4
16
## Version 0.4.9
5
17
6
18
- Release date: January 12, 2022
Original file line number Diff line number Diff line change 2
2
"name" : " vscode-arduino" ,
3
3
"displayName" : " Arduino" ,
4
4
"description" : " Arduino for Visual Studio Code" ,
5
- "version" : " 0.4.9 " ,
5
+ "version" : " 0.4.10 " ,
6
6
"publisher" : " vsciot-vscode" ,
7
7
"aiKey" : " 83dd2c27-6594-41d3-85a9-bdb22070eb42" ,
8
8
"preview" : true ,
483
483
},
484
484
"arduino.additionalUrls" : {
485
485
"type" : " array" ,
486
- "items" : { "type" : " string" },
486
+ "items" : {
487
+ "type" : " string"
488
+ },
487
489
"description" : " Additional URLs for 3rd party packages."
488
490
},
489
491
"arduino.logLevel" : {
You can’t perform that action at this time.
0 commit comments