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

Commit 943196e

Browse files
committed
Pre-release v0.4.12-rc
1 parent b844da1 commit 943196e

File tree

4 files changed

+26
-5
lines changed

4 files changed

+26
-5
lines changed

CHANGELOG.md

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

4+
## Version 0.4.12
5+
6+
- Release date: April 29, 2022
7+
8+
### Added
9+
10+
- Support Remote Development Board Selection [#1459](https://github.com/microsoft/vscode-arduino/pull/1459)
11+
- Add analyzeOnOpen and analyzeOnSettingChange [#1480](https://github.com/microsoft/vscode-arduino/pull/1480)
12+
13+
### Changed
14+
15+
- Fix Launch Extension gulp Not Found on Linux [#1461](https://github.com/microsoft/vscode-arduino/pull/1461)
16+
- Change link to list of all available placeholders [#1470](https://github.com/microsoft/vscode-arduino/pull/1470)
17+
- Keep DTR, CTS, and RTS high [#1479](https://github.com/microsoft/vscode-arduino/pull/1479)
18+
- Don't use * activation event [#1481](https://github.com/microsoft/vscode-arduino/pull/1481)
19+
- Scope activation to only *.ino files [#1484](https://github.com/microsoft/vscode-arduino/pull/1484)
20+
- Remove the addition of the board name to create specific temp files [#1486](https://github.com/microsoft/vscode-arduino/pull/1486)
21+
- Fix out of date packages [#1493](https://github.com/microsoft/vscode-arduino/pull/1493)
22+
- Fix line-oriented callbacks [#1494](https://github.com/microsoft/vscode-arduino/pull/1494)
23+
- Add additional verbose output regex [#1498](https://github.com/microsoft/vscode-arduino/pull/1498)
24+
425
## Version 0.4.11
526

627
- Release date: February 10, 2022

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 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.11",
5+
"version": "0.4.12-rc",
66
"publisher": "vsciot-vscode",
77
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
88
"preview": true,
@@ -667,4 +667,4 @@
667667
"node-sass": "^7.0.0",
668668
"es5-ext": "0.10.53"
669669
}
670-
}
670+
}

src/views/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@
4343
"node-sass": "^7.0.0",
4444
"es5-ext": "0.10.53"
4545
}
46-
}
46+
}

0 commit comments

Comments
 (0)