Releases: paulober/MicroPico
Releases · paulober/MicroPico
v3.0.9
v3.0.8
v3.0.7
v3.0.6
v3.0.5
v3.0.4
What's Changed
- Increased timeout on pyserial detection by @blakeglucas in #74
- Patch v3.0.4 by @paulober in #75
New Contributors
- @blakeglucas made their first contribution in #74
Full Changelog: v3.0.3...v3.0.4
v3.0.3
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.switchPicocommand to be able to chose between ports without having to deal with any config -
picowgo.gcBeforeUploadruns garbage collector before uploading files to free some memory for more stable uploads
Changed
picowgo.syncFileTypessettings datatype changed toarraypicowgo.safeBootOnUploadwas renamed topicowgo.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
ctrlCOnConnectsetting, 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