Skip to content

Latest commit

 

History

History
55 lines (43 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

55 lines (43 loc) · 2.71 KB

Change Log

All notable changes to the Arduino Malker Workshop extension will be documented in this file.

Version 0.6.9

  • Fix bug when installing a library through zip (issue)
  • Add action button to remove an updatable library (feature request by omarbaf)
  • Add action button to remove an updatable board (feature request by omarbaf)
  • Add folder name and sketch name in the error message when folder name and sketch name do not match

Version 0.6.7

  • Add user setting to set user directory, equivalent of the Arduino IDE's 'sketchbook' directory. Library Manager installations are made to the libraries subdirectory of the user director
  • Add support for macOS Intel by rudeb0t
  • UI Performance improvement by using cache to avoid repeated calls to the arduino-cli
  • Correctly report to the user that a project is compiled "clean"
  • Fix bug when adding additional URL

Version 0.6.2

  • Fix libraries with patchlevel 0 showing wrongly as updatable (issue)
  • Fix upload error when starting a new sketch
  • Fix cancel or upload error forcing a recompilation
  • Fix user error reporting when create a sketch with a name that already exist

Version 0.6.1

  • Serial monitor settings on Home page by rudeb0t
  • Code Snippets added : Documentation
  • IntelliSense improvements
  • Upload command will trigger compile if build is not valid

Version 0.5.1

  • Implement notification and cancel for upload by rudeb0t
  • Fix bundled CLI permission on macOS Silicon by rudeb0t
  • Fix Arduino CLI path in settings on Windows
  • Changes to Arduino CLI settings are applied to the current workspace
  • Fix intellisense adding duplicate defines

Version 0.5.0

  • Linux x64 now supported
  • Bugs corrected

Version 0.4.92

  • Resolved and restored conflict with which import for MacOS

Version 0.4.8

  • MacOS ARM64 version, thanks to rudeb0t
  • Build output in invalidated when changes to project files and arduino configuration

Version 0.4.7

  • New help dialog when adding and additionnal board URL

Version 0.4.6

  • Corrected typo in Webview

Version 0.4.5

  • Repackaged as Win32-x64 since Linux and MacOS support are not avalaible yet.