Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Dec 27, 2023
1 parent f6f5829 commit 30ae2df
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ All notable changes to the "MicroPico" extension will be documented in this file

---

## [3.6.0] - 2023-12-27

# Added
- `micropico.executeOnConnect` setting to execute a script on the Pico after connecting ([#153](https://github.com/paulober/MicroPico/issues/153) and [#176](https://github.com/paulober/MicroPico/issues/176))
- `micropico.importOnConnect` setting to import a module in vREPL after connecting ([#153](https://github.com/paulober/MicroPico/issues/153))
- MicroPico Device Controler for managing wifi connection and to install mip packages (experimental)
- Upload-file command is now available in the explorer context menu

# Changed
- Fix #172, Documentation mentions sync button
- Fixes dynamic command enablement
- Fixes tab in multiline input in vREPL does trigger autocomplete and does not indent
- Adjusts settings scopes
- Updated dependencies

## [3.5.0] - 2023-11-22

# Added
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ Works with:
- Auto-completion with docs
- Pseudo terminal integration for communication with MicroPython REPL on a Pico (w) board (with support for tab-completion)
- Running / Transferring files to / from your board
- Built-in virtual-workspace provider for Raspberry Pi Pico (W) boards
- Built-in virtual-workspace provider for Raspberry Pi Pico (W) boards (does disable Pylance auto-completion)
- Switch between auto-completion and IntelliSense for MicroPython ports RPi Pico, RPi Pico (W) and ESP32 (requires pip installed an in PATH)
- Device Manager UI for managing wifi connection and installing mip packages (only on Pico-W; experimental)

![Preview](images/preview.gif)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pico-w-go",
"displayName": "MicroPico",
"description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico (W) with MicroPython firmware.",
"version": "3.5.0",
"version": "3.6.0",
"publisher": "paulober",
"license": "MPL-2.0",
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",
Expand Down

0 comments on commit 30ae2df

Please sign in to comment.