Skip to content

Commit

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

---

## [4.1.0] - 2024-11-18

### Added

- Restore behavior for terminal content if an external action is triggered and takes over the terminal (like run file)
- Boot.py warnings when performing hard resets
- `micropico.redirectOutput` experimental command to redirect output of operations like running files into other target than the terminal (like a file)

### Changed

- Updated dependencies
- Upgraded to `pyboard-serial-com` `v1.0.21` (Fixes #254)
- Better Python utilization in stub switcher
- Switch to release build for Pico 2 auto installs
- Configure project command has been renamed to `Setup MicroPico project`
- Reload settings before uploading and downloading projects to detect settings changes
- SyncFolder auto-detection based on `.micropico` file location if not set
- All settings are now scoped `machine-overridable`

## [4.0.6] - 2024-09-16

### 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.6",
"version": "4.1.0",
"publisher": "paulober",
"license": "MPL-2.0",
"homepage": "https://github.com/paulober/MicroPico/blob/main/README.md",
Expand Down

0 comments on commit 6b38b4e

Please sign in to comment.