Releases: pycom/pymakr-vsc
Releases · pycom/pymakr-vsc
v2.22.3
2.22.3 (2022-08-02)
Bug Fixes
- dev: faulty main and boot.py were sometimes reported as missing (2b25f92)
- store notification choices globally (87c07c7)
v2.22.1
2.22.1 (2022-07-29)
Bug Fixes
- calling safeboot from command didn't return promise (bee997b)
v2.22.0
2.22.0 (2022-07-28)
Bug Fixes
- connected devices were sometimes reported as idle prematurely (413b01d)
- dev: devices were shown as busy at end of script (f62c8f4)
- improve stopScript (57adde7)
- return empty project config, if pymakr.conf doesn't exist (2d2c798)
- safeboot could leave device in false busy state (ff5d880)
- should use await (539c281)
- upload could only upload to non-existant folder (f3cab1a)
- upload prompt showed last slash as backslash on win (f15caed)
- upload to device should not check disconnected devices by default (71922fa)
- uploading to nested dir would fail if missing (51c8748)
Features
- added debugMenu (7491810)
- open file on device (8f026a8)
- option to simulate machine.[deep]sleep in devmode (wip / experimental) (e8bf643)
v2.21.0
2.21.0 (2022-07-19)
Bug Fixes
- dev: missing main.py is not an error (f29f4cc)
- regression error left uncaught exceptions (e70169e)
- show stop attempts progress in dev mode (7739f90)
- stopScript should return a promise (7ec1f4a)
Features
- added fast upload in dev mode (fc86cb2)
- out of sync handling for dev mode (939f046)
v2.20.0
2.20.0 (2022-07-11)
Features
- added ability to save prompt choices (0e3ff23)
v2.19.0
2.19.0 (2022-07-07)
Bug Fixes
- hardReset with infinite scripts could cause instability (937f13f)
- make stopScript persistent (75c778b)
- stability after reset (bc1a97d)
- stop script should always be available (1c853df)
- user script sometimes showed as pymakr action (ed89d7b)
Features
- added micropython-ctl-cont logging (fa936c1)
- dev mode (6053120)
- dev options in pymakr.conf (29e158c)
- show running action in device tooltip (ea56237)
v2.18.3
2.18.3 (2022-06-27)
Bug Fixes
- Include native binaries when Node can't be found (7c0ae95)
- terminal dropdown (58ceb68)
v2.18.2
2.18.2 (2022-06-24)
Bug Fixes
- chunk sizes can now be configured manually (d6998da)
- device configs could get duplicated in rare cases (6da49b4)
- device tooltips did not show errors correctly (1a93379)