Skip to content

Commit d36b3d3

Browse files
authored
v0.2.26-rc
1 parent b8fe6cd commit d36b3d3

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.github/stale.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Number of days of inactivity before an issue becomes stale
22
daysUntilStale: 30
33
# Number of days of inactivity before a stale issue is closed
4-
daysUntilClose: 0
4+
daysUntilClose: 5
55
# Issues with these labels will never be considered stale
66
exemptLabels:
77
- "help wanted"

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## Version 0.2.26
5+
-Release date: May 30, 2019
6+
7+
### Added
8+
- Add .pde support
9+
10+
### Changed
11+
- The value of 'Include Path' will be updated automatically when board package is updated
12+
13+
### Fixed
14+
- Fix the issue of "ST-Link upload - Please specify the upload serial port" [#595](https://github.com/microsoft/vscode-arduino/issues/595)
15+
16+
Special thanks to [Riz-waan](https://github.com/Riz-waan), [LuisAbrantes](https://github.com/LuisAbrantes), [Christopher Schmitz](https://github.com/chris-schmitz), [Christian](https://github.com/ChriD) and [LMtx](https://github.com/LMtx), thanks for your contributions and feedbacks.
17+
418
## Version 0.2.25
519
-Release date: January 10, 2019
620

721
### Added
822
- Add upload and verify button in action bar [#737](https://github.com/Microsoft/vscode-arduino/pull/737)
923
- Add serial port support for Electron 3.0 [#729](https://github.com/Microsoft/vscode-arduino/pull/729), [#730](https://github.com/Microsoft/vscode-arduino/pull/730), [#731](https://github.com/Microsoft/vscode-arduino/pull/731)
1024

11-
Special thanks to [Michael Omiccioli](https://github.com/momiccioli) and [MarNwk](https://github.com/MarNwk),thank you for your feedbacks.
25+
Special thanks to [Michael Omiccioli](https://github.com/momiccioli) and [MarNwk](https://github.com/MarNwk), thank you for your feedbacks.
1226

1327
## Version 0.2.24
1428
-Release date: December 11, 2018

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

0 commit comments

Comments
 (0)