Skip to content

Commit 6b38b4e

Browse files
committed
v4.1.0
Signed-off-by: paulober <[email protected]>
1 parent 5043cd0 commit 6b38b4e

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGELOG.md

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

1111
---
1212

13+
## [4.1.0] - 2024-11-18
14+
15+
### Added
16+
17+
- Restore behavior for terminal content if an external action is triggered and takes over the terminal (like run file)
18+
- Boot.py warnings when performing hard resets
19+
- `micropico.redirectOutput` experimental command to redirect output of operations like running files into other target than the terminal (like a file)
20+
21+
### Changed
22+
23+
- Updated dependencies
24+
- Upgraded to `pyboard-serial-com` `v1.0.21` (Fixes #254)
25+
- Better Python utilization in stub switcher
26+
- Switch to release build for Pico 2 auto installs
27+
- Configure project command has been renamed to `Setup MicroPico project`
28+
- Reload settings before uploading and downloading projects to detect settings changes
29+
- SyncFolder auto-detection based on `.micropico` file location if not set
30+
- All settings are now scoped `machine-overridable`
31+
1332
## [4.0.6] - 2024-09-16
1433

1534
### 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.6",
5+
"version": "4.1.0",
66
"publisher": "paulober",
77
"license": "MPL-2.0",
88
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",

0 commit comments

Comments
 (0)