Releases: paulober/MicroPico
Releases · paulober/MicroPico
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
v3.1.1
Changed
- Updated stubs to patch v1.20.0-2 stable (see paulober/Pico-W-Stub#10)
See release v3.1.0 for changes in v3.1.0.
What's Changed
Full Changelog: v3.1.0...v3.1.1
v3.1.0
Added
- Logger output channel
- Open workspace settings command
- Added scopes to some configuration settings
- Added new
picowgo.additionalSyncFolders
setting (Requested in #40) - Added
soft-reset (listen)
command. Soft-reset now displays output (read and write) of main.py and boot.py reruns after soft-reset with this new command or the updatedpicowgo.softResetAfterUpload
setting. (Requested in #101)
Changed
- Renamed setting
picowgo.rebootAfterUpload
topicowgo.softResetAfterUpload
- Fixed README table markdown for VS Code Marketplace store front
- Fix #71, Better up-/download progress notification/feedback
- vREPL now opens automatically on need (reduces "vREPL not open" warnings) (#60)
- All commands are now grouped in one category
- Some minor stability and performance improvements were made
- Fixed duplicate vREPL handling and not prompt on additional vREPL panel
- Fixed
input(...)
echoed back input in vREPL - Other dependency updates
- Upgraded pyboard-serial-com to v1.5.1
- Bumped minimum NodeJS engine version to v16.17.1
- Updated stubs to patch v1.20.0-1 stable
What's Changed
Full Changelog: v3.0.14...v3.1.0