Skip to content

Commit 8178c4b

Browse files
committed
v3.1.0
1 parent 154e9b3 commit 8178c4b

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,32 @@ All notable changes to the "pico-w-go" extension will be documented in this file
66
77
## Known issues
88
- 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. (since ever)
9-
- `input(...)` in main.py requires a print before to be displayed on soft-reset.
109

1110
---
1211

12+
## [3.1.0] - 2023-06-20
13+
14+
# Added
15+
- Logger output channel
16+
- Open workspace settings command
17+
- Added scopes to some configuration settings
18+
- Added new `picowgo.additionalSyncFolders` setting (Requested in #40)
19+
- Added `soft-reset (listen)` command. Soft-reset now displays output (read and write) of main.py and boot.py reruns after soft-reset with this new command or the updated `picowgo.softResetAfterUpload` setting. (Requested in #101)
20+
21+
# Changed
22+
- Renamed setting `picowgo.rebootAfterUpload` to `picowgo.softResetAfterUpload`
23+
- Fixed README table markdown for VS Code Marketplace store front
24+
- Fix #71, Better up-/download progress notification/feedback
25+
- vREPL now opens automatically on need (reduces "vREPL not open" warnings) (#60)
26+
- All commands are now grouped in one category
27+
- Some minor stability and performance improvements were made
28+
- Fixed duplicate vREPL handling and not prompt on additional vREPL panel
29+
- Fixed `input(...)` echoed back input in vREPL
30+
- Other dependency updates
31+
- Upgraded pyboard-serial-com to v1.5.1
32+
- Bumped minimum NodeJS engine version to v16.17.1
33+
- Updated stubs to patch v1.20.0-1 stable
34+
1335
## [3.0.14] - 2023-06-17
1436

1537
# Changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pico-w-go",
33
"displayName": "Pico-W-Go",
44
"description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico (W) with MicroPython firmware.",
5-
"version": "3.0.14",
5+
"version": "3.1.0",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/Pico-W-Go/blob/main/README.md",

0 commit comments

Comments
 (0)