Skip to content

Commit

Permalink
release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hall committed Feb 24, 2023
1 parent ea15ec8 commit 05945e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"HMAC",
"mathpix",
"myscript",
"zhaouv"
"zhaouv",
"vsix"
]
}
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2023-02-24

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`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "draw",
"displayName": "Draw",
"description": "Draw an SVG image with a mouse or pen",
"version": "0.1.21",
"version": "0.2.0",
"publisher": "hall",
"icon": "docs/images/icon.png",
"license": "Apache-2.0",
Expand Down

0 comments on commit 05945e2

Please sign in to comment.