Skip to content

Commit

Permalink
v4.0.4
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <[email protected]>
  • Loading branch information
paulober committed Sep 13, 2024
1 parent f4fc00b commit 3811c02
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ All notable changes to the "MicroPico" extension will be documented in this file

---

## [4.0.4] - 2024-09-13

### Added

- `flashPico` command to flash Raspberry Pi Pico boards with a MicroPython firmware (if it is in BOOTSEL mode)
- Some Pimoroni boards to the list for auto detection

### Changed

- Fixed some auto-connect bugs

## [4.0.0] - 2024-09-10

### Added
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 boards running MicroPython firmware.",
"version": "4.0.3",
"version": "4.0.4",
"publisher": "paulober",
"license": "MPL-2.0",
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",
Expand Down

0 comments on commit 3811c02

Please sign in to comment.