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

0.2.24-rc #725

Merged
merged 1 commit into from
Dec 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log
All notable changes to this project will be documented in this file.

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

### Added
- Add debugging support for cmsis-dap with Keil Software vid [#634](https://github.com/Microsoft/vscode-arduino/pull/634)

### Changed
- Save the selected programmer in Arduino.json [#714](https://github.com/Microsoft/vscode-arduino/pull/714)

### Fixed
- Fix dependency issue [#716](https://github.com/Microsoft/vscode-arduino/pull/716)
- Install latest arduino on Mac [#724](https://github.com/Microsoft/vscode-arduino/pull/724)

Special thanks to [Deqing Sun](https://github.com/DeqingSun), thank you for your contributions and feedbacks.

## Version 0.2.23
-Release date: November 22, 2018

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Welcome to the Visual Studio Code extension for **Arduino** <sup>preview</sup> !

## Prerequisites
The Arduino IDE is required. Please install it from the [download page](https://www.arduino.cc/en/main/software#download).
- *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`
- *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`
- The supported Arduino IDE versions are `1.6.x` and later are supported.
- The Windows Store's version of the Arduino IDE is not supported because of the sandbox environment that the application runs in.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-arduino",
"displayName": "Arduino",
"description": "Arduino for Visual Studio Code",
"version": "0.2.23",
"version": "0.2.24-rc",
"publisher": "vsciot-vscode",
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
"preview": true,
Expand Down