Skip to content

Releases: paulober/MicroPico

v3.6.0

27 Dec 01:52
7574c05
Compare
Choose a tag to compare

Added

  • micropico.executeOnConnect setting to execute a script on the Pico after connecting (#153 and #176)
  • micropico.importOnConnect setting to import a module in vREPL after connecting (#153)
  • MicroPico Device Controler for managing wifi connection and to install mip packages (experimental)
  • Upload-file command is now available in the explorer context menu

Changed

  • Fix #172, Documentation mentions sync button
  • Fixes dynamic command enablement
  • Fixes tab in multiline input in vREPL does trigger autocomplete and does not indent
  • Adjusts settings scopes
  • Updated dependencies

What's Changed

Full Changelog: v3.5.0...v3.6.0

v3.5.0

22 Nov 23:01
0ee67c1
Compare
Choose a tag to compare

Added

  • micropico.extra.switchStubs command to switch between MicroPython stubs for different MicroPython versions and ports (RPi Pico, RPi Pico (W) and ESP32) (Thanks to @Josverl) (Fixes #164)

Changed

  • Updated dependencies

Removed

  • Settings auto-update workaround from the extension renaming process (Fixes #164)

v3.4.3

10 Nov 19:57
0ea5d02
Compare
Choose a tag to compare

Changed

  • Upgraded to pyboard-serial-com v2.0.5, the Linux amd64 release is now backwards compatible with GLIBC_2.31 (Fixes #161)
  • Updated dependencies

v3.4.2

06 Nov 23:03
bc9fd98
Compare
Choose a tag to compare

Changed

  • Upgraded to pyboard-serial-com v2.0.4, Linux arm64 and armhf releases are now backwards compatible with GLIBC_2.31 (Fixes #159)
  • Updated dependencies
  • Reload settings before auto-connect to detect settings changes concerning the port

What's Changed

Full Changelog: v3.4.1...v3.4.2

v3.4.1

19 Oct 16:37
7c80378
Compare
Choose a tag to compare

Changed

  • Upgraded to pyboard-serial-com v2.0.3 (Fixes #144)
  • Updated stubs to MicroPython v1.21.0 stable
  • Updated dependencies
  • Adds back linux armhf support

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0

18 Oct 20:14
5afd207
Compare
Choose a tag to compare

Changed

  • Reduced extension size on some platforms
  • Upgraded to pyboard-serial-com v2.0.2
  • Replaced Pico-W-Stub with micropython-stubs for MicroPython v1.20.0 (Thanks to @Josverl)
  • Added .ls and .help custom commands to vREPL

What's Changed

Full Changelog: v3.3.3...v3.4.0

v3.3.3

16 Oct 19:45
9a222c5
Compare
Choose a tag to compare

Changed

  • Fixes an issue concerning multiline vREPL inputs
  • Some minor improvemements

What's Changed

Full Changelog: v3.3.2...v3.3.3

v3.3.2

16 Oct 16:55
5e18f13
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Upgraded to pyboard-serial-com v2.0.1
  • Fixes Windows issues related to update v3.3.0 (Fixes #143)

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1

10 Oct 23:26
4f7e131
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Upgraded to pyboard-serial-com v2.0.0
  • Stubs updated to v1.21.0 stable

Removed

  • Dependency on the VS Code Python extension
  • Dependency on pyserial pip package
  • Dependency on Python being installed on the host system (Also fixes #133)
  • micropico.pythonPath setting
  • Support for the armhf architecture

What's Changed

Full Changelog: v3.2.6...v3.3.1

v3.3.0

10 Oct 23:04
a00b5e3
Compare
Choose a tag to compare

Changed

  • Updated dependencies
  • Upgraded to pyboard-serial-com v2.0.0
  • Stubs updated to v1.21.0 stable

Removed

  • Dependency on the VS Code Python extension
  • Dependency on pyserial pip package
  • Dependency on Python being installed on the host system (Also fixes #133)
  • micropico.pythonPath setting
  • Support for the armhf architecture

What's Changed

Full Changelog: v3.2.6...v3.3.0