You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stale-issue-message: 'This issue has been automatically marked as stale because it has no recent activities. It will be closed if no further activity occurs within 3 days. Thank you for your contributions.'
Copy file name to clipboardExpand all lines: CHANGELOG.md
+38
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,44 @@
1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+
## Version 0.3.0
5
+
6
+
- Release date: March 26, 2020
7
+
8
+
### Fixed
9
+
10
+
- Support Electron v7. Fix issue of "Unable to use serial port in VS Code Version 1.43.0". [[#980](https://github.com/microsoft/vscode-arduino/issues/980)]
11
+
- Fix issue of "Fail to debug on Ubuntu". [[#933](https://github.com/microsoft/vscode-arduino/issues/933)]
12
+
- Remove line ending selection. Fix the issue of "Save the last used end of line". [[#952](https://github.com/microsoft/vscode-arduino/issues/952)]
13
+
- Fix the issue of "Can't install libraries from VS Code for ESP8266". [[#930](https://github.com/microsoft/vscode-arduino/issues/930)]
14
+
- Fix the issue of "Project path can not be changed". [[#978](https://github.com/microsoft/vscode-arduino/issues/978)]
15
+
16
+
Special thanks to [raomin](https://github.com/raomin), thanks for your contributions and feedbacks.
17
+
18
+
## Version 0.2.29
19
+
20
+
- Release date: January 2, 2020
21
+
22
+
### Changed
23
+
- Dependency upgrade
24
+
25
+
## Version 0.2.28
26
+
27
+
- Release data: November 15, 2019
28
+
29
+
### Fixed
30
+
31
+
- Optimize activation time of Arduino Extension.
32
+
- Bump mixin-deep from 1.3.1 to 1.3.2.
33
+
- Remove Processing Filetype (.PDE extension).
34
+
- Fix the issue of "Unable to select serial port" [[#918]](https://github.com/microsoft/vscode-arduino/issues/918)
35
+
- Fix Travis CI build failure [[#900]](https://github.com/microsoft/vscode-arduino/issues/900)
36
+
- Fix issue of "Exit with code=undefined" [[#869]](https://github.com/microsoft/vscode-arduino/issues/869)
37
+
- Fix issue of "spawn: Use explicit chcp.com" [[#910]](https://github.com/microsoft/vscode-arduino/pull/910)
38
+
- Fix wording & typos.
39
+
40
+
Special thanks to [Peter Wone](https://github.com/PeterWone), [Dre West](https://github.com/Dotrar),[Lucas Schneider](https://github.com/schneider8357) for your contributions and feedbacks.
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Welcome to the Visual Studio Code extension for **Arduino** <sup>preview</sup> !
18
18
## Prerequisites
19
19
The Arduino IDE is required. Please install it from the [download page](https://www.arduino.cc/en/main/software#download).
20
20
-*Note:* Arduino IDE `1.8.7` has some breaking changes, causing board package and library installation failures. It is recommended to that you install version `1.8.6` or `1.8.8`
21
-
- The supported Arduino IDE versions are `1.6.x` and later are supported.
21
+
- The supported Arduino IDE versions are `1.6.x` and later.
22
22
- The Windows Store's version of the Arduino IDE is not supported because of the sandbox environment that the application runs in.
0 commit comments