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.directorysetting
Changed
- BREAKING:
draw.directoryis now relative to the current file if an absolute path is not given - BREAKING: to save files inline,
draw.directorynow must benullinstead of an empty string - rename main command title from
Edit Current LinetoEdit Drawingfor 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