From 6efed49d98b1a4dc546d332aa34da8e48203d40b Mon Sep 17 00:00:00 2001 From: paulober <44974737+paulober@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:14:20 +0200 Subject: [PATCH] Moved known issues --- .github/ISSUE_TEMPLATE/config.yml | 4 ++-- CHANGELOG.md | 21 ++++++--------------- 2 files changed, 8 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 771aef5..52cd889 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 81cd578..ea9ec4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: