Skip to content

Commit 3811c02

Browse files
committed
v4.0.4
Signed-off-by: paulober <[email protected]>
1 parent f4fc00b commit 3811c02

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ All notable changes to the "MicroPico" extension will be documented in this file
1010

1111
---
1212

13+
## [4.0.4] - 2024-09-13
14+
15+
### Added
16+
17+
- `flashPico` command to flash Raspberry Pi Pico boards with a MicroPython firmware (if it is in BOOTSEL mode)
18+
- Some Pimoroni boards to the list for auto detection
19+
20+
### Changed
21+
22+
- Fixed some auto-connect bugs
23+
1324
## [4.0.0] - 2024-09-10
1425

1526
### Added

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": "MicroPico",
44
"description": "Auto-completion, remote workspace and a REPL console integration for the Raspberry Pi Pico boards running MicroPython firmware.",
5-
"version": "4.0.3",
5+
"version": "4.0.4",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",

0 commit comments

Comments
 (0)