Skip to content

Releases: hall/draw

0.2.0

24 Feb 06:09
Compare
Choose a tag to compare

This release reworks the draw.directory setting to behave like a more standard filepath. Specifically, it's now relative to the current file (unless the path is absolute).

To use the previous default behavior of inlining the svg content, set it to null.

To make the path relative to workspace root, use the workspaceFolder variable (e.g., ${workspaceFolder}/assets).

Added

  • allow using the ${workspaceFolder} variable in the draw.directory setting

Changed

  • BREAKING: draw.directory is now relative to the current file if an absolute path is not given
  • BREAKING: to save files inline, draw.directory now must be null instead of an empty string
  • rename main command title from Edit Current Line to Edit Drawing for clarity

0.1.21

04 Feb 23:55
Compare
Choose a tag to compare

Changed

  • update dependencies

Fixed

  • fix artifact publication in pipeline

0.1.20

11 Jan 03:33
Compare
Choose a tag to compare

Changed

  • set cursor over drawing area to a small dot