Releases: paulober/MicroPico
Releases · paulober/MicroPico
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
v3.2.6
v3.2.5
v3.2.4
v3.2.3
v3.2.2
Added
uploadproject
status-bar button
Changed
- Upgraded pyboard-serial-com to v1.5.3 (Fixes an issue where
pyIgnore
wildcard exclusions were not working) - Updated stubs to patch v1.20.0-3 stable
- Dependencies were updated
What's Changed
Full Changelog: v3.2.1...v3.2.2
v3.2.1
v3.2.0
Added
vscode:uninstall
script to remove Pico-W-Stub after extension gets uninstalledpicowgo.rtc.sync
command to sync the Pico's RTC with the host's time- Fix #29, Add custom when clause context keys
Changed
- Auto-detected Python3 commands are't automatically saved to global settings anymore to prevent erros when switching between different systems with different python installations and settings sync turned on
- Contributed menu entries are now only shown when the extension is active
- Updated dependencies
What's Changed
Full Changelog: v3.1.2...v3.2.0
v3.1.2
Added
picowgo.pyIgnore
now supports syncFolder specific rules
Changed
- Fixed #111, Relative paths in
picowgo.pyIgnore
don't work - Fixed #113, Unnecessary re-uploading of unchanged files during upload-project
- Upgraded pyboard-serial-com to v1.5.2
See release v3.1.0 for changes in v3.1.0.
What's Changed
Full Changelog: v3.1.1...v3.1.2