diff --git a/CHANGELOG.md b/CHANGELOG.md index 846b6cc..1bdb59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 5ef1819..01b7dff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "pico-w-go", - "version": "4.0.6", + "version": "4.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "pico-w-go", - "version": "4.0.6", + "version": "4.1.0", "cpu": [ "x64", "arm64", diff --git a/package.json b/package.json index 3ae64b9..78788bf 100644 --- a/package.json +++ b/package.json @@ -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",