Skip to content

Releases: paulober/MicroPico

v3.0.2

11 Apr 14:25
b67abd5
Compare
Choose a tag to compare

Added

  • AutoConnect feature, the extension now detects disconnects and auto reconnects

Changed

  • Fixed globalSettings command
  • Python detection now has a 1sec timeout

What's Changed

Full Changelog: v3.0.1...v3.0.2

v3.0.1

10 Apr 23:43
bc27761
Compare
Choose a tag to compare

Known issues

  • autoConnect is currently not working for reconnecting and recognition of disconnects

Changed

  • Small UX improvements
  • Fixes #58, Run button no stop option

Removes

  • Artificial upload constraint (#61)

v3.0.0

10 Apr 17:28
59c5981
Compare
Choose a tag to compare

[3.0.0] - 2023-04-10

Added

  • Remote filesystem/workspace integration of the Pico (W) filesystem.

  • A contributed/integrated terminal profile for the Pico (W) REPL (open and closing does not affect the connection as long as you don't duplicated or open multiple vREPLs)

  • picowgo.switchPico command to be able to chose between ports without having to deal with any config

  • picowgo.gcBeforeUpload runs garbage collector before uploading files to free some memory for more stable uploads

Changed

  • picowgo.syncFileTypes settings datatype changed to array
  • picowgo.safeBootOnUpload was renamed to picowgo.gcBeforeUpload
  • NEW REQUIREMENT: pyserialPython Pip package
  • Terminal behaviour is now a virtual REPL which can execute commands on the remote Pico (W) MicroPython REPL
  • To enable the new remote workspace feature, a new queuing system between the serial port and the VSCode inputs had to be developed
    to cope with the bottleneck of a serial connection. For stability reasons, I therefore do not recommend excessive multitasking with the features of the extension in conjunction with the Pico. It should work fine and also handle a large load, but you don't need to overuse it.
  • Better detection for OS and hardware
  • Improved stability for file transfers
  • Updated stubs for 'Firmware v1.19.1-1009 nightly'
  • Shrunk extension file size because it's not required to bundle serialport package anymore within the extn

Removed

  • ctrlCOnConnect setting, because its now the default
  • FTP-Server, it was deprecated had security vulnarabilities and some users reported problems using it
  • Cut many other dependencies

What's Changed

Full Changelog: v2.1.8...v3.0.0

v2.1.8

04 Mar 10:50
50c4824
Compare
Choose a tag to compare

See change log.

What's Changed

  • Improved urequests.Response class stubs to reflect runtime added fields (v1.19.1-915-1)

Full Changelog: v2.1.7...v2.1.8

v2.1.7

03 Mar 15:27
aba0a40
Compare
Choose a tag to compare

See change log.

What's Changed

  • Wait for Ctrl-D to finish to prevent filesystem reformat upon following Ctrl-C by @connorcl in #49
  • Updated stubs to 'Firmware v1.19.1-915 nightly' from paulober/Pico-W-Stub@ac86627
  • Updated some dependencies

New Contributors

Full Changelog: v2.1.6...v2.1.7

v2.1.6

03 Feb 19:51
2ed4204
Compare
Choose a tag to compare

See change log.

What's Changed

  • Updated serialport and other dependencies
  • A small fix
  • Update README.md by @somejeff in #43

New Contributors

Full Changelog: v2.1.5...v2.1.6

v2.1.5

15 Jan 20:55
4ab6725
Compare
Choose a tag to compare

See change log.

What's Changed

  • Fix typo in solvePermissions script by @Yossi in #38
  • Updated stubs to v1.19.1-796 unstable

New Contributors

  • @Yossi made their first contribution in #38

Full Changelog: v2.1.4...v2.1.5

v2.1.4

20 Dec 14:37
7f2b668
Compare
Choose a tag to compare

v2.1.3

09 Nov 23:50
4b10f40
Compare
Choose a tag to compare

v2.1.2

31 Oct 11:03
d9903e8
Compare
Choose a tag to compare