Releases: paulober/MicroPico
Releases · paulober/MicroPico
v3.0.2
v3.0.1
v3.0.0
[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 toarray
picowgo.safeBootOnUpload
was renamed topicowgo.gcBeforeUpload
- NEW REQUIREMENT:
pyserial
Python 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
- Bump webpack from 5.75.0 to 5.76.0 by @dependabot in #52
- Major update v3 by @paulober in #57
Full Changelog: v2.1.8...v3.0.0
v2.1.8
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
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
v2.1.5
v2.1.4
See change log.
v2.1.3
See change log.
v2.1.2
See change log.