Releases: hall/draw
Releases · hall/draw
0.2.0
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 thedraw.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 benull
instead of an empty string - rename main command title from
Edit Current Line
toEdit Drawing
for clarity
0.1.21
Changed
- update dependencies
Fixed
- fix artifact publication in pipeline
0.1.20
Changed
- set cursor over drawing area to a small dot