Releases: paulober/MicroPico
Releases · paulober/MicroPico
v3.6.0
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
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
v3.4.2
Changed
- Upgraded to
pyboard-serial-com
v2.0.4
, Linuxarm64
andarmhf
releases are now backwards compatible withGLIBC_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
v3.4.0
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
v3.3.2
v3.3.1
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
- Patch v3.3.0 by @paulober in #137
- Small fixes by @paulober in #138
- Patch v3.3.1 by @paulober in #139
Full Changelog: v3.2.6...v3.3.1
v3.3.0
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