Skip to content

Releases: pycom/pymakr-vsc

v2.22.3

02 Aug 09:14
Compare
Choose a tag to compare

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.2

01 Aug 07:55
Compare
Choose a tag to compare

2.22.2 (2022-08-01)

Bug Fixes

v2.22.1

29 Jul 10:45
Compare
Choose a tag to compare

2.22.1 (2022-07-29)

Bug Fixes

  • calling safeboot from command didn't return promise (bee997b)

v2.22.0

28 Jul 14:35
Compare
Choose a tag to compare
v2.22.0 Pre-release
Pre-release

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

19 Jul 14:10
Compare
Choose a tag to compare
v2.21.0 Pre-release
Pre-release

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

11 Jul 12:03
Compare
Choose a tag to compare
v2.20.0 Pre-release
Pre-release

2.20.0 (2022-07-11)

Features

  • added ability to save prompt choices (0e3ff23)

v2.19.0

07 Jul 18:04
Compare
Choose a tag to compare
v2.19.0 Pre-release
Pre-release

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.4

30 Jun 06:54
Compare
Choose a tag to compare
v2.18.4 Pre-release
Pre-release

2.18.4 (2022-06-30)

Bug Fixes

v2.18.3

27 Jun 08:41
Compare
Choose a tag to compare
v2.18.3 Pre-release
Pre-release

2.18.3 (2022-06-27)

Bug Fixes

  • Include native binaries when Node can't be found (7c0ae95)
  • terminal dropdown (58ceb68)

v2.18.2

24 Jun 06:55
Compare
Choose a tag to compare
v2.18.2 Pre-release
Pre-release

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)