Skip to content

Latest commit

 

History

History
319 lines (157 loc) · 13.9 KB

CHANGELOG.md

File metadata and controls

319 lines (157 loc) · 13.9 KB

2.22.4 (2022-08-02)

Bug Fixes

2.22.2 (2022-08-01)

Bug Fixes

2.13.0 (2022-05-16)

Bug Fixes

Features

  • make device properties customizable (78dad4a)

2.12.3 (2022-05-13)

Bug Fixes

  • preview channel was commited to package.json (c611964)

2.12.3 (2022-05-13)

Bug Fixes

  • preview channel was commited to package.json (c611964)

2.12.2 (2022-05-13)

Bug Fixes

  • busy icon was missing in projects view (e3af48e)

2.12.1 (2022-05-12)

Bug Fixes

  • devices were sometimes wrongly shown as idle (081bc83)
  • replace [BUSY] text with a proper icon (e820fa0)

2.12.0 (2022-05-12)

Bug Fixes

  • better safe booting (d4de628)
  • mounted devices were shown as busy (90be9c9)

Features

  • disconnect button (4f5a9aa)
  • sending commands to disconnected device will create temporary connection (0478c5d)

2.11.0 (2022-05-06)

Bug Fixes

  • busy status and related bugs (81664f4)
  • infinite loop in "next" subscription (c520e3d)
  • pymakr.conf without py_ignore would error (6b655e2)

Features

2.10.0 (2022-05-03)

Bug Fixes

  • hidden devices reappeared after vscode reload (ebc3421)

Features

  • added walkthrough (b2a38e2)
  • project wizard includes templates & devices (ba074ee)
  • welcome views to projects and devices views (a89695b)

2.9.0 (2022-04-28)

Bug Fixes

  • close terminals when closing vscode (fc23a1c)
  • ctrl+e & ctrl+f keybindings (b7cd367)
  • listed devices didn't refresh after config update (82da7c1), closes #221
  • pymakr.conf's ignore list could spill over (6c974d1)
  • running script without a project could fail (d9a054a)

Features

  • safe boot, busy tags, better connections (22ea26e)

2.8.7 (2022-04-20)

Bug Fixes

  • hard reset should clear pending commands (94940cb)
  • info should log to the output tab (4b4b8a1)
  • missing tab icon for orphaned views (6d798c9)
  • set default for supported manufacturers (4dcaa19)
  • should not be logging to src folder (b1e031c)
  • upload didn't work without project (493aaf8)
  • upload failed with empty nested folders (82380a8)
  • upload project should be sync project (3207e12)

2.8.6 (2022-04-07)

Bug Fixes

  • "open-terminal-log" > "open terminal history" (b962677)

2.8.5 (2022-04-04)

Bug Fixes

  • disable unused username/password config (518c8f0)

2.8.4 (2022-04-01)

Bug Fixes

  • README.md had broken link (d6accad)

2.8.3 (2022-03-31)

Bug Fixes

2.8.2 (2022-03-31)

Bug Fixes

2.8.1 (2022-03-28)

Bug Fixes

  • device autoConnect config (19001de)

2.8.0 (2022-03-24)

Bug Fixes

  • device file explorer required a workspace (06c7ae7)
  • projects would linger after they were deleted (392c7ed)
  • reloading vscode broke filesystem providers (566cf7f)
  • set default auto connect to "lastState" (e72b260)
  • titles for pymakr views when moved to new tab (70a2c84)

Features

  • create config sections (451f2e3)
  • progress bar when adding device to explorer (19023ae)

Performance Improvements

  • better insights into blockingProxy (2e1a781)

2.7.0 (2022-03-21)

Bug Fixes

  • create project fails if workspace is missing (561bcb8)
  • new project button showed on all explorers (40945d4)

Features

  • include/exclude devices option (3da449c)
  • streamline device selection for projects (d35f304)

2.6.0 (2022-03-18)

Bug Fixes

  • device autoconnect config broken (1b6f265)
  • remove deprecated shortcut (9a36525)

Features

  • added prompt for shared terminals (5a34115)

2.5.0 (2022-03-17)

Features

  • added ignore option for upload (e61dd1b)

2.4.0 (2022-03-15)

Bug Fixes

Features

2.3.0 (2022-03-14)

Features

  • device selector for run script (ab89dcb)
  • support upload to multiple devices (84c9301)

2.2.0 (2022-03-11)

Bug Fixes

  • create project didn't always open explorer (beddcd5)
  • group device menu entries (c03e010)

Features

  • erase and provision device (bace03d)
  • soft and hard reset in device menu (d400327)

2.1.3 (2022-03-10)

Bug Fixes

  • patch changelog with pre 2.1.2 entries (07b1027)

2.1.2 (2022-03-10)

Bug Fixes

  • "git" was missing from release field (e33d31d)

2.1.1 (2022-03-10)

Bug Fixes

2.1.0 (2022-03-10)

Bug Fixes

  • connect should retry (b8f62fa)
  • could disconnect disconnected devices (dba65f9)
  • couldn't disconnect device with active script (ff4b958)
  • new device menu was showing under projects (f7342f4)

Features

2.0.3 (2022-03-09)

Bug Fixes

  • plugin could crash without an active project (2a05f3c)

2.0.2 (2022-03-08)

Bug Fixes

2.0.1 (2022-03-07)

Bug Fixes

Initial release