Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 988 Bytes

CHANGELOG.md

File metadata and controls

35 lines (26 loc) · 988 Bytes

Change Log

All notable changes to the "arduino-vscode" extension will be documented in this file.

0.2.2 - 2017-03-21

  • Display size summary after building. #15
  • and some improvement for setting documentation

0.2.1 - 2017-02-14

  • bug fix

0.2.0 - 2017-02-06

  • support custom uploader

0.1.4 - 2017-02-04

  • make the verbose option the real verbose.

0.1.3 - 2017-02-04

  • added a verbose option, when build/upload, the build/upload flags will also shown in the output
  • make sure the file flag in build/upload is placed as last flag.

0.1.2 - 2017-01-23

  • fix a bug of update configuration of serialPort

0.1.1 - 2017-01-14

  • add a extension logo

0.1.0 - 2017-01-14

  • added linux support
  • add diagnostic support for failed build
  • rewrite the Config class
  • automatically use the default installlation of Arduino IDE
  • only need to set the serial port setting if Arduino IDE installed with default folder on macOS and Windows

[Unreleased]

  • Initial release