Skip to content

Releases: paulober/MicroPico

v4.3.4

28 Nov 16:25
bb61bba

Choose a tag to compare

[4.3.4] - 2025-11-28

Changed

  • Updated dependencies
  • Fix unicode decoding on vREPL

What's Changed

Full Changelog: v4.3.3...v4.3.4

v4.3.3

25 Sep 14:02
c81cc2b

Choose a tag to compare

Added

  • micropico.newProject command 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.0 stable (Thanks to @Josverl)
  • Changed toggle() to value() in README example (#280 by @FunDeckHermit)

What's Changed

New Contributors

Full Changelog: v4.2.2...v4.3.3

v4.3.0

06 Sep 00:14
ba3a5ab

Choose a tag to compare

Added

  • micropico.newProject command 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.0 stable (Thanks to @Josverl)
  • Changed toggle() to value() in README example (#280 by @FunDeckHermit)

What's Changed

New Contributors

Full Changelog: v4.2.2...v4.3.0

v4.2.2

27 Mar 00:47
1d2347f

Choose a tag to compare

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

Full Changelog: v4.2.1...v4.2.2

v4.2.1

17 Jan 03:06
eb4ddf0

Choose a tag to compare

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-com version 1.0.22

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.1

v4.2.0

17 Jan 02:30
d953379

Choose a tag to compare

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

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

18 Nov 00:06
147757d

Choose a tag to compare

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 (#259)
  • All settings are now scoped machine-overridable

What's Changed

Full Changelog: v4.0.6...v4.1.0

v4.0.6

16 Sep 08:59
e0f5983

Choose a tag to compare

Added

  • Soft-resets before and after executing scripts by default (#239)
  • micropico.noSoftResetOnRun setting to disable soft-resets before and after executing scripts (default: false)

Full Changelog: v4.0.5...v4.0.6

v4.0.5

16 Sep 08:12
f3032e4

Choose a tag to compare

Changed

  • Fix #252, py-launcher compatibility

Full Changelog: v4.0.4...v4.0.5

v4.0.4

13 Sep 17:20
3811c02

Choose a tag to compare

Added

  • flashPico command to flash Raspberry Pi Pico boards with a MicroPython firmware (if it is in BOOTSEL mode)
  • Some Pimoroni boards to the list for auto detection

Changed

  • Fixed some auto-connect bugs