Skip to content

Commit

Permalink
Moved known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
paulober committed Sep 9, 2022
1 parent 0b1ee58 commit 6efed49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
blank_issues_enabled: true
contact_links:
- name: Breaking Changes
- name: Breaking changes and known issues
url: https://github.com/paulober/Pico-W-Go/blob/main/CHANGELOG.md
about: Functionality that has changed significantly between versions of Pico-Go.
about: Functionality that has changed significantly between versions of Pico-W-Go or known issues.
- name: Intellisense, Auto-complete and Linting Issues
url: https://github.com/paulober/Pico-W-Stub/issues
about: These belong in the Pico-W-Stub project rather than Pico-W-Go.
21 changes: 6 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,45 +4,36 @@ All notable changes to the "pico-w-go" extension will be documented in this file

>_Based on structure recommendations from [Keep a Changelog](http://keepachangelog.com/)._
## Known issues
- Sometimes if you were already connected to a board which has not been unpluged since than and you restart VS Code autoconnect does not go into REPL mode correctly
- Run current file does not include modules that are localy imported and in current workspace, unless you upload the python file containing the module via the upload file or project feature first.

---

## [Unreleased]

- Remove telnet and unix socket interfaces as they are never used and unable to connect to any plain MicroPython Raspberry Pi Pico (W) board

## [2.0.6] - 2022-09-08
### Known issues
- Sometimes if you were already connected to a board which has not been unpluged since than and you restart VS Code autoconnect does not go into REPL mode correctly
- Run current file does not include modules that are localy imported and in current workspace, unless you upload the python file containing the module via the upload file or project feature first.

### Changed
- Updated stubs as of Firmware v1.19.1-378 unstable for the rp2 Pico-W board
- Fixed SyntaxError in deleteAllFiles command

## [2.0.5] - 2022-09-07
### Known issues
- Sometimes if you were already connected to a board which has not been unpluged since than and you restart VS Code autoconnect does not go into REPL mode correctly
- Run current file does not include modules that are localy imported and in current workspace, unless you upload the python file containing the module via the upload file or project feature first.

### Changed
- Updated stubs as of Firmware v1.19.1-375 unstable for the rp2 Pico-W board

## [2.0.4] - 2022-09-06
### Known issues
- Sometimes if you were already connected to a board which has not been unpluged since than and you restart VS Code autoconnect does not go into REPL mode correctly
- Run current file does not include modules that are localy imported and in current workspace, unless you upload the python file containing the module via the upload file or project feature first.
### Changed
- Fixes constantly crashing terminal on linux

## [2.0.3] - 2022-09-05
### Known issues
- Sometimes if you were already connected to a board which has not been unpluged since than and you restart VS Code autoconnect does not go into REPL mode correctly
- Run current file does not include modules that are localy imported and in current workspace, unless you upload the python file containing the module via the upload file or project feature first.
### Changed
- Fixed linting of builtin python features.

## [2.0.0] - 2022-09-04
### Known issues
- Sometimes if you were already connected to a board which has not been unpluged since than and you restart VS Code autoconnect does not go into REPL mode correctly
- Run current file does not include modules that are localy imported and in current workspace, unless you upload the python file containing the module via the upload file or project feature first.

### Added
- Following dependencies:
Expand Down

0 comments on commit 6efed49

Please sign in to comment.