Skip to content

Releases: paulober/MicroPico

v4.0.6

16 Sep 08:59
e0f5983
Compare
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
Compare
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
Compare
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

v4.0.3

12 Sep 11:10
939514c
Compare
Choose a tag to compare

Added

  • garbageCollect and reset.hard.listen commands
  • More vREPL shortcuts
  • A requirement for a python interpretter (can be selected though the Python VS Code extension)

Changed

  • Replaced pyboard-serial-com with pico-mpy-com library
  • Updated dependencies
  • Reenabled publishing on OpenVSX
  • Updated stubs to latest MicroPython v1.23.0 stable (Thanks to @Josverl)
  • Minor performance improvements
  • Major stability improvements

Full Changelog: v3.8.4...v4.0.3

v4.0.2

11 Sep 12:18
95eac2f
Compare
Choose a tag to compare

Added

  • garbageCollect and reset.hard.listen commands
  • More vREPL shortcuts
  • A requirement for a python interpretter (can be selected though the Python VS Code extension)

Changed

  • Replaced pyboard-serial-com with pico-mpy-com library
  • Updated dependencies
  • Reenabled publishing on OpenVSX
  • Updated stubs to latest MicroPython v1.23.0 stable (Thanks to @Josverl)
  • Minor performance improvements
  • Major stability improvements

Full Changelog: v3.8.4...v4.0.2

v4.0.1

11 Sep 10:55
aa18457
Compare
Choose a tag to compare

Added

  • garbageCollect and reset.hard.listen commands
  • More vREPL shortcuts
  • A requirement for a python interpretter (can be selected though the Python VS Code extension)

Changed

  • Replaced pyboard-serial-com with pico-mpy-com library
  • Updated dependencies
  • Reenabled publishing on OpenVSX
  • Updated stubs to latest MicroPython v1.23.0 stable (Thanks to @Josverl)
  • Minor performance improvements
  • Major stability improvements

Full Changelog: v3.8.4...v4.0.1

v4.0.0

10 Sep 18:05
617eacb
Compare
Choose a tag to compare

Added

  • garbageCollect and reset.hard.listen commands
  • More vREPL shortcuts
  • A requirement for a python interpretter (can be selected though the Python VS Code extension)

Changed

  • Replaced pyboard-serial-com with pico-mpy-com library
  • Updated dependencies
  • Reenabled publishing on OpenVSX
  • Updated stubs to latest MicroPython v1.23.0 stable (Thanks to @Josverl)
  • Minor performance improvements
  • Major stability improvements

Full Changelog: v3.8.4...v4.0.0

v3.8.4

29 Aug 18:07
3179bfa
Compare
Choose a tag to compare

Added

  • Eperimental support for ESP32-S3-Pico

Changed

  • Upraded to pyboard-serial-com v3.1.2
  • Updated dependencies
  • Ignore .idea by default (Thanks to @Finnomator for #237)

What's Changed

New Contributors

Full Changelog: v3.8.2...v3.8.4

v3.8.3

28 Aug 14:45
ad3d5ad
Compare
Choose a tag to compare

Added

  • Eperimental support for ESP32-S3-Pico

Changed

  • Upraded to pyboard-serial-com v3.1.1
  • Updated dependencies
  • Ignore .idea by default (Thanks to @Finnomator for #237)

What's Changed

New Contributors

Full Changelog: v3.8.2...v3.8.3

v3.8.2

22 Jun 02:43
5fbe6c0
Compare
Choose a tag to compare

Added

  • Stubs auto-install feature to install selected stubs for a first opened project if not present

Changed

  • Upgraded to pyboard-serial-com v3.1.0,
  • Updated dependencies
  • Fixed #230, Update included stubs to v1.23.0 stable
  • Fixed #226, Pylance doesn't work after reopening
  • Fixed #227, Switch stubs error (Thanks to @wtakuo for #228)
  • Fixed #220, List remote fs contents and download project operations ignoring entries with spaces
  • Min VS Code version is now v1.90.2
  • Updated stubs to MicroPython v1.23.0 stable (Thanks to @Josverl micropython-rp2-rpi_pico_w-stubs)

What's Changed

New Contributors

Full Changelog: v3.7.8...v3.8.2