Skip to content

Latest commit

 

History

History
115 lines (69 loc) · 4.38 KB

CHANGELOG.md

File metadata and controls

115 lines (69 loc) · 4.38 KB

Changelog

v1.1.0 (2021-02-17)

Full Changelog

New Web Site

Check out the brand new Pico-Go web site!

Linting and Autocompletion now even easier!

Linting and autocompletion can now be set up by choosing:

Pico-Go > Configure project

To see this in action, visit the Quick Start guide.

Stubs for the Pico (firmware 1.14) have been included within the Pico-Go extension. Pylance is used for linting.

Collecting support info

Additionally, it's now possible collect version information for support tickets by choosing:

Pico-Go > Extra > Get support info

This will give output similar to the following in the REPL console:

Pico-Go:      1.1.0
VS Code:      1.53.2
Electron:     11.2.1
Modules:      85
Node:         12.18.3
Platform:     darwin
Architecture: x64
Board:        Raspberry Pi Pico with RP2040
Firmware:     v1.14 on 2021-02-16 (GNU 10.2.0 MinSizeRel)

Remote SSH Extension

Finally, I've added an alert to advise that the extension isn't currently compatible with SSH Remoting.

Implemented enhancements:

  • Provide an easier means of gathering version info for support tickets #26
  • Include stubs within Pico-Go #24
  • Alert the user if VSCode Remote - SSH extension in use #23

Merged pull requests:

  • Use vendorId if manufacturer string is null to allow auto connect #29 (schilken)

v1.0.8 (2021-02-11)

Full Changelog

This release focuses on Mac (Silicon) and Linux ARM64 support, as well as allowing a COM port or device path to be specified manually.

Implemented enhancements:

  • Provide better guidance on incompatible platform/arch combinations #18
  • Support Apple M1 (ARM64) #16
  • Support Linux arm64 #15
  • How to Select COM port #12

v1.0.7 (2021-02-06)

Full Changelog

This fixes a critical compatibility issue with VS Code 1.53.0.

Fixed bugs:

  • VSCode 1.53.0 incompatibility #11

v1.0.5 (2021-02-04)

Full Changelog

This fixes the extension so it works with VS Code version 1.53.0. It also improves the wording of several error messages.

Fixed bugs:

  • command 'pymakr.connect' not found #9
  • Clarify "click here to try again" message #8

v1.0.4 (2021-01-31)

Full Changelog

The theme of this release is largely around the documentation and issue management for the project within GitHub.

Implemented enhancements:

  • Include Change Log #5
  • Update bug template to include hardware details and default the labels on all issues #4
  • Include detailed guidance on getting started within README.md #3

v1.0.2 (2021-01-29)

Full Changelog

Fixed bugs:

  • User messages still refer to "PyCom" and "Pymakr" #2
  • "No PyCom boards found on USB", but other REPL tools outside of VS Code work fine #1

* This Changelog was automatically generated by github_changelog_generator