Releases: paulober/MicroPico
Releases · paulober/MicroPico
v4.3.4
v4.3.3
Added
micropico.newProjectcommand to create a new MicroPico project in a new or existing folder- "Create new MicroPico project" button to empty explorer view (#292)
- Support for Windows ARM64 is back but not tested
- Support for Pico 2 W auto firmware install
Changed
- Updated dependencies
- Changed minimum Visual Studio Code version to
1.99.3 - Update MicroPython stubs to
1.26.0stable (Thanks to @Josverl) - Changed
toggle()tovalue()in README example (#280 by @FunDeckHermit)
What's Changed
- Changed toggle() to value() by @FunDeckHermit in #280
- Update v4.3.0 by @paulober in #301
- Bump axios from 1.8.4 to 1.12.0 by @dependabot[bot] in #303
- Bump brace-expansion from 1.1.11 to 1.1.12 by @dependabot[bot] in #302
New Contributors
- @FunDeckHermit made their first contribution in #280
Full Changelog: v4.2.2...v4.3.3
v4.3.0
Added
micropico.newProjectcommand to create a new MicroPico project in a new or existing folder- "Create new MicroPico project" button to empty explorer view (#292)
Changed
- Updated dependencies
- Changed minimum Visual Studio Code version to
1.103.2 - Update MicroPthon stubs to
1.26.0stable (Thanks to @Josverl) - Changed
toggle()tovalue()in README example (#280 by @FunDeckHermit)
What's Changed
- Changed toggle() to value() by @FunDeckHermit in #280
- Update v4.3.0 by @paulober in #301
New Contributors
- @FunDeckHermit made their first contribution in #280
Full Changelog: v4.2.2...v4.3.0
v4.2.2
Changed
- Updated dependencies
- Updated included stubs to 1.24.* (Fix #289)
- Fixed #288, Extension freezes when run command is triggered while a command is still running
What's Changed
- Bump undici from 6.21.0 to 6.21.1 by @dependabot in #277
- Patch v4.2.2 by @paulober in #290
Full Changelog: v4.2.1...v4.2.2
v4.2.1
Changed
- Updated dependencies
- Configure project command has been renamed to
Initialize MicroPico project - Fixed #269, Frozen 'Stop' button after running unplugging
- Refined the disconnect behavior
- Upgraded to
pico-mpy-comversion1.0.22
What's Changed
- Rename 'Setup MicroPico Project' to 'Initialize' by @DeflateAwning in #262
- Patch v4.2.0 by @paulober in #274
- Hotfix v4.2.1 by @paulober in #275
New Contributors
- @DeflateAwning made their first contribution in #262
Full Changelog: v4.1.0...v4.2.1
v4.2.0
Changed
- Updated dependencies
- Configure project command has been renamed to
Initialize MicroPico project - Fixed #269, Frozen 'Stop' button after running unplugging
- Refined the disconnect behavior
What's Changed
- Rename 'Setup MicroPico Project' to 'Initialize' by @DeflateAwning in #262
- Patch v4.2.0 by @paulober in #274
New Contributors
- @DeflateAwning made their first contribution in #262
Full Changelog: v4.1.0...v4.2.0
v4.1.0
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.redirectOutputexperimental 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-comv1.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
.micropicofile location if not set (#259) - All settings are now scoped
machine-overridable
What's Changed
- Bump rollup from 4.21.3 to 4.22.4 by @dependabot in #253
- Patch v4.1.0 by @paulober in #261
Full Changelog: v4.0.6...v4.1.0