Skip to content

Releases: paulober/MicroPico

v3.2.6

01 Oct 20:09
a846f0c
Compare
Choose a tag to compare

Added

  • Fix #134, Support stopping execution with VS Code command (#13 by @eplusx)

Changed

  • Minimum VS Code version is now v1.82.0
  • Updated dependencies

What's Changed

New Contributors

Full Changelog: v3.2.5...v3.2.6

v3.2.5

04 Sep 15:06
0acc16e
Compare
Choose a tag to compare

Changed

  • Updated stubs to v1.20.0-441 unstable (Fixes #129)
  • Minimum VS Code version is now v1.81.1
  • Updated dependencies
  • Added official Python extension as dependency

What's Changed

Full Changelog: v3.2.4...v3.2.5

v3.2.4

15 Aug 22:59
5dbe697
Compare
Choose a tag to compare

Changed

  • Updated stubs to patch v1.20.0-5 stable

What's Changed

Full Changelog: v3.2.3...v3.2.4

v3.2.3

15 Aug 22:00
08308c5
Compare
Choose a tag to compare

Changed

  • Updated stubs to patch v1.20.0-4 stable (Fixes #125)

What's Changed

Full Changelog: v3.2.2...v3.2.3

v3.2.2

14 Aug 20:19
1618c29
Compare
Choose a tag to compare

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

01 Aug 12:23
c71d25c
Compare
Choose a tag to compare

Changed

  • Rename extension to MicroPico but ID remained the same paulober.pico-w-go
  • Dependencies update

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

15 Jul 14:16
ccede45
Compare
Choose a tag to compare

Added

  • vscode:uninstall script to remove Pico-W-Stub after extension gets uninstalled
  • picowgo.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

28 Jun 18:04
e2ad5e4
Compare
Choose a tag to compare

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

25 Jun 19:00
1a8e30f
Compare
Choose a tag to compare

Changed

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

20 Jun 21:16
47a9feb
Compare
Choose a tag to compare

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 updated picowgo.softResetAfterUpload setting. (Requested in #101)

Changed

  • Renamed setting picowgo.rebootAfterUpload to picowgo.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